T025: Add ProjectEquipmentGroup, ProjectEquipment, ProjectCrew models and migration

This commit is contained in:
Agent Zero
2026-05-31 21:35:09 +00:00
parent 6c435b28b4
commit 489cb68641
5 changed files with 225 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,6 @@
# Todo
## Open
- [ ] T024: Project function group and function editor UI
- [ ] T025: Create database models for ProjectEquipment and ProjectCrew
- [ ] T026: Implement project equipment group and items API
- [ ] T027: Project equipment management UI
@@ -42,3 +41,4 @@
- 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 (function_type, start_date, end_date)