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

Product reservation, associated with voucher. #135

Open
clintonroy opened this issue Aug 8, 2017 · 0 comments
Open

Product reservation, associated with voucher. #135

clintonroy opened this issue Aug 8, 2017 · 0 comments

Comments

@clintonroy
Copy link
Contributor

The use case: conference gets sponsorship, sponsorship deal includes n tickets of a product. Sales of this product have a physical size limit, so we reduce the limit by n to put aside the tickets. Unfortunately there's no sane way to buy a ticket once the limit has been reached, so we had to resort to created a new product that was not in the limit.

Ideally, we wouldn't have to lower the limit at all, but maybe the limit could have a reserved portion that is activated by the voucher? Thus all parts of the ticketing system would be modelled in the system, and if someone tried to create a voucher that reserved ten tickets, and there were less than ten tickets available, that would fail.

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

No branches or pull requests

1 participant