TD-5638- Removed custom administrator roles - replaced "Educator/Manager" and "Assessor" with "Supervisor" and "Nominated Supervisor"#3604
Open
Auldrin-Possa wants to merge 2 commits into
Conversation
…and "Assessor" with "Supervisor" and "Nominated Supervisor"
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.
JIRA link
TD-5638
Description
Summary
The initial implementation and major code changes were completed using Codex. Subsequent updates were made to align the implementation with the final task requirements.
Database Changes
A migration script has been added to perform the following actions:
Drop the existing constraint on the
CandidateAssessmentSupervisorstable.Drop the
SelfAssessmentSupervisorRolestable.Remove the
SelfAssessmentSupervisorRoleIDcolumn from theCandidateAssessmentSupervisorstable.Remove duplicate records from the
CandidateAssessmentSupervisorstable.CandidateAssessmentSupervisorVerificationsandSelfAssessmentResultSupervisorVerificationstables are updated to point to the retainedCandidateAssessmentSupervisorsrecord. This ensures referential integrity and allows obsolete duplicate records to be safely removed.Create a unique key constraint on the
CandidateAssessmentSupervisorstable.Stored Procedure Updates
The following stored procedures have been updated to remove dependencies on the
SelfAssessmentSupervisorRolestable:GetAssessmentResultsByDelegateGetCandidateAssessmentResultsByIdApplication Changes
Application code has been updated throughout the solution to remove all references to the
SelfAssessmentSupervisorRolestable and align with the revised database schema.Cleanup of Unused Resources
The following unused resources were removed as part of this change:
Service Methods
GetSupervisorRolesForSelfAssessmentGetSupervisorRolesBySelfAssessmentIdForSupervisorGetDelegateNominatableSupervisorRolesForSelfAssessmentGetSupervisorRoleByIdController Action Methods
SetSupervisorRoleEnrolDelegateSupervisorRoleViews/Forms
EnrolDelegateSupervisorRole.cshtmlSelectDelegateSupervisorRole.cshtmlScreenshots
Developer checks
(Leave tasks unticked if they haven't been appropriate for your ticket.)
I have:
Either:
Or: