availabili.tf/backend-flask
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
..
migrations Add Event and PlayerEvent models 2024-11-19 10:46:45 -08:00
models Add event management endpoints 2024-11-20 15:12:44 -08:00
.env Implement some basic features 2024-11-02 12:33:27 -07:00
Dockerfile Update docker-compose for backend and reverse proxy 2024-11-07 18:13:12 -08:00
app.py Make registration RESTful 2024-11-15 19:40:24 -08:00
app_db.py Refactor models into their own files 2024-11-10 17:21:25 -08:00
events.py Add event management endpoints 2024-11-20 15:12:44 -08:00
forms.py Implement some basic features 2024-11-02 12:33:27 -07:00
login.py Make registration RESTful 2024-11-15 19:40:24 -08:00
middleware.py Add requires_team_membership middleware 2024-11-18 18:24:42 -08:00
pyrightconfig.json Implement some basic features 2024-11-02 12:33:27 -07:00
requirements.txt Add backend stuff 2024-11-06 20:56:21 -08:00
schedule.py Add viewing teammate schedules 2024-11-13 16:05:15 -08:00
spec.py Enable Config.smart_union for spectree 2024-11-19 10:47:14 -08:00
team.py refactor: Split team routes 2024-11-19 16:34:51 -08:00
team_integration.py refactor: Split team routes 2024-11-19 16:34:51 -08:00
team_invite.py refactor: Split team routes 2024-11-19 16:34:51 -08:00
user.py Make registration RESTful 2024-11-15 19:40:24 -08:00
utc.py Implement some basic features 2024-11-02 12:33:27 -07:00