-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add an mq in trs #929
Merged
Merged
Add an mq in trs #929
Conversation
This file contains 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
hortha
force-pushed
the
add-an-mq-in-trs
branch
from
November 23, 2023 14:08
2054258
to
0728735
Compare
gunndabad
reviewed
Nov 23, 2023
TeachingRecordSystem/src/TeachingRecordSystem.Core/Dqt/Models/GeneratedOptionSets.cs
Outdated
Show resolved
Hide resolved
gunndabad
reviewed
Nov 23, 2023
...hingRecordSystem/src/TeachingRecordSystem.Core/Dqt/QueryHandlers/GetAllSpecialismsHandler.cs
Outdated
Show resolved
Hide resolved
hortha
force-pushed
the
add-an-mq-in-trs
branch
from
November 27, 2023 09:37
a4ab50a
to
ed140da
Compare
gunndabad
reviewed
Nov 27, 2023
TeachingRecordSystem/src/TeachingRecordSystem.Cli/TeachingRecordSystem.Cli.csproj
Outdated
Show resolved
Hide resolved
gunndabad
reviewed
Nov 27, 2023
...hingRecordSystem/src/TeachingRecordSystem.Core/Dqt/QueryHandlers/GetAllSpecialismsHandler.cs
Outdated
Show resolved
Hide resolved
gunndabad
reviewed
Nov 27, 2023
...ystem.Core/Dqt/Services/DqtReporting/Migrations/0015_dfeta_qualification_dfeta_mq_status.sql
Outdated
Show resolved
Hide resolved
gunndabad
reviewed
Nov 27, 2023
...dSystem/src/TeachingRecordSystem.SupportUi/Infrastructure/Filters/CheckPersonExistsFilter.cs
Outdated
Show resolved
Hide resolved
gunndabad
reviewed
Nov 27, 2023
TeachingRecordSystem/src/TeachingRecordSystem.SupportUi/Pages/Mqs/AddMq/CheckAnswers.cshtml.cs
Outdated
Show resolved
Hide resolved
gunndabad
reviewed
Nov 27, 2023
TeachingRecordSystem/src/TeachingRecordSystem.SupportUi/Pages/Mqs/AddMq/Provider.cshtml.cs
Outdated
Show resolved
Hide resolved
gunndabad
approved these changes
Nov 27, 2023
hortha
force-pushed
the
add-an-mq-in-trs
branch
from
November 28, 2023 17:46
815b267
to
674924a
Compare
hortha
force-pushed
the
add-an-mq-in-trs
branch
from
December 4, 2023 13:50
4612020
to
1a7ea50
Compare
hortha
force-pushed
the
add-an-mq-in-trs
branch
from
December 4, 2023 21:43
6ffc6a4
to
b5c7a70
Compare
hortha
force-pushed
the
add-an-mq-in-trs
branch
from
December 5, 2023 11:32
5dfb4a3
to
b75d022
Compare
hortha
force-pushed
the
add-an-mq-in-trs
branch
from
December 6, 2023 13:30
b75d022
to
8c34ec2
Compare
hortha
force-pushed
the
add-an-mq-in-trs
branch
from
December 7, 2023 11:27
8c34ec2
to
181f28f
Compare
Added CRM related tests Added UI tests Fixed file corruption caused by rebase Fixed PR issues Fixed PR issues Tweaked filter requiring a personId Tweaks based on updated designs Added support for dfeta_trsdeletedevent field in CRM dfeta_qualification table Regenerated CRM code
hortha
force-pushed
the
add-an-mq-in-trs
branch
from
December 7, 2023 17:38
181f28f
to
99e2ae3
Compare
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.
Context
As a Support team user
I want to be able to add an MQ (Mandatory Qualification) award in TRS
So that I can make sure a teaching record has the correct award allocated.
Changes proposed in this pull request
Changes to UI to be able to Add an MQ + supporting backend changes to save to CRM.
Guidance to review
CRM changes + UI + Tests
Checklist