- Reference docs: known issues, user journey, location redesign, mission merge plan - Scripts: fill_location_state, merge_missions, migrate_location, migrate_state - Tests: e2e test suite, asset entries unit tests - Demo: location board, hifi prototypes, test screenshots - Data backup: asset log entries and state nodes - Update .gitignore Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1.5 KiB
Known Issues — Schema Migration + Mission Merge (2026-05-31)
P0 — Logic Errors
-
_entry_state_label()aggregates ALL unique labels from all state nodes in an interval, rather than returning the most recent one at simulation time.- Merged entries show "Transfer; Exploration" instead of the time-correct state.
-
_entry_location()returns the FIRST state node's location (by time), not the most recent one. -
Merged entries'
state_labelfield contains semicolons frommerge_group(), producing "Transfer > Exploration" via_display_multi_value_text().
P1 — Missing Data Display
-
Detail page entry table: location and state_label columns are empty (fields dropped from
asset_log_entries). -
Timeline: state_labels array is always empty — data isn't propagated from state nodes.
-
Location board: state grouping is broken for ST-01/ST-02/XH-01/XH-02 due to aggregated labels.
P2 — Form / Edit
-
Event point location is a free-text input instead of dropdown, and value is lost on submit.
-
Edit form: state node location/state dropdowns may not be pre-populated correctly.
P3 — Data Quality
-
Star Port Station state_label has encoding issues (Chinese garbled text).
-
Some auto-migrated state nodes have raw titles as state_label (e.g. "Reconfiguring to ST-02").
P4 — Architecture
- Solar Shuttle 2/3 show "No Active Interval" at 2060-08-11 — needs investigation.
Resolution Status
- P0-P4: Documented 2026-05-31. To be addressed after state/location redesign.