availabili.tf/backend-flask/models
John Montagu, the 4th Earl of Sandvich 3d5d9574e3
feat: Add webhook profile picture support
- Added `webhookBotProfilePicture` field to
  `TeamDiscordIntegrationSchema`.
- Updated `DiscordIntegrationForm.vue` to include profile picture input.
- Created migration to add `webhook_bot_profile_picture` column.
- Updated `Team` model to handle new profile picture field.
- Modified `TeamDiscordIntegration` and `TeamDiscordIntegrationSchema`
  to include the new profile picture attribute.
2024-11-29 00:04:46 -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 Implement event stuff 2024-11-27 01:03:41 -08:00
player.py Add event management endpoints 2024-11-20 15:12:44 -08:00
player_event.py Implement event stuff 2024-11-27 01:03:41 -08:00
player_team.py Use surrogate keys for PlayerTeam models 2024-11-21 18:21:43 -08:00
player_team_availability.py refactor(models): Upgrade to pydantic v2 2024-11-25 21:57:19 -08:00
player_team_role.py Implement event stuff 2024-11-27 01:03:41 -08:00
team.py feat: Add webhook profile picture support 2024-11-29 00:04:46 -08:00
team_integration.py feat: Add webhook profile picture support 2024-11-29 00:04:46 -08:00
team_invite.py Refactor models into their own files 2024-11-10 17:21:25 -08:00