Files
KSP_project/reference/known_issues_post_merge.md
T
ArmorandClaude Opus 4.7 e1d601a774 chore: add reference docs, scripts, tests, demo, prototypes
- 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>
2026-06-01 15:29:47 +08:00

1.5 KiB

Known Issues — Schema Migration + Mission Merge (2026-05-31)

P0 — Logic Errors

  1. _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.
  2. _entry_location() returns the FIRST state node's location (by time), not the most recent one.

  3. Merged entries' state_label field contains semicolons from merge_group(), producing "Transfer > Exploration" via _display_multi_value_text().

P1 — Missing Data Display

  1. Detail page entry table: location and state_label columns are empty (fields dropped from asset_log_entries).

  2. Timeline: state_labels array is always empty — data isn't propagated from state nodes.

  3. Location board: state grouping is broken for ST-01/ST-02/XH-01/XH-02 due to aggregated labels.

P2 — Form / Edit

  1. Event point location is a free-text input instead of dropdown, and value is lost on submit.

  2. Edit form: state node location/state dropdowns may not be pre-populated correctly.

P3 — Data Quality

  1. Star Port Station state_label has encoding issues (Chinese garbled text).

  2. Some auto-migrated state nodes have raw titles as state_label (e.g. "Reconfiguring to ST-02").

P4 — Architecture

  1. 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.