You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tracker: list migrated files under the series they came from (#23)
* Tracker: list migrated files under the series they came from
In the per-series manifest, migrated datasets were grouped under a
separate data-lectures section, which hid exactly what the table is for:
each series' progress (a series could never show green). Migrated files
now stay listed in the series they came from — green-highlighted rows
sorted to the bottom of each group — with "was: <prior hosting>" on each
row. A file consumed by two series (the pandas_panel trio) appears in
both groups, marked shared; the tiles still count distinct files.
The per-series meters now show real progress: programming 3 of 4
migrated, python.myst 3 of 9, intro 1 of 20.
Part of #20.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* Address Copilot review: pending reads as queued; tighten shared wording
- dataset_status() normalizes a lifecycle `pending` record to the
reader-facing `queued` status (with its wave label), so the internal
term never reaches the series table, and it sorts with the queued
band rather than the unscheduled one (STATUS_RANK covers it as belt
and braces). Regression-tested with a synthetic pending record:
renders as "queued · wave PX".
- series_manifest() docstring and the table lede now say a MIGRATED
file consumed by two series appears in both groups — before
migration a file has one home, the repo owning the bytes.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
0 commit comments