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

Add priority levels to tasks in "My Tasks" #4328

Open
wes-otf opened this issue Jan 9, 2025 · 2 comments
Open

Add priority levels to tasks in "My Tasks" #4328

wes-otf opened this issue Jan 9, 2025 · 2 comments
Labels
Type: Enhancement This is an improvement of an existing thing (not a new thing, which would be a feature).

Comments

@wes-otf
Copy link
Contributor

wes-otf commented Jan 9, 2025

It would be nice to be able to assign a priority level to each category of task and have this change what tasks display how/where in the task list. A few thoughts on this implementation:

  • Tasks have priority levels of 1-3
  • We assign the priorities in code logically so the responsibility doesn't fall on the user
    • Initially we can just be logical in assignments (ie. populating a PAF would be lower priority than an approval task/assigned comment) then fix if staff suggest otherwise
  • Tasks priorities could be indicated via colors/icons, and higher priorities could bubble to the top
@wes-otf wes-otf added the Type: Enhancement This is an improvement of an existing thing (not a new thing, which would be a feature). label Jan 9, 2025
@wes-otf wes-otf changed the title Add priority levels to tasks in "My Task" Add priority levels to tasks in "My Tasks" Jan 9, 2025
@frjo
Copy link
Member

frjo commented Jan 9, 2025

If there will be a lot of current tasks for staff this sounds like a good idea.

The prio could as you mention effect sorting and maybe add a subtle background colour.

@wes-otf
Copy link
Contributor Author

wes-otf commented Jan 9, 2025

yeah totally! this actually came from a staff member who frequently uses My Tasks and was hoping to have a bit more organization around them

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement This is an improvement of an existing thing (not a new thing, which would be a feature).
Projects
None yet
Development

No branches or pull requests

2 participants