-
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
Apply to attend #220
Comments
Steps 1-3 in user workflow are outside the scope for Boxoffice. |
Only 1, 3 and 4 are relevant in the engineering workflow. The rest can be removed from the spec. |
Revised spec: User workflow:
Engineering workflow:
|
Restrictions should be per item, not item collection. Some items may be public, some may require a token. Accesss can be zero value discount tokens, so a new model is not necessary. Sometimes an access token will include a discount as well, so it helps to use the regular discount token model. |
Sure.
I wasn't planning to add a new model. Simply to generate and verify tokens at runtime. There's a database constraint that ensures the percentage is greater than 0. Should this be changed? |
Yes, let this be an app constraint that prevents 0% discounts if the item is not restricted. |
There's a problem with using 0% discount coupons. The discounting logic does not apply a zero value discount coupon to a line item, since there's no discount to be accounted for. I'd prefer to not change the discounting logic at this moment, and instead, I propose we introduce a simple Kiran, your thoughts? |
This feature will allow event managers curate their audience.
User workflow:
Engineering workflow:
The text was updated successfully, but these errors were encountered: