availabili.tf/backend-flask
John Montagu, the 4th Earl of Sandvich 3394f2271e
refactor: Split team routes
The team routes have been split into separate blueprints for better
modularity and maintainability. The team invite and team integration
routes are now handled by their respective blueprints.
2024-11-19 16:34:51 -08:00
..
migrations Add Event and PlayerEvent models 2024-11-19 10:46:45 -08:00
models Add Event and PlayerEvent models 2024-11-19 10:46:45 -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
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