BCStudentSoftwareDevTeam / celts

Web app to support the CELTS program at Berea College
BSD 3-Clause "New" or "Revised" License
1 stars 8 forks source link

117 volunteer status #1118

Closed azabeli closed 5 months ago

azabeli commented 5 months ago

Task: On the eventList Page when you click on the Volunteer Details tab, the volunteer groups(attended, waitlisted, or RSVPed) can be checked and a big list of people will be shown from either of the three groups which is hard to tell who RSVPed, attended, or waitlisted. The task here is to add a new column on a display table that specifies what specific volunteer group a volunteer belongs to, whether attended, waitlisted, or RSVPED.

test:

  1. Go to the Event List page
  2. select the event you want to view
  3. Then click on the Volunteer Details Tab
  4. Check the Volunteer Status checkbox
  5. Make sure the Event status column/Line is displayed on the Table View or the volunteer status is displayed on the card View

resolves #1117

andersoncedu commented 5 months ago

A person could belong to multiple groups such as waitlist and attended or rsvp and attended, but only attended will show up.

bledsoef commented 5 months ago

@AndersonStettner could you take a look at Chris's comment and let me know what you think?

AndersonStettner commented 5 months ago

@AndersonStettner could you take a look at Chris's comment and let me know what you think?

I think I am fine with that behavior. I imagine they would only care about the most recent attendance status and if they want to know if a person RSVPd or was on the waitlist they can look at the RSVP log.

github-actions[bot] commented 5 months ago

View Code Coverage