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.
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.