availabili.tf/backend-flask/models
John Montagu, the 4th Earl of Sandvich ea030e012d
Add event management endpoints
- Implemented endpoints for creating, retrieving, and managing events.
- Added `EventSchema` for event serialization and deserialization.
- Updated `Event` model to include relationships with `PlayerEvent` and `Team`.
- Modified `Player` and `Team` models to include relationships with `Event`.
- Added new file `events.py` to handle event-related API routes.
2024-11-20 15:12:44 -08:00
..
__init__.py Refactor models into their own files 2024-11-10 17:21:25 -08:00
auth_session.py Refactor models into their own files 2024-11-10 17:21:25 -08:00
event.py Add event management endpoints 2024-11-20 15:12:44 -08:00
player.py Add event management endpoints 2024-11-20 15:12:44 -08:00
player_event.py Add Event and PlayerEvent models 2024-11-19 10:46:45 -08:00
player_team.py Refactor models into their own files 2024-11-10 17:21:25 -08:00
player_team_availability.py Add viewing teammate schedules 2024-11-13 16:05:15 -08:00
player_team_role.py Add functionality for viewing available teammates 2024-11-11 18:05:27 -08:00
team.py Add event management endpoints 2024-11-20 15:12:44 -08:00
team_integration.py Add integration management for teams 2024-11-18 20:25:59 -08:00
team_invite.py Refactor models into their own files 2024-11-10 17:21:25 -08:00