You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we distinguish between tasks where somebody has visited the case details page and tasks where they have not only for members of the VLJ support staff. This ticket exists to bold/unbold links to the case details page for an appeal in the task queue for everybody. This would likely require us to change from using the status field of the task to something more involved (perhaps a task_views table linking a user to a task).
Acceptance criteria
Show links to all cases in bold if they have not been viewed yet by the current user
The text was updated successfully, but these errors were encountered:
Resolves#9613
### Description
Only attempt to change a task's status to `in_progress` if the user is colocated, because they're the only users who see bold links in the queue for cases they haven't visited yet. This is a temporary fix to silence errors until we tackle #9916
Currently, we distinguish between tasks where somebody has visited the case details page and tasks where they have not only for members of the VLJ support staff. This ticket exists to bold/unbold links to the case details page for an appeal in the task queue for everybody. This would likely require us to change from using the
status
field of the task to something more involved (perhaps atask_views
table linking a user to a task).Acceptance criteria
The text was updated successfully, but these errors were encountered: