UoaWDCC / ASPA-EnrollmentForm

6 stars 1 forks source link

[ASPA-003] Implementing the design of emails and functionality of sending emails #8

Closed Will-ZYS closed 4 years ago

Will-ZYS commented 4 years ago

Issue: In order for the user to prove he/she has successfully made the payment or successfully signed up to the event and will pay by Cash/Bank transfer, an email is sent to the user. He/she will present this email to an ASPA exec team member on the day of the event.

Solution: Designing and implementing email using HTML. The email includes information about the payment method for ASPA execs to review. Three types of emails are sent: cash, bank transfer, and online payment. Bank transfer details will be included in the transfer email. Read texts are shown for cash and bank transfer to indicate confirmation required. Green texts are shown for online payment to indicate payments already paid.

Risk area: Require refactorisation once the payment story is complete.

Reviewed by: Lucas Gao Martin Taingco Ramond Feng

Will-ZYS commented 4 years ago

Another ajax call to the send email function in the Enrollform controller need to be implemented after the payment is complete.

Will-ZYS commented 4 years ago

Currently using WDCC email to send emails, need to change to ASPA email before deployment