Feature/m2 frontend v2 #8
Reference in New Issue
Block a user
Delete Branch "feature/m2-frontend-v2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
- PATCH/DELETE /api/locations/{person}/{datetime} and /api/poo/{timestamp} - update only non-PK fields (PK immutable); 404 on missing PK - delete scoped to exact full PK with rowcount guard (0->404, 1->ok); no batch/truncate/drop path - session + CSRF protected; bare ingestion endpoints untouched - service helpers in app/services/location.py and poo.py; regenerate openapi/ - tests/test_api_record_crud.py