-
Notifications
You must be signed in to change notification settings - Fork 1
DLSV2-523 Add flagging of competencies and display in supervisor and self assessment views #1189
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
DLSV2-523 Add flagging of competencies and display in supervisor and self assessment views #1189
Conversation
…n self assessment
…n self assessment
…be injected into learning portal controller
…lected (checked) when the competency was created or edited
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.
This looks fantastic. Thanks Daniel. One very minor change requested - see code comments.
| <tr role="row" class="nhsuk-table__row first-row"> | ||
| <td role="cell" rowspan="@competency.AssessmentQuestions.Count()" class="nhsuk-table__cell"> | ||
| <td role="cell" rowspan="@competency.AssessmentQuestions.Count()" class="nhsuk-table__cell"> | ||
| <partial name="_ComperencyFlags" model="competency.CompetencyFlags" /> |
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.
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.
Added new commit.
…escription set to false, so they look in line with other items grouped under same flags

Add flagging of competencies and display in supervisor and self assessment views.
JIRA link
https://hee-dls.atlassian.net/browse/DLSV2-523
Description
Added migration, updated views, controllers and tests.
Screenshots
Framework Details tab
https://localhost:44363/Framework/2072/Details
Framework custom flags
https://localhost:44363/Frameworks/Flags/2072
Add custom flag
https://localhost:44363/Frameworks/Flags/New/2072
Edit custom flag
https://localhost:44363/Frameworks/Flags/Edit/2072/1012
Add/Edit custom flag validation
Remove Custom flag
https://localhost:44363/Frameworks/Flags/Delete/2072/1012
Edit competency
https://localhost:44363/Frameworks/2072/Competency/1167/1743
Framework competency preview
https://localhost:44363/Frameworks/2072/Competency/1167/1743/Preview
Framework structure interface
https://localhost:44363/Framework/2072/Structure/1167#fc-1743
Self assessment interface
https://localhost:44363/LearningPortal/SelfAssessment/1/Capabilities
Self assessment competency view/review
https://localhost:44363/LearningPortal/SelfAssessment/1/1
Supervisor interface
https://localhost:44363/Supervisor/Staff/2007/ProfileAssessment/1/Review
Developer checks
I have checked: