-
Notifications
You must be signed in to change notification settings - Fork 2
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
UAT Release #2419
Merged
Merged
UAT Release #2419
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
We really cannot fail here so ensure the object exists first.
…hange When case status is updated manually then we clear existing queues and new queues are assigned after running routing rules. So update exit date for existing queues and create new instances for queues assigned.
When a case is finalised from post-circ queue then the exit date is not recorded as we don't move it forward (unless for countersigning). Hence we need to handle this after finalising to record exit date. Even in case of LU countersigining as the case comes back to this queue for finalising after all countersignatures.
In some situtations a case is sent back to TAU from post-circ queue for reassessment, add a test for this scenario to check case queue movements.
If we are creating multiple instances then the created_at differs as with each iteration. This doesn't affect anything but we can use create a date obj upfront and reuse the same for all instances.
This is used in multiple places so a good candidate to refactor
Add unit test for the same
[LTD-5887] Ensure F680s can be viewed on caseworker app
LTD: Update API to be able to sort based on when a case is assigned to queue
…n-changes update-lite-routing-sha-sanction-changes
…selection merge-back-hot-fix-inti-branch-selection
saruniitr
approved these changes
Feb 12, 2025
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.
UAT Release