Rbanh closed issue Rbanh/schemeta#44 2026-02-19 23:29:15 -05:00
P8-08: JSON editor as first-class power tool (schema-aware + diff apply)
Rbanh closed issue Rbanh/schemeta#38 2026-02-19 23:29:14 -05:00
P8-02: State model refactor (Zustand/Redux-lite) with deterministic action pipeline
Rbanh closed issue Rbanh/schemeta#37 2026-02-19 23:29:12 -05:00
P8-01: Frontend architecture migration to React + TypeScript + Vite
Rbanh commented on issue Rbanh/schemeta#44 2026-02-19 23:28:59 -05:00
P8-08: JSON editor as first-class power tool (schema-aware + diff apply)

Completed by JSON editor workflow implementation in 35211c6 (validate/format/sort/copy-repro/apply integrated in React inspector with parse feedback).

Rbanh commented on issue Rbanh/schemeta#38 2026-02-19 23:28:58 -05:00
P8-02: State model refactor (Zustand/Redux-lite) with deterministic action pipeline

Completed by deterministic store/action pipeline integration in Sprint 2/3 (5a4e116, dc9c277). Undo/redo and mutation paths now run through centralized React store actions.

Rbanh commented on issue Rbanh/schemeta#37 2026-02-19 23:28:57 -05:00
P8-01: Frontend architecture migration to React + TypeScript + Vite

Completed by the React migration series (d029e48, 5a4e116) and follow-up integration commits. App shell, controls, and React runtime path are in place.

Rbanh commented on issue Rbanh/schemeta#48 2026-02-19 23:28:38 -05:00
P9-00: Master tracker for layout/readability production hardening

Sub-issues linked:

  • #49 P9-01 ELK-first placement + flow lanes
  • #50 P9-02 Incremental routing + no global drift
  • #51 P9-03 Text/label compositor rewrite
  • #52 P9-04 Symbol geometry constraints…
Rbanh opened issue Rbanh/schemeta#53 2026-02-19 23:28:02 -05:00
P9-05: Canonical fixture suite + visual quality gates
Rbanh opened issue Rbanh/schemeta#54 2026-02-19 23:28:02 -05:00
P9-06: Responsive UX hardening for desktop and mobile editor panels
Rbanh opened issue Rbanh/schemeta#50 2026-02-19 23:28:01 -05:00
P9-02: Incremental routing that never triggers global component drift
Rbanh opened issue Rbanh/schemeta#51 2026-02-19 23:28:01 -05:00
P9-03: Text and label compositor rewrite (pin/net/legend/annotation)
Rbanh opened issue Rbanh/schemeta#52 2026-02-19 23:28:01 -05:00
P9-04: Symbol geometry and pin-distribution constraints v2
Rbanh opened issue Rbanh/schemeta#48 2026-02-19 23:28:00 -05:00
P9-00: Master tracker for layout/readability production hardening
Rbanh opened issue Rbanh/schemeta#49 2026-02-19 23:28:00 -05:00
P9-01: ELK-first placement pipeline with strict flow lanes
Rbanh commented on issue Rbanh/schemeta#46 2026-02-19 23:27:12 -05:00
P8-10: Cutover, migration, and rollback plan for production readiness

Sprint 7 delivered and pushed in 0c5c104.

Delivered:

  • Added cutover verification script: scripts/phase8-cutover-check.mjs.
  • Added runbook: docs/phase8-cutover-rollback.md.
  • Updated…
Rbanh commented on issue Rbanh/schemeta#47 2026-02-19 23:27:12 -05:00
P8-00: Master tracking issue for React/ELK refactor

Phase 8 progress update:

Completed implementation commits:

  • dc9c277 canvas interaction parity + ELK boundary metadata
  • e69f2db deterministic label collision pass
  • b8d894f symbol…
Rbanh commented on issue Rbanh/schemeta#46 2026-02-19 23:25:03 -05:00
P8-10: Cutover, migration, and rollback plan for production readiness

Sprint 7 shipped in 0c5c104.

Cutover/rollback operationalization delivered:

  • Added executable gate command: npm run phase8:cutover:check
  • Added gate runner script: `scripts/phase8-cutover-ch…
Rbanh commented on issue Rbanh/schemeta#47 2026-02-19 23:25:03 -05:00
P8-00: Master tracking issue for React/ELK refactor

Sprint 7 shipped to main (0c5c104).

Delivered:

  • Phase 8 cutover gate command + report generation.
  • Formal rollback/cutover runbook and release-checklist integration.
  • Continues milestone…
Rbanh pushed to main at Rbanh/schemeta 2026-02-19 23:24:47 -05:00
0c5c1040cd Sprint 7: add Phase 8 cutover gate and rollback runbook
Rbanh commented on issue Rbanh/schemeta#47 2026-02-19 23:17:16 -05:00
P8-00: Master tracking issue for React/ELK refactor

Sprint 6 shipped to main (35211c6).

Delivered this sprint:

  • React JSON power-tool workflow landed (Validate/Format/Sort/Copy Repro/Apply).
  • Editor state and feedback integrated into React app…