Skip to content
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

Screenout #346

Merged
merged 19 commits into from
Aug 8, 2024
Merged

Screenout #346

merged 19 commits into from
Aug 8, 2024

Conversation

d-beezee
Copy link
Member

No description provided.

Copy link

github-actions bot commented Jul 18, 2024

Tests difference:

New Tests

< GET /campaigns/:campaignId/candidates - show  - Should return acceptance status
< GET /campaigns/:campaignId/candidates - show  - Should show candidates and excluded if candidatesAndExcluded
< GET /campaigns/forms/{formId} - screenout data - Should return the invalid questions for cuf
< GET /campaigns/forms/{formId} - screenout data - Should return the invalid questions for multiselect
< GET /campaigns/forms/{formId} - screenout data - Should return the invalid questions for radio
< GET /campaigns/forms/{formId} - screenout data - Should return the invalid questions for select
< GET /users/me/campaigns - visibility - should return 'available' if the user is not applied, the start date is not in the future, and there are free spots
< GET /users/me/campaigns - visibility - should return 'candidate' if the user is already applied
< GET /users/me/campaigns - visibility - should return 'unavailable' if the start date is in the future
< GET /users/me/campaigns - visibility - should return 'unavailable' if there are no free spots
< POST /campaigns/forms/ - screenout - Should save screenout options for cuf
< POST /campaigns/forms/ - screenout - Should save screenout options for multiselect
< POST /campaigns/forms/ - screenout - Should save screenout options for radio
< POST /campaigns/forms/ - screenout - Should save screenout options for select
< POST users/me/campaigns/:campaignId/forms - screenout - Should set candidate with applied -1 if all invalid answers are selected for multiselect
< POST users/me/campaigns/:campaignId/forms - screenout - Should set candidate with applied -1 if all invalid answers are selected for multiselect cuf
< POST users/me/campaigns/:campaignId/forms - screenout - Should set candidate with applied -1 if invalid answer is selected for cuf select
< POST users/me/campaigns/:campaignId/forms - screenout - Should set candidate with applied -1 if invalid answer is selected for radio
< POST users/me/campaigns/:campaignId/forms - screenout - Should set candidate with applied -1 if invalid answer is selected for select
< POST users/me/campaigns/:campaignId/forms - screenout - Should set candidate with applied -1 if some invalid answers are selected for multiselect
< POST users/me/campaigns/:campaignId/forms - screenout - Should set candidate with applied -1 if some invalid answers are selected for multiselect cuf
< POST users/me/campaigns/:campaignId/forms - screenout - Should set candidate with applied 0 if all valid answers are selected for multiselect
< POST users/me/campaigns/:campaignId/forms - screenout - Should set candidate with applied 0 if all valid answers are selected for multiselect cuf
< POST users/me/campaigns/:campaignId/forms - screenout - Should set candidate with applied 0 if valid answer is selected for cuf select
< POST users/me/campaigns/:campaignId/forms - screenout - Should set candidate with applied 0 if valid answer is selected for radio
< POST users/me/campaigns/:campaignId/forms - screenout - Should set candidate with applied 0 if valid answer is selected for select
< PUT /campaigns/forms/ - screenout - Should save screenout options for cuf
< PUT /campaigns/forms/ - screenout - Should save screenout options for multiselect
< PUT /campaigns/forms/ - screenout - Should save screenout options for radio
< PUT /campaigns/forms/ - screenout - Should save screenout options for select

@coveralls
Copy link
Collaborator

coveralls commented Jul 18, 2024

Coverage Status

coverage: 77.751% (-0.3%) from 78.039%
when pulling 3ddfd16 on screenout
into 9600feb on develop.

@d-beezee d-beezee merged commit e1148e4 into develop Aug 8, 2024
7 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants