-
Notifications
You must be signed in to change notification settings - Fork 1
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
CAMS-282 restrict data verification #884
Merged
Merged
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
btposey
changed the title
Cams 282 restrict data verification
CAMS-282 restrict data verification
Sep 10, 2024
* Restricted orders query by offices assigned to the user in context * Only data verification users can approve or reject orders * Order audit history shows user who approved transfer or consolidation * Sync orders adds division code to case details Jira ticket: CAMS-282 Co-authored-by: Fritz Madden <[email protected]> Co-authored-by: Arthur Morrow <[email protected]> Co-authored-by: James Brooks <[email protected]> Co-authored-by: Brian Posey <[email protected]>,
api2 patch was not expecting an empty response Jira ticket: CAMS-282 Co-authored-by: Fritz Madden <[email protected]> Co-authored-by: James Brooks <[email protected]> Co-authored-by: Brian Posey <[email protected]>,
Jira ticket: CAMS-282 Co-authored-by: James Brooks <[email protected]>
btposey
force-pushed
the
CAMS-282-restrict-data-verification
branch
from
September 10, 2024 15:09
6788a5d
to
ac7bd89
Compare
Jira ticket: CAMS-282 Co-authored-by: Fritz Madden <[email protected]> Co-authored-by: Arthur Morrow <[email protected]> Co-authored-by: Brian Posey <[email protected]>,
jamesobrooks
temporarily deployed
to
Develop
September 10, 2024 17:31
— with
GitHub Actions
Inactive
jamesobrooks
temporarily deployed
to
Develop
September 10, 2024 17:31
— with
GitHub Actions
Inactive
jamesobrooks
temporarily deployed
to
Develop
September 10, 2024 17:31
— with
GitHub Actions
Inactive
Jira ticket: CAMS-282 Co-authored-by: Fritz Madden <[email protected]> Co-authored-by: Brian Posey <[email protected]>,
jamesobrooks
temporarily deployed
to
Develop
September 10, 2024 19:50
— with
GitHub Actions
Inactive
jamesobrooks
temporarily deployed
to
Develop
September 10, 2024 19:51
— with
GitHub Actions
Inactive
jamesobrooks
temporarily deployed
to
Develop
September 10, 2024 19:51
— with
GitHub Actions
Inactive
Jira ticket: CAMS-282
* Added Auditable and createAuditRecord to common * Updated each record that records an update time and user to use the Auditable type Jira ticket: CAMS-282 Co-authored-by: Fritz Madden <[email protected]> Co-authored-by: Arthur Morrow <[email protected]> Co-authored-by: James Brooks <[email protected]> Co-authored-by: Brian Posey <[email protected]>,
Jira ticket: CAMS-282 Co-authored-by: Fritz Madden <[email protected]> Co-authored-by: Arthur Morrow <[email protected]> Co-authored-by: Brian Posey <[email protected]>,
…a-verification-fritz CAMS-282 restrict data verification fritz
fmaddenflx
reviewed
Sep 10, 2024
btposey
commented
Sep 10, 2024
fmaddenflx
approved these changes
Sep 10, 2024
backend/functions/lib/testing/local-data/local-cases-repository.ts
Outdated
Show resolved
Hide resolved
Formatting and linting issues.
jamesobrooks
temporarily deployed
to
Develop
September 10, 2024 21:05
— with
GitHub Actions
Inactive
for more information, see https://pre-commit.ci
Jira ticket: CAMS-282 Co-authored-by: Fritz Madden <[email protected]> Co-authored-by: Arthur Morrow <[email protected]> Co-authored-by: Brian Posey <[email protected]>,
jamesobrooks
temporarily deployed
to
Develop
September 10, 2024 21:14
— with
GitHub Actions
Inactive
jamesobrooks
temporarily deployed
to
Develop
September 10, 2024 21:15
— with
GitHub Actions
Inactive
jamesobrooks
had a problem deploying
to
Develop
September 10, 2024 21:15
— with
GitHub Actions
Failure
Jira ticket: CAMS-282 Co-authored-by: Brian Posey <[email protected]>,
jamesobrooks
temporarily deployed
to
Develop
September 10, 2024 21:37
— with
GitHub Actions
Inactive
jamesobrooks
temporarily deployed
to
Develop
September 10, 2024 21:38
— with
GitHub Actions
Inactive
jamesobrooks
temporarily deployed
to
Develop
September 10, 2024 21:38
— with
GitHub Actions
Inactive
user-interface/src/data-verification/transfer/PendingTransferOrder.test.tsx
Outdated
Show resolved
Hide resolved
Jira ticket: CAMS-282
amorrow-flexion
temporarily deployed
to
Develop
September 11, 2024 13:20
— with
GitHub Actions
Inactive
amorrow-flexion
temporarily deployed
to
Develop
September 11, 2024 13:21
— with
GitHub Actions
Inactive
amorrow-flexion
temporarily deployed
to
Develop
September 11, 2024 13:21
— with
GitHub Actions
Inactive
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.
Purpose
Restrict data verification to users assigned the data verification role.
Major Changes
Testing/Validation
Unit tests above coverage threshold.
Definition of Done: