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

Changed language on manage volunteers button and modal to be more descriptive #1126

Closed bledsoef closed 4 months ago

bledsoef commented 5 months ago

Issue

Fixes issue #1123

The language on the button and the modal of the Manage Volunteers page to add users to an event was poor. We went through and made it consistent and make more sense from a first-timer's perspective.

Changes

Testing

andersoncedu commented 4 months ago

image I added people and checked and unchecked all checkboxes.

stevensonmichel commented 4 months ago

When I added the same person as RSVP and Waitlist, the flash message says "... is already in table". A more descriptive message would be welcome.

stevensonmichel commented 4 months ago

Screenshot 2024-02-20 180958

The plural form is quite broken.

stevensonmichel commented 4 months ago

Also, when I delete a volunteer who Rsvp'd, the button is still Waitlist Volunteers, especially if I still have people on the waitlist. From a functional perspective, I believe it would be better to have the button changed to its previous state. That might be for another issue though.

stevensonmichel commented 4 months ago

For unknown reasons, when I have multiple people on the waitlist and I click on View, that line ____"{% set buttonName = "Join Waitlist" if (eventData.rsvpLimit is not none) and (currentEventRsvpAmount[eventData.id] >= eventData.rsvpLimit) else "RSVP" %}_ " __from eventView.html is breaking the code.

bledsoef commented 4 months ago

Change the language on the Add Volunteer Modal when the event is upcoming

github-actions[bot] commented 4 months ago

View Code Coverage