ZDDC/tables/js
ZDDC 95c9e42270 feat(tables): "Add from archive" on the project MDL rollup
The MDL owns the workflow of registering deliverables; this is the
catch-up path for files that already exist in the archive but were never
listed. On the project MDL rollup (<project>/mdl/, addable:false), a new
"+ From archive" toolbar button opens an overlay that walks the project
archive into the shared seltable (per-column autofilter + ctrl-shift
selection), dedupes the selection to one deliverable per tracking number,
and PUTs a deliverable .yaml into each originator's archive/<originator>/
mdl/. Identity fields are split positionally from the tracking number per
the project's own table columns (originator is folder-pinned, so omitted
from the body); the server composes/validates the filename. Existing
deliverables are skipped; created/skipped/failed are reported.

- tables/js/mdl-from-archive.js: walkArchive / dedupe / deliverableFromFile
  / instantiateOne + the overlay UI; setup() shows the button only on an
  /mdl/ rollup over http, gated on archive create permission.
- shared/seltable.css: promoted seltable base styles + per-column filter
  row + the overlay chrome (bundled into tables; classifier keeps its
  inline copy).
- main.js wires setup(ctx); template.html adds the (hidden) button;
  build.sh bundles ../shared/seltable.{js,css} + the new module.
- tests/tables-mdl.spec.js (new project): split/dedupe/walk/instantiate
  against in-page mock FS handles; 7 green. tables suite still 47 green.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-11 15:48:22 -05:00
..
add-row.js ZDDC: document-control tools + zddc-server 2026-06-11 13:32:31 -05:00
api-actions.js ZDDC: document-control tools + zddc-server 2026-06-11 13:32:31 -05:00
app.js ZDDC: document-control tools + zddc-server 2026-06-11 13:32:31 -05:00
clipboard.js ZDDC: document-control tools + zddc-server 2026-06-11 13:32:31 -05:00
context.js ZDDC: document-control tools + zddc-server 2026-06-11 13:32:31 -05:00
editor.js ZDDC: document-control tools + zddc-server 2026-06-11 13:32:31 -05:00
export.js ZDDC: document-control tools + zddc-server 2026-06-11 13:32:31 -05:00
filters.js ZDDC: document-control tools + zddc-server 2026-06-11 13:32:31 -05:00
main.js feat(tables): "Add from archive" on the project MDL rollup 2026-06-11 15:48:22 -05:00
mdl-from-archive.js feat(tables): "Add from archive" on the project MDL rollup 2026-06-11 15:48:22 -05:00
mode.js ZDDC: document-control tools + zddc-server 2026-06-11 13:32:31 -05:00
render.js ZDDC: document-control tools + zddc-server 2026-06-11 13:32:31 -05:00
row-ops.js ZDDC: document-control tools + zddc-server 2026-06-11 13:32:31 -05:00
save.js ZDDC: document-control tools + zddc-server 2026-06-11 13:32:31 -05:00
sort.js ZDDC: document-control tools + zddc-server 2026-06-11 13:32:31 -05:00
undo.js ZDDC: document-control tools + zddc-server 2026-06-11 13:32:31 -05:00
util.js ZDDC: document-control tools + zddc-server 2026-06-11 13:32:31 -05:00