InsaLan / backend-insalan.fr

Backend of the insalan website
MIT License
2 stars 0 forks source link

Implement seat choice for teams #160

Open 3akev opened 1 month ago

3akev commented 1 month ago

Description

This allows teams to reserve their seats during tournaments.

Checklist

Related Issues

Closes #153

Screenshots

If applicable, add screenshots to help explain the changes made.

3akev commented 1 month ago

I split Seating into Seat and SeatSlot. Next steps are validation and api endpoints, a proper admin page, plus (some) unit tests.