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

Improve ticket quantity edge cases #232

Merged

Commits on Sep 15, 2024

  1. Improve ticket quantity edge cases

    1. Create shared values for all tiers of a given ticket, to ensure mins/maxes are adhered
       to and the overall maximum won't be exceeded.
    2. Modify backend to allow user to buy < the minimum order size if there aren't enough
       remaining tickets to meet the minimum order size
    grablair committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    0cc5b6e View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    b9d4e19 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Remove setSharedVals

    daveearley committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    7056eea View commit details
    Browse the repository at this point in the history