T025: Update project state, status, and worklog for completion
This commit is contained in:
@@ -139,3 +139,20 @@
|
||||
|
||||
### Nächster Task
|
||||
**T023**: Project list and detail UI
|
||||
## 2026-05-31 - T025: ProjectEquipment and ProjectCrew Models + Migration
|
||||
|
||||
**Status**: ✅ Abgeschlossen
|
||||
|
||||
### Erstellt
|
||||
- `backend/app/models/project.py` – Added ProjectEquipmentGroup, ProjectEquipment, ProjectCrew SQLAlchemy models with relationships
|
||||
- `backend/app/models/__init__.py` – Imported new models
|
||||
- `backend/alembic/versions/b183c967088f_add_project_equipment_and_crew.py` – Alembic migration (autogenerated, applied)
|
||||
|
||||
### Checks
|
||||
- Backend start: OK (no ImportError)
|
||||
- Health: 200
|
||||
- Auth: Registration + Login → Token
|
||||
- Endpoints: /projects, /contacts, /equipment, /crew all return 200
|
||||
|
||||
### Nächster Task
|
||||
**T026**: Implement project equipment group and items API
|
||||
|
||||
Reference in New Issue
Block a user