ColoradoSchoolOfMines / acm-site

Source code for acm.mines.edu
https://acm.mines.edu
GNU General Public License v3.0
2 stars 0 forks source link

Backend: RVSP/Attend Improvements #8

Closed ezrichards closed 1 year ago

ezrichards commented 1 year ago

Right now, if a user tries to rsvp or post attendance (via POST /rsvp & /attend), and they have already entered this form before, it will send a req.flash() from the backend.

Instead of allowing them to submit the form, we should pass in a boolean to the frontend .ejs that just checks in advance and displays a different message to the user accordingly (if possible).

ezrichards commented 1 year ago

Done via #21