-
Notifications
You must be signed in to change notification settings - Fork 8
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
Document markdown data structure #462
Comments
its worth being aware that the relationships between the markdown files are currently defined here: Lines 5 to 10 in c2b478f
|
ideally, i'd like to see this done in a way that an image can be generated and referenced from a mermaid is a great fit for this type of approach since the text file can be versioned and an npm package can be used as a cli to generate such an image. i'm not sure they support support an appropriate chart type for representing foreign-key relationships, though. |
it looks like there is an open issue for adding a ER Diagram chart type, but i don't imagine that will get added soon. maybe the class diagram could work for now? |
Add top level README link to content README. Add links in content README to each data structure folder. re dsmjs#462
Currently there are several directories of markdown files:
My understanding is the meetings frontmatter provide relationships for the other 4 data types.
We want to have the relationships well defined and described for new comers to understand. So, the task at hand is to come up and document a clear data schema for the relationship between markdown files.
One tool that might be useful to document the data structures is: https://mermaidjs.github.io/#/
The text was updated successfully, but these errors were encountered: