2.4 KiB
2.4 KiB
Created
Created by LocalTicketBackend create.
Plan
Recorded an initial UI design draft from the panel discussion in artifacts/workspace-panel-ui-design.md.
Key direction:
- make the workspace panel a successor to
--multi, not a permanent split with the normal single-Pod UI; - use Ticket/action state as the default unit and attach to Pod/session details only on demand;
- provide an explicit composer target selector for Companion / New Intake / Selected Ticket / advanced Selected Pod;
- add a Gantt-like phase/dependency timeline based on Ticket gates and umbrella/child ordering rather than date estimates.
This is a design draft for review/iteration, not implementation approval for the child panel tickets yet.
Decision
Updated the workspace panel design draft per UI direction:
- concrete look-and-feel should follow the existing TUI design language/components rather than introducing a separate dashboard style;
- the panel should remain a
--multisuccessor with attach/drill-down, not a permanent split with the normal single-Pod UI; - rendering should go through a UI intermediate representation (
WorkspacePanelViewModel,TicketPanelEntry, action rows, composer view state, timeline lanes) built from Ticket/Pod/runtime sources before widgets render.
The design ticket acceptance criteria now explicitly require both the UI intermediate representation and existing-TUI visual convention constraints.
Decision
Updated the workspace panel design to keep the UI intermediate representation intentionally thin.
Direction recorded:
- the panel is local-file-first for display:
.yoi/tickets/is the Ticket authority, with Pod metadata/session state only for related live/restorable status; - sockets/client APIs are used at operation boundaries such as spawn/restore/send/attach, not as the panel's primary state source;
- the intermediate representation is a render/action-dispatch contract (
WorkspacePanelViewModel, rows, compact Ticket entries), not a second Ticket backend, scheduler, or UI-owned state machine; - the panel is not display-only: it is a Ticket-centric workspace cockpit for status, decision points, Intake/Orchestrator actions, and Pod drill-down.