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
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: