-
Notifications
You must be signed in to change notification settings - Fork 1
Heedls 687 self registration prn #884
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
Conversation
| AliasID = @aliasId, | ||
| EmailAddress = @emailAddress | ||
| WHERE CandidateID = @delegateId", | ||
| FirstName = @firstName, |
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 is just fixing mixed tabs and spaces in the file
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.
Looking good, some very minor changes can be performed.
DigitalLearningSolutions.Data.Tests/Services/RegistrationServiceTests.cs
Outdated
Show resolved
Hide resolved
DigitalLearningSolutions.Web/Views/Shared/_EditRegistrationNumber.cshtml
Show resolved
Hide resolved
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.
Nice one Alex, not really much to comment. Just a minor thing.
Also just a reminder about the bug you mentioned in show and tell around still displaying the PRN even though you changed the answer to no to do.
DigitalLearningSolutions.Data.Tests/Services/RegistrationServiceTests.cs
Outdated
Show resolved
Hide resolved
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.
Thanks Alex, good to merge!
JIRA link
https://softwiretech.atlassian.net/browse/HEEDLS-687
Description
Added the PRN fields to the Learner Information page of the delegate self registration journey by moving the partial created for the My Account Edit Details page to a shared location and using that.
Added an entry for this new value in the Summary view
Updated the service logic to make a call to save the provided value rather than updating the register candidate stored procedure.
Screenshots
Developer checks
(Leave tasks unticked if they haven't been appropriate for your ticket.)
I have: