-
-
Notifications
You must be signed in to change notification settings - Fork 219
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 "belongs to" breadcrumbs to tasks in the LHS list #5710
Labels
Priority: 2 - Medium
Normal priority
Tasks
Affects the Tasks page
Type: Improvement
Make something better
Milestone
Comments
amandacilek-zz
added
Tasks
Affects the Tasks page
Priority: 2 - Medium
Normal priority
Type: Improvement
Make something better
labels
Jun 4, 2019
Scheduling to coincide with other tasks improvements. |
Moved to 3.12.0 to free up engineers to work on 3.11.0. |
This was referenced Aug 30, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Priority: 2 - Medium
Normal priority
Tasks
Affects the Tasks page
Type: Improvement
Make something better
#5697 is related and either needs to be completed before, or at the same time as, this request.
User stories
As a CHW, when I look at my tasks list, I would like to know the family or primary contact that an individual person belongs to, so that I can identify patients easier. (For example, tasks about children currently only display the child’s name. But children often have similar names and some parents wait months to give their baby a name. The child’s name is not always enough information.)
As a CHW, when I look at my tasks list, I would like to know the family or primary contact that an individual person belongs to, so that I can better plan my visits and can complete all tasks for the same family at the same time. (Currently a CHW may have more than one open task for the same family, but because the tasks list is sorted by due date and doesn’t list the family name, they may miss other tasks for the same family.)
As a CHW, I would like tasks for the same family to be grouped together so that I can be more efficient with my visit time and planning. (This spec/feature doesn’t address grouping, but just noting that displaying the family name is probably a desired prerequisite to sorting by family.)
Summary
Examples
For CHWs on the webapp looking at a task about a particular person, the breadcrumbs should most often be just the family name (e.g. “Beatrice Bass Family”). Only a single level is listed because the next level, CHW Janet’s Area, is the CHW’s own level.
Some tasks are for families instead of individual people, like family surveys or bed net distribution. In these cases, the breadcrumbs may not display at all, since there are no levels between the family and the CHW area.
IF we ever do eventually add in the concept of sub-areas, at that point the breadcrumbs could display both the family name and the sub area name (since there would now be two levels before the CHW area).
For facility users on Standard, the breadcrumbs will start with the CHW Area (since Standard does not have a concept of families).
For a CHW supervisor, if the supervisor has a task about a CHW, the breadcrumbs would display the CHW Area (and any other levels between the CHW and the supervisor, if applicable).
Also, a reminder that we sometimes have high risk task styling. In the cases of high risk, the breadcrumb info should come after the risk message.
The text was updated successfully, but these errors were encountered: