availabili.tf/backend-flask/models
John Montagu, the 4th Earl of Sandvich 71cc25dbb2
refactor: Change team integrations structure
Refactor the team integrations structure to use one-to-one relationships
for Discord and logs.tf integrations. Update the frontend to handle the
new structure and remove unused integration types. Adjust backend
endpoints and models accordingly. Add migration scripts to update the
database schema.
2024-11-25 20:16:01 -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 events in frontend 2024-11-24 10:47:45 -08:00
player.py Add event management endpoints 2024-11-20 15:12:44 -08:00
player_event.py Add player_event.has_confirmed 2024-11-25 11:35:39 -08:00
player_team.py Use surrogate keys for PlayerTeam models 2024-11-21 18:21:43 -08:00
player_team_availability.py Use surrogate keys for PlayerTeam models 2024-11-21 18:21:43 -08:00
player_team_role.py Add player_team_role_id to player_event 2024-11-24 17:17:12 -08:00
team.py refactor: Change team integrations structure 2024-11-25 20:16:01 -08:00
team_integration.py refactor: Change team integrations structure 2024-11-25 20:16:01 -08:00
team_invite.py Refactor models into their own files 2024-11-10 17:21:25 -08:00