fix: State-Dateien synchronisiert – T023 abgeschlossen, T024 als nächster Task

This commit is contained in:
Agent Zero
2026-05-31 20:38:11 +00:00
parent 7f7da15965
commit 788ad07146
3 changed files with 48 additions and 35 deletions
+18 -13
View File
@@ -1,21 +1,14 @@
# Todo
## Open
- [x] T012: Create database models for Equipment catalog and StockLocation
- [x] T013: Implement Equipment catalog API
- [ ] T014: Equipment catalog UI (in progress)
- [x] T015: Create database models for Crew and CrewAvailability
- [x] T016: Implement Crew catalog and availability API
- [x] T017: Crew management UI
- [x] T018: Create database models for Vehicles and VehicleAssignment
- [x] T019: Implement Vehicle catalog and assignment API
- [x] T020: Vehicle management UI
- [x] T021: Create database models for Project hierarchy
- [ ] T022: Implement Project CRUD API
- [ ] T023: Project list and detail UI
- [ ] T024: Project function group and function editor UI
- [ ] T025: Create database models for ProjectEquipment and ProjectCrew
- [ ] T026+: Remaining project tasks
- [ ] T026: Implement project equipment group and items API
- [ ] T027: Project equipment management UI
- [ ] T028: Implement crew assignment API
- [ ] T029: Crew assignment UI in project
- [ ] T030: Implement vehicle assignment API and UI
- [ ] T031-T060: Remaining tasks (Financial, Documents, Scheduling, PWA, etc.)
- [ ] Test and validate
- [ ] Verify runtime
- [ ] Prepare deployment
@@ -37,3 +30,15 @@
- T009: Create database models for Contacts and Tags
- T010: Implement contacts CRUD API
- T011: Contacts management UI (list, detail, form)
- T012: Create database models for Equipment catalog and StockLocation
- T013: Implement Equipment catalog API
- T014: Equipment catalog UI
- T015: Create database models for Crew and CrewAvailability
- T016: Implement Crew catalog and availability API
- T017: Crew management UI
- T018: Create database models for Vehicles and VehicleAssignment
- T019: Implement Vehicle catalog and assignment API
- T020: Vehicle management UI
- T021: Create database models for Project hierarchy
- T022: Implement Project CRUD API
- T023: Project list and detail UI