Docs: add visual diagrams for repository structure, data flow, consent/withdrawal, and privacy boundaries#129
Open
adhiprijal751 wants to merge 1 commit into
Conversation
…t/withdrawal, and privacy boundaries Closes Digital-Life-Repository-Standard#5 - Create docs/diagrams/ with four Mermaid diagrams - repository-structure.md: repo and .life zip layout - data-flow.md: authoring pipeline and 5-stage runtime assembly - consent-withdrawal.md: consent evidence and withdrawal lifecycle - privacy-boundaries.md: sensitivity levels and storage boundaries - Update docs/architecture.md to link to new diagrams - Update README.en.md to link to docs/diagrams/
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.
Closes #5
What this adds
Four Mermaid diagrams in a new
docs/diagrams/directory:repository-structure.md— repo directory layout and.lifezip package structuredata-flow.md— authoring pipeline (DLRS record →.life) and 5-stage runtime assembly pipelineconsent-withdrawal.md— consent evidence requirements and withdrawal polling lifecycleprivacy-boundaries.md— S0–S4 sensitivity levels and Git vs external storage boundariesFiles changed
docs/diagrams/(new directory, 4 files)docs/architecture.md— added links to new diagramsREADME.en.md— added Visual Diagrams link in documentation sectionTesting
No automated tests affected. All existing CI checks pass (diagrams are Markdown/Mermaid only).