Skip to content

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

@yu-alan14

Description

@yu-alan14

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions