-
Notifications
You must be signed in to change notification settings - Fork 14
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
#3768 - CAS Supplier Maintenance Updates Part 1 #4002
#3768 - CAS Supplier Maintenance Updates Part 1 #4002
Conversation
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 work @dheepak-aot . LGTM 👍
manualVerifiedSupplier.creator = auditUser; | ||
|
||
// Set manual verified CAS Supplier for the student. | ||
student.casSupplier = manualVerifiedSupplier; |
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.
Thanks for the fix ❤️
ADD | ||
COLUMN student_profile_snapshot jsonb; | ||
|
||
COMMENT ON COLUMN sims.cas_suppliers.student_profile_snapshot IS 'Snapshot of the student profile details which is captured when the CAS supplier is set to be active.'; |
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.
I believe it would be "to be valid", right?
@@ -148,3 +159,16 @@ export interface SupplierAddress { | |||
siteProtected?: string; | |||
lastUpdated: Date; | |||
} | |||
/** |
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.
Minor, please add a blank line.
* Student profile snapshot information. | ||
*/ | ||
interface StudentProfileSnapshot { | ||
givenName: string; |
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.
Since this is the snapshot of the student profile I would recommend that it uses the "SIMS tables" conventions where givenName
would be firstName
. Not a blocker though.
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.
Great work and thanks for the bonus fix 😉
Only minor comments but not a blocker.
Looks good 👍
|
Added New Column
student_profile_snapshot
tosims.cas_suppliers
Bug Fix
sims.students
while adding manually the CAS SUPPLIER NUMBER and SITE CODE by ministry user.Rollback Evidence