Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Book Individual Participants #165

Merged
merged 9 commits into from
May 18, 2024
Merged

Book Individual Participants #165

merged 9 commits into from
May 18, 2024

Commits on May 9, 2024

  1. feat: Make bookedEvents a map (event id -> true OR participants)

    The idea is to use the value true for indicating the whole event was booked.
    But when booking individual participants, it can be an array of their IDs.
    Clashsoft committed May 9, 2024
    Configuration menu
    Copy the full SHA
    62e2452 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    6738c0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6811880 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53230b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a81741 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b157293 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    960017b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e16786 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c68724f View commit details
    Browse the repository at this point in the history