Files
browser/openspec/changes/allow-forced-server-deletion/tasks.md
T
2026-08-04 15:03:49 +08:00

16 lines
756 B
Markdown

## 1. Backend Force Delete
- [x] 1.1 Add force-delete fields to server deletion DTO/domain request and route handling.
- [x] 1.2 Update service deletion validation so running/installing servers require explicit force confirmation.
- [x] 1.3 Add backend service/API tests for forced running and installing deletion plus default rejection.
## 2. Frontend Confirmation
- [x] 2.1 Extend the server deletion request type and API usage with force confirmation fields.
- [x] 2.2 Update the server list delete dialog to show active-state force warning and confirmation input.
- [x] 2.3 Update frontend tests for forced delete payloads and copy.
## 3. Verification
- [x] 3.1 Run OpenSpec strict validation, structure check, and focused backend/frontend tests.