-
Notifications
You must be signed in to change notification settings - Fork 19
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
Allow individual queue folks to place tasks on hold #9207
Comments
Let's try to use the |
MEDIUM. |
|
here's the ticket to add on hold tab to team queue - #9341 is this something that you could take on as well? |
@lowellrex - i'm unassigning @amprokop from this task. let's connect today or tomorrow about how we might finish this ticket this or next sprint! |
Rough rollout plan:
Tech spec for |
Connects #9207 ### Description - interface to allow users to end holds set with `TimedHoldTask`s - consolidates task action data functions in a new `TaskActionRepository` class - updating the parent task cancels the `TimedHoldTask` - a `TimedHoldTask` is invalid if it has more than one `TaskTimer`
MEDIUM amount of work remains. |
Resolves (#9207). Create timed holds for `ColocatedTask`s and `HearingAdminActionTask`s using the new timed holds instead of the old-style holds using the `on_hold_duration` field of a task. This step allows begins the transition away from the old-style holds which we will hopefully be able to remove entirely soon!
The Translation organization just got their first AMA appeal translation task assigned to them! However, the only actions they have available to them are Re-assign to person, Assign to team, or Mark task complete. We need to add the Place on hold option
Acceptance Criteria
Screenshot from demo
The text was updated successfully, but these errors were encountered: