Skip to content
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

Refactor Cases Consolidate section in DataVerification screen #1030

Open
governmentSponsored opened this issue Nov 12, 2024 · 0 comments
Open
Labels

Comments

@governmentSponsored
Copy link
Contributor

Within our DataVerification screen, under consolidations, staff assignments for the Cases To Consolidate can take a long time to come back. We are doing individual calls to get assignments for each individual case, which is slow. We had a similar problem in the StaffAssignment screen, we solved this issue by getting cases by an array of caseIds and mapping those back in a single call.

h3.##Pre-Conditions:
Functioning data verification screen with consolidations

h3.##Acceptance Criteria:

  • The Cases to Consolidate section on the DataVerificationScreen uses functionality similar to that of the StaffAssignmentScreen when getting case assignments for those cases
  • The order comes back with the staff assignments in one call rather than separate calls for each

h3.##Pain Avoided/Frustration Saved:

  • Assigned Staff will come back faster for the user

h3.##Breadth/Pervasiveness of Problem:

  • Staff assignment can take a bit to come back, especially on consolidation orders with many cases involved
  • Consistency in data calls

h3.##Complexity of Problem (Low, Medium, High) and Why it's Complex:
Complexity is: Low-medium

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant