-
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 21445 too bulk data #14492
base: main
Are you sure you want to change the base?
B 21445 too bulk data #14492
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
Removed
Bigger No assets were bigger Smaller No assets were smaller Unchanged
|
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
|
Agility ticket
Summary
Assign some of your underlings to moves, keeping track of how many moves are counseled by your transportation office, how many are assigned, how many are unassigned, how many moves each of your underlings are working.
-an array of BulkAssignmentMoveIDs, ordered by the earliest move date
-an array of availableOfficeUsers, with office user's name, ID, and workload (the current amount of moves they are assigned to)
If you're lazy like me just throw this into TableQueue.jsx and you should be good
const { bulkAssignmentData } = useBulkAssignmentQueries('TASK_ORDER');