1.4 KiB
1.4 KiB
1. Shared deployment workflow
- 1.1 Add a reusable staged deployment workflow contract and component that owns target, mode, configuration, and safe review state.
- 1.2 Move the server-create request mapping into the workflow and implement explicit draft copy and mode-specific configuration visibility.
- 1.3 Implement safe edit prefill and deployment-update submission, including protected-field configured/replacement summaries.
2. Server management integration
- 2.1 Replace the Servers page create dialog with the staged workflow and expose an edit-deployment action from each eligible server card.
- 2.2 Add a detail-header edit-deployment action and replace the overview's inline deployment mutation form with a concise safe summary and workflow launch.
3. Theme-consistent interaction and verification
- 3.1 Add compact shared-theme workflow layout styles and remove obsolete one-page deployment form presentation.
- 3.2 Add focused contracts/page tests for step order, explicit drafts, field visibility, safe review, and edit availability.
- 3.3 Run focused frontend checks,
scripts/check-structure.sh, andopenspec validate redesign-server-deployment-workflow --strict; mark tasks complete only after evidence exists. - 3.4 Differentiate guided-install and existing-server configuration fields and correct single-field workflow layout stretching.