lol
 
 
 
 
 
 
Go to file
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
availabili.tf feat: Add webhook profile picture support 2024-11-29 00:04:46 -08:00
backend-flask feat: Add webhook profile picture support 2024-11-29 00:04:46 -08:00
nginx Update docker-compose for backend and reverse proxy 2024-11-07 18:13:12 -08:00
.gitignore Implement some basic features 2024-11-02 12:33:27 -07:00
README.md Update README.md 2024-11-21 18:24:58 -08:00
docker-compose.yml Update docker-compose for backend and reverse proxy 2024-11-07 18:13:12 -08:00

README.md

availabili.tf

Scheduling for TF2

Tech Stack

Setup (dev)

docker compose up

App will run at port 8000.

OpenAPI

The backend will automatically serve its OpenAPI-compliant spec at /apidoc/openapi.json which can also be viewed at /apidoc/redoc or /apidoc/swagger or /apidoc/scalar.

To generate the frontend client:

npm run openapi-generate