- I created an event in the future. It did NOT require RSVP.
- I added a student using "Add Volunteer". The immediately appeared on the "Attended" table despite the event not yet occurring (bug or not?). See Image 1 below.
- I modified the time of the event to be "In progress".
- The student no longer appeared on the attendees list. They now appeared on the "RSVP and waitlist" table. See Image 2 below.
Either adding a student as an attendee to an event before the event puts them in the EventParticipant database table (and not on the EventRSVP table), or vice versa (which is problematic because that UI table is hidden because the event did not require RSVPs, so they "disappear"); then when the event happens, the event facilitator can then mark them as attended.
Either way, there is some logic problems that result in unclear results about where a student goes when they are added to an event, depending on when they are added (before, during, or after the event).
Image 1:

Image 2:

Either adding a student as an attendee to an event before the event puts them in the EventParticipant database table (and not on the EventRSVP table), or vice versa (which is problematic because that UI table is hidden because the event did not require RSVPs, so they "disappear"); then when the event happens, the event facilitator can then mark them as attended.
Either way, there is some logic problems that result in unclear results about where a student goes when they are added to an event, depending on when they are added (before, during, or after the event).
Image 1:

Image 2:
