Register all active platform services and base features in core DB so admin can manage them, add delivery/hospitality/sports-center backend phases, update apps catalog and production deploy tooling. Co-authored-by: Cursor <cursoragent@cursor.com>
30 lines
797 B
Markdown
30 lines
797 B
Markdown
# Phase 9.5 — Sports Center Attendance & Access Control
|
|
|
|
| Field | Value |
|
|
| --- | --- |
|
|
| Status | Complete |
|
|
| Version | 0.9.5.0 |
|
|
|
|
## Goal
|
|
|
|
Attendance recording, manual check-in/out, access logs, membership validation at gate — vendor adapters remain in connector framework only.
|
|
|
|
## Scope Completed
|
|
|
|
- AttendanceRecord, AccessLog aggregates
|
|
- Check-in/check-out APIs with membership validation
|
|
- Migration `0006_phase_95_attendance`; `/capabilities` sets `attendance_engine: true`
|
|
|
|
## APIs
|
|
|
|
| Resource | Prefix |
|
|
| --- | --- |
|
|
| Check-in | `/api/v1/check-in` |
|
|
| Check-out | `/api/v1/check-out` |
|
|
| Attendance records | `/api/v1/attendance-records` |
|
|
| Access logs | `/api/v1/access-logs` |
|
|
|
|
## Related Documents
|
|
|
|
- [Handover 9.5](phase-handover/phase-9-5.md)
|