-
Notifications
You must be signed in to change notification settings - Fork 5
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
Inventory tracking and combos #109
Comments
This is definitely a problem, and a good solution. Another solution to address the problem of tracking inventory, is to change the relationship between My sense is, this solution will require fewer changes to make to the code base. |
Deprecated by #171, which discusses the same idea and includes notes on complexities. |
Say there is a 2-day ticket, a day 1 ticket and a day 2 ticket. When either day 1 or day 2 tickets are fully sold out, the 2-day ticket should also be marked as fully sold out.
Bonus feature: When the day 1 tickets are 90% sold out, stop selling them but continue to offer the 2-day ticket (as that is more profitable).
Suggested implementation:
If not denormalizing, the query for retrieving availability information along with display items is very complex.
Edit: replaced
DisplayItem
withSaleItem
The text was updated successfully, but these errors were encountered: