Rbanh commented on issue Rbanh/schemeta#45 2026-02-19 23:52:50 -05:00
P8-09: QA hardening - visual/readability gates + e2e matrix

QA update after cc20c0c and 5f31542:

  • Full test matrix green (npm test, npm run test:ui).
  • UI regression baselines refreshed to reflect improved stable behavior:
    • placement-preservatio…
Rbanh commented on issue Rbanh/schemeta#48 2026-02-19 23:52:50 -05:00
P9-00: Master tracker for layout/readability production hardening

Phase 9 execution update:

  • 5f31542 Preserve placement by default on compile/tidy follow-up compiles (prevents relayout thrash).
  • cc20c0c Label readability pass: pin/net label spacing +…
Rbanh commented on issue Rbanh/schemeta#51 2026-02-19 23:52:49 -05:00
P9-03: Text and label compositor rewrite (pin/net/legend/annotation)

Progress push cc20c0c landed.

Renderer improvements:

  • Added per-side pin label spacing resolver to reduce local pin text collisions.
  • Added separate per-side net-label spacing pass for…
Rbanh pushed to main at Rbanh/schemeta 2026-02-19 23:52:30 -05:00
cc20c0cc25 Improve text readability with pin label spacing and annotation panel
Rbanh pushed to main at Rbanh/schemeta 2026-02-19 23:41:32 -05:00
5f31542cb6 Stabilize compile by preserving placements unless relayout requested
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