Skip to content

Fix issue #282 : clubs should not be able to book more than places available#365

Open
Tit-Co wants to merge 11 commits intoOpenClassrooms-Student-Center:masterfrom
Tit-Co:bug/club-should-not-be-able-to-book-more-than-places-available
Open

Fix issue #282 : clubs should not be able to book more than places available#365
Tit-Co wants to merge 11 commits intoOpenClassrooms-Student-Center:masterfrom
Tit-Co:bug/club-should-not-be-able-to-book-more-than-places-available

Conversation

@Tit-Co
Copy link

@Tit-Co Tit-Co commented Mar 14, 2026

Summary

  • The club should not be able to book more than places available.

Fixed bug

server.py

  • Checked if places available number is higher than the required places.
  • Returns the welcome template with an error message if the condition fails.

Index Template

  • Used flash messages in index template to inform user.

Unit tests

  • Updated unit tests for this new bug fix.
  • Added some more tests.

Tit-Co added 11 commits March 9, 2026 18:08
…ase places with not enough points, update unit tests
…ld not be able to book more than 12 places per competition, update unit tests
…ate not reflected, update unit tests with mocks
…d not be able to book more than 12 places per competition, update tests
…aces in past competitions should not be possible, add two more unit tests for that bug fix
…ould not be able to book more than places available, update unit tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant