Rbanh commented on issue Rbanh/schemeta#50 2026-02-19 23:33:58 -05:00
P9-02: Incremental routing that never triggers global component drift

Progress update (77f63a6):

  • Local drag behavior changed to single-component by default.
  • Explicit modifier (Alt) required for group drag.

This is a first hardening step for the no-global-dri…

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

Latest push: 77f63a6.

Included in Phase 9 execution:

  • Drag interaction policy tightened to reduce accidental multi-node moves.
  • This directly addresses the user-reported global movement…
Rbanh commented on issue Rbanh/schemeta#39 2026-02-19 23:33:56 -05:00
P8-03: Canvas subsystem rewrite with React Flow primitives and interaction contracts

Incremental interaction patch pushed in 77f63a6:

  • Default drag now moves only the component being dragged.
  • Group-drag now requires explicit Alt modifier on an already multi-selected…
Rbanh pushed to main at Rbanh/schemeta 2026-02-19 23:33:39 -05:00
77f63a6f80 Refine drag behavior: default to single-component move
Rbanh commented on issue Rbanh/schemeta#47 2026-02-19 23:29:34 -05:00
P8-00: Master tracking issue for React/ELK refactor

Tracker update after board cleanup:

Closed as complete:

  • #37 (React architecture migration)
  • #38 (deterministic state model)
  • #44 (JSON editor upgrade)

Still open in Phase 8 (quality-critical)…

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…