Commit Graph
4 Commits
Author SHA1 Message Date
ArmorandClaude Opus 4.7 cc4c460840 feat: docking/undocking API, timeline, state/location fixes, sim_time cleanup
Backend changes:
- Add api_asset_dock with custom dock_time support
- Add api_asset_undock with delete_future/edit_future actions
- Add _append_docking_log, _append_undocking_log, _remove_undocking_log helpers
- Fix _entry_state_label to return time-correct most recent state
- Fix _entry_location to return time-correct most recent location
- Add _all_state_labels() merging DB labels with defaults for dropdown
- Add api_set_sim_time POST endpoint
- Remove sim_time from all url_for() calls
- Simplify _resolve_simulation_time to DB-only (no URL param)
- Update _build_docking_summary to return event_id and undocked_at
- Add location_list to timeline filters (draft board hierarchy)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-01 15:29:00 +08:00
ArmorandClaude Opus 4.7 daad4ccac9 feat: add DockingEvent model and docking styles
- Add DockingEvent model with parent/child asset relations, docked_at/undocked_at timestamps
- Add docking migration for new docking_events table
- Add .ad-dock, .ad-dock-box, .ad-dock-item, .ad-undock CSS classes

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-01 15:28:50 +08:00
Armor fee9b13ada feat: improve mission asset operations 2026-05-28 11:32:11 +08:00
Armor 507fb9789a update 2026-05-08 15:16:04 +08:00