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

Email option on auditions form doesn't do anything. #30

Open
yu-alan14 opened this issue Oct 6, 2018 · 0 comments
Open

Email option on auditions form doesn't do anything. #30

yu-alan14 opened this issue Oct 6, 2018 · 0 comments

Comments

@yu-alan14
Copy link

Issue:

On the auditions form, when selecting Yes or No, for either EXP or TECH interest, the response is recorded for each specific dancer. After that, each request must be individually processed, which takes a great deal of time and may not be very practical for semesters when there are a lot of dancers.

Reproducing the bug:

On localhost:3000/audition, create a new dancer with exp / tech interest.

afxdance_2

On localhost:3000/admin/dancers, view the new dancer that is created, and you can see what the dancer had chosen for each interest.

afxdance_1

Solution:

When dancers are finished auditioning, we should implement a one-click option or even an automatic option to send out the corresponding emails for each interest. We could do this through a simple script that parses through our database and selects those emails that correspond to dancers with interest, along with a webhook that triggers our email notifications.

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