[docs] Document Responsibilities (concept, reference, flows) - #72
Draft
github-actions[bot] wants to merge 1 commit into
Draft
[docs] Document Responsibilities (concept, reference, flows)#72github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Deploying coredocs with
|
| Latest commit: |
4044960
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://b1edc20e.coredocs.pages.dev |
| Branch Preview URL: | https://docs-responsibility-access-g.coredocs.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ezhuthachan
Closes the request in #65:
/document Access & Governance/Responsibilities. No<doc-types>was given, so all three layers are included.Files added
Identical content in
versioned_docs/version-3.0/andversioned_docs/version-3.1/:concepts/access-governance/responsibility.mdx(new,sidebar_position: 5)references/access-governance/responsibility.mdx(new,sidebar_position: 6)flows/access-governance/_category_.json(new)flows/access-governance/create-a-responsibility.mdx(new)flows/access-governance/assign-a-user-to-a-responsibility.mdx(new)flows/access-governance/link-responsibilities-for-governance.mdx(new)Files changed
versioned_sidebars/version-3.0-sidebars.jsonandversioned_sidebars/version-3.1-sidebars.json— added an Access & Governance flow category listing the three new flow ids. Only those lines were added; nothing else was touched.No existing document was rewritten.
Source traced
Backend (
code/care):care/emr/models/organization.py—Organization,OrganizationTypeChoices,managing_organizationscare/emr/api/viewsets/organization.py—authorize_create/authorize_update/authorize_destroy, themanaging_organizationaction,accessible_role_organizationscare/security/authorization/organization.py—can_list_organization_users_obj,can_manage_organization_users_obj,check_role_subsetcare/security/permissions/organization.py— permission slugs and the roles that hold themcare/security/roles/role.py—RoleContext.ROLE_ORGand the Admin / Manager / Member designationscare/emr/resources/organization/spec.py,care/emr/resources/organization/organization_user_spec.py,care/emr/resources/user/spec.pycare/emr/api/viewsets/user.py—role_orgson user creationFrontend (
code/care_fe):src/pages/Admin/organizations/AdminOrganizationList.tsx,components/AdminOrganizationFormSheet.tsxsrc/pages/Organization/components/RoleOrganizationConnections.tsx,OrganizationUsers.tsx,OrganizationLayout.tsxsrc/components/Users/UserRoleOrganizationAccess.tsx,UserForm.tsx,EditUserRoleSheet.tsx,LinkUserSheet.tsxsrc/pages/Responsibilities/ResponsibilityLanding.tsx,src/components/ui/sidebar/responsibility-switcher.tsx,src/components/Common/admin-nav.tsxpublic/locale/en.json— every user-visible label and toast messageLeft out because it could not be verified
src/config/keyboardShortcuts.jsondefines none for these actions.OrganizationPermissions.is_geo_admincarries an empty role list, so it is not documented as reachable.Validation
npm run buildis green:[SUCCESS]for bothbuild(en) andbuild/ml(ml), exit code 0.