-
-
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
feat(#6543): add back breadcrumbs for users with many facilities #9093
Conversation
@Benmuiruri @ralfudx can you please review? Thanks! |
BTW @lorerod the contacts page is still not working - @Benmuiruri is fixing that in this other PR. This job is only about breadcrumbs in Reports, Message and tasks pages. [I have updated the PR decription] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@Benmuiruri, Same here. This has been rebased, and the tests are working. It's ready. Just waiting for 6543-multi-facility. |
5472e58
to
3298c34
Compare
a285e1e
to
7ccfcba
Compare
5423a1f
to
73c32d9
Compare
Description
_users
database, find the offline userorg.couchdb:<username>
facility_id
an array and add the IDs:"facility_id: [ "id-1", "id-2" ]
medic
database, find the offline userorg.couchdb:<username>
facility_id
an array and add the IDs:"facility_id: [ "id-1", "id-2" ]
. It should match with the one in_users
db.Videos:
user with 1 facility (Maggiocester's CHU)
https://github.com/medic/cht-core/assets/66472237/dde98e55-b4fe-4385-8436-5a107f9b8e25
user with multiple facilities (Maggiocester's CHU, Hodkiewiczland's CHU)
https://github.com/medic/cht-core/assets/66472237/85382e57-d4c7-49e4-baa4-7d29efe55874
#6543
Code review checklist
Compose URLs
If Build CI hasn't passed, these may 404:
License
The software is provided under AGPL-3.0. Contributions to this project are accepted under the same license.