-
Notifications
You must be signed in to change notification settings - Fork 14
Fix volunteer RSVP language in non-RSVP event #1667
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Meatchema
wants to merge
26
commits into
development
Choose a base branch
from
issue-1663-change-rsvp-language
base: development
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
fe07fd0
Updated RSVP before and After Status
Meatchema 1a5fecc
re-implemented the attended status for the non-rsvp events
Meatchema 1fcf75e
Merge branch 'development' into issue-1663-change-rsvp-language
Meatchema 5c0226b
Merge branch 'development' into issue-1663-change-rsvp-language
Meatchema 129b188
Merge branch 'development' into issue-1663-change-rsvp-language
Meatchema da9b9f5
Merge branch 'development' into issue-1663-change-rsvp-language
Meatchema 1137e06
Added Invited status into checkedbox javascript to allow for filtered…
Meatchema 3ce5b3b
Merge branch 'development' of https://github.com/BCStudentSoftwareDev…
JohnCox2211 ea0d701
Add @propriety for RSVP and changed conditional to allow invited stat…
Meatchema 03dfcf0
Added Conditional to allow accordion title of RSVP and Waitlist to ch…
Meatchema 90aefc6
Merge branch 'development' into issue-1663-change-rsvp-language
Meatchema 7d89e1d
updated allLogs section to include invited user to create logs for bo…
Meatchema 5ad6ee5
refined the way that the event message is passed rather than having t…
Meatchema afe5827
Updated Verbage of logs back to original verbage
Meatchema e4438dd
Changed ordering of table conditionals to prioritize the identificati…
Meatchema cc523f8
Added Marked message
Meatchema 7a026e4
fixed format
Meatchema 7b48463
Merge branch 'development' into issue-1663-change-rsvp-language
Meatchema 519291f
Added ability to created attended Logs after check boxing attended
Meatchema b3b88a2
Merge branch 'development' into issue-1663-change-rsvp-language
Meatchema f38aaaf
Merge branch 'development' of https://github.com/BCStudentSoftwareDev…
Meatchema 51043d0
Merge branch 'issue-1663-change-rsvp-language' of https://github.com/…
Meatchema 01aff6c
removed old version of html status selector
Meatchema 462c27e
Merge branch 'development' into issue-1663-change-rsvp-language
Meatchema 73d22ff
implemented a test for getTargetList condition function
Meatchema 3b6e59c
Merge branch 'development' into issue-1663-change-rsvp-language
Meatchema File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to write a test for the new function
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have now implemented a test for the getTargetList function:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To test this new function, this is the command:
pytest tests/code/test_participants.py::test_getTargetList
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your test looks good!