-
Notifications
You must be signed in to change notification settings - Fork 35
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
INT-B-20984 Validate SIT Departure Date #14779
Merged
brianmanley-caci
merged 15 commits into
integrationTesting
from
INT-B-20984-Validate-SIT-Departure-Date
Feb 12, 2025
Merged
INT-B-20984 Validate SIT Departure Date #14779
brianmanley-caci
merged 15 commits into
integrationTesting
from
INT-B-20984-Validate-SIT-Departure-Date
Feb 12, 2025
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
ryan-mchugh
reviewed
Feb 10, 2025
conflicts and one minor comment |
Conflicts resolved. |
ryan-mchugh
reviewed
Feb 10, 2025
ryan-mchugh
reviewed
Feb 10, 2025
pkg/services/sit_entry_date_update/sit_entry_date_updater_test.go
Outdated
Show resolved
Hide resolved
I did notice that when the api comes back for origin SIT, I have to refresh to resubmit. Not sure that's related to your work. |
ryan-mchugh
previously approved these changes
Feb 11, 2025
…0984-Validate-SIT-Departure-Date
@ryan-mchugh the merge back from int killed your approval. |
ryan-mchugh
approved these changes
Feb 12, 2025
pambecker
approved these changes
Feb 12, 2025
16 tasks
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.
Agility ticket
Summary
This is story is to validate that the SIT Entry date is before the SIT Departure date. This addresses two places in the app that were not preventing the user from entering invalid dates. 1) When the prime user creates SIT service items. 2) When the TOO updates the SIT Entry date. Now in both these situations we will return an error if the user attempts to use a SIT Entry Date that is not before the SIT Departure date.
Verification Steps for the Author
These are to be checked by the author.
Verification Steps for Reviewers
These are to be checked by a reviewer.
Setup to Run the Code
How to test
Prime Simulator Service Item Creation Test
TOO Update SIT Service Item Entry Date Test
Frontend
officeApp
class or custommin-width
styling is used to hide any states the would not be visible to the user.Backend
Database
Any new migrations/schema changes:
Screenshots