-
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
B 21446 tio bulk assignment be #14649
Conversation
Bundle StatsHey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle. As this PR is updated, I'll keep you updated on how the bundle size is impacted. Total
Changeset
View detailed bundle breakdownAdded No assets were added Removed No assets were removed Bigger No assets were bigger Smaller No assets were smaller Unchanged
|
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.
Changes match. Extra line is a blank line that was already present on main I think. Line 560 of this PR and line 562 of INT PR.
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 thought there was a commit missing from int, but I found your 2nd INT PR. Everything looks good, and tests are passing for me locally 🎉
Sorry about that, forgot to include that second one. ty! |
Agility ticket
INT PR
INT PR 2
Summary
Backend data to be used in Bulk Assignment modal. This is to pull assigned users and # of available moves for the TIO queue.
How to test
-an array of availableOfficeUsers, with office user's name, ID, and workload (the current amount of moves they are assigned to)
-an array of BulkAssignmentMoveIDs, ordered by the earliest payment request date
NOTE: this is also fixing an issue found for TOO USMC office user not seeing the Marine moves in their bulk assignment API