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/Frontend: Attendance Form Comments #9

Closed ezrichards closed 1 year ago

ezrichards commented 1 year ago

As per a suggestion from Umberto, it may be useful to have a comment box on the attendance form asking people what they want from the club; we could ask:

"Do you have any suggestions, feedback, or questions about the club?"

..and then a user could just quickly type something in while filling out the attendance form. This could also go in the RSVP form. In both cases, it should be an optional form field.

On the backend side of things, this may need extended functionality within the DB. "attendance" stores a meeting ID and user email right now, and "rsvps" stores a meeting ID, user name, and user email right now. Let's talk before editing the DB structure, but I'm open to suggestions.