Fix volunteer RSVP language in non-RSVP event#1667
Open
Meatchema wants to merge 6 commits intodevelopmentfrom
Open
Fix volunteer RSVP language in non-RSVP event#1667Meatchema wants to merge 6 commits intodevelopmentfrom
Meatchema wants to merge 6 commits intodevelopmentfrom
Conversation
… not rsvp and have attended and or have not attended
Contributor
bakobagassas
left a comment
There was a problem hiding this comment.
For non-rsvp events, when we manually add a volunteer using the scanner, they show as invited however, when we manually add them using their names they show as RSVP and not invited. It should be consistent when the event is non-rsvp whether we use the name search or scanner, we should have always have Invited instead of RSVP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Issue Description
Fixes #1663
For events that are not expecting RSVP, we need to change our language to 'Invited' students, if people are added ahead of time. Wherever we display those RSVP students, both before and after the event, should reflect this change.
Changes
Testing
Under "Create Events":
Note: To add the student to the non-RSVP event:
- retrieve the student's B# from their profile
- Switch back to Brian's Admin Profile
- Go to event's list and click on the non-Rsvp event
- Click on Manage Volunteers, click Scanner Entry, then past the B#
The creation of these two previous events is to make sure that RSVP shows up under the RSVP event and Invited shows up for the non-RSVP event. Now you will create the third.
Additional Commentary