[docs] Tag docs — concept rewrite and two new flows - #73
Draft
github-actions[bot] wants to merge 1 commit into
Draft
[docs] Tag docs — concept rewrite and two new flows#73github-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: |
37a8f6d
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://49e95cb7.coredocs.pages.dev |
| Branch Preview URL: | https://docs-tag-docs-13e907e0590e38.coredocs.pages.dev |
Open
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
Requested via issue #69 (
/document admin/tag). There is noadmindocs domain; tags live under platform, where a concept (concepts/platform/tagging.mdx) and a reference (references/platform/tag-config.mdx) already existed.Changes (both version-3.0 and version-3.1)
Rewritten
concepts/platform/tagging.mdx— replaced in full to matchconcept-template.md. Old page used non-template sections (What it represents,How it connects,Tree structure,Lifecycle,Permissions,FHIR reference) and leaked backend permission slugs into a user-facing page. New structure: Definition → Key Attributes (with Resource, Tag tree, Scope, Status sub-sections) → Related. Raw enum values replaced with the labels frompublic/locale/en.json.Added
flows/platform/create-a-tag.mdxflows/platform/apply-a-tag-to-a-record.mdxflows/platform/_category_.jsonversioned_sidebars/version-3.0-sidebars.jsonandversion-3.1-sidebars.json(flow sidebar is manual).Not changed:
references/platform/tag-config.mdx— already faithful to the current model and specs.Traced to
care:care/emr/models/tag_config.py,care/emr/resources/tag/config_spec.py,care/emr/resources/tag/cache_invalidation.py,care/emr/api/viewsets/tag_config.py,care/security/authorization/tag_config.py,care/security/permissions/tag_config.py,care/emr/tagging/base.py.care_fe:src/pages/Admin/TagConfig/*,src/components/Tags/TagAssignmentSheet.tsx,src/components/Tags/MultiFilterStyleTagSelector.tsx,src/pages/Encounters/tabs/overview/summary-panel-details-tab/encounter-tags.tsx,src/components/Patient/PatientTagsDisplay.tsx,src/components/ui/sidebar/facility/facility-nav.tsx,src/Routers/routes/adminRoutes.tsx,src/types/emr/tagConfig/tagConfig.ts,public/locale/en.json.Left out (unverified)
care_fe/src/config/keyboardShortcuts.json, so none is mentioned.system_generatedflag shown in the tag details UI is not a field on theTagConfigmodel, so the concept does not describe it.Validation
npm run build:[SUCCESS]forbuildandbuild/ml, exit 0.