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

Prevent bulk enrollment invitations that would exceed available coupon codes #188

Closed
gsidebo opened this issue Apr 26, 2019 · 1 comment
Closed

Comments

@gsidebo
Copy link
Contributor

gsidebo commented Apr 26, 2019

#112 (PR #178) adds the bulk enrollment form to the app. Each sent message is added to the database as a BulkEnrollmentDelivery object. In order to prevent a scenario where we send more enrollment emails than there are codes available, we should either (a) raise an error if those coupons are submitted, or (b) exclude those coupons from the list of choices in the bulk enrollment form

@gsidebo
Copy link
Contributor Author

gsidebo commented Apr 29, 2019

This ended up being fixed in #178

@gsidebo gsidebo closed this as completed Apr 29, 2019
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