-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feature/2192 Monitor candidate data #2223
Feature/2192 Monitor candidate data #2223
Conversation
a472d53
to
0fa024a
Compare
Visit the preview URL for this PR (updated for commit 7bd8298): https://jac-admin-develop--pr2223-feature-2192-monitor-nc6omonq.web.app (expires Fri, 29 Dec 2023 11:36:08 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 4e92cf51659207b0ae3509dc5c40edde50edfec0 |
0fa024a
to
49d2507
Compare
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.
Hey @HalcyonJAC this needs a few tweaks so it is no longer specific to pre selection day questionnaires.
The candidateForm
document you have access to includes some useful info:
task.type
(in this case 'preSelectionDayQuestionnaire') can be used in the query forapplicationRecords
when you are looking atpreSelectionDayQuestionnaire.status
openDate
contains the date the emails are meant to be sentcloseDate
contains the date the questionnaires are meant to be returned by (the deadline)parts
defines what is being asked for in the questionnaire which may be useful in populating the email template (but probably not as the email should be fairly generic, I would expect)
10281af
to
e59893f
Compare
7bf301e
to
ae8c16c
Compare
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.
One small change
f619d3f
to
d06d6cd
Compare
d06d6cd
to
fc9ae00
Compare
6929dd6
into
epic/2141-pre-selection-day-questionnaire
…#2222) * Add extra tasks * #1868 Selection Day MVP * Updates to task views and user journey * Support for EMP tie-breaker * BugFix: Changing advert type should not change exercise state * Bugfix: Panel pack search improvement * Bugfix: Create an exercise from clipboard not working * Bugfix: Applications list layout. Reduce margin * Bugfix: Task list. Application process not showing as Done * Bugfix: Exercise overview broken when unlocked * Bugfix: Stages search should include hint * Data entry. Layout tweaks * Fix lint * Support for shortlisting outcome * #2191 Configure Pre-selection day workflow * Add form validation * Text change * Added module for candidateForm. Added code to create the candidateForm. * Create candidateForm document on save * Fix naming and typo * Fixed incorrect send date * Update task first page to be called 'Overview' * Include constants * fix lints * Fix name change of date fields * Feature/2192 Monitor candidate data (#2223) * Add preSelectionDayQuestionnaires to store * Update Monitor component * rename function * reset error message * tidy up * tidy up * tidy up * update props * update permission * tidy up * #2226 Configure Candidate Availability (#2227) * #2226 Configure candidate availability * Tidy up now platform handles creation of candidateForm * Fix timeline dates * Fix save error * Open candidate form when requests are sent (for now) * Store panellist id and name rather than just id * Ensure date fields have a validation message * Show parts that are relevant to exercise * Close and continue button * Update PSDQ wording * Remove configuration of form parts --------- Co-authored-by: drieJac <jac.drie@digitalteam.uk> Co-authored-by: halcyonjac <halcyon@judicialappointments.digital> Co-authored-by: HalcyonJAC <79906532+HalcyonJAC@users.noreply.github.com>
What's included?
Closes #2192
Note: This PR will need the changes on digital-platform Feature/admin 2192.
Who should test?
✅ Product owner
✅ Developers
✅ UTG
How to test?
Example exercise:
Not requested
Requested
Risk - how likely is this to impact other areas?
🟠 Medium risk - this does change code that is shared with other areas
Additional context
Screen.Recording.2023-11-29.at.11.30.59.mov
Related permissions
Have permissions been considered for this functionality?
PREVIEW:DEVELOP
can be OFF, DEVELOP or STAGING