-
Notifications
You must be signed in to change notification settings - Fork 38
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
Create high level architectural diagram #362
Comments
Note to self: It would be nice if one could generate this from any Snowman |
Maybe something like this? Mermaid sourcegraph TD Root["/ template: landing.html"] --> About["/about template: about.html"] Root --> Tools["/tools template: tools.html"] Root --> StandardPublic["/standard-for-public-code template: standard-for-public-code.html"] Root --> Statistics["/statistics query: countries.rq template: statistics.html"] Root --> Topics["/topics query: topics.rq template: topic-list.html"] Root --> Countries["/countries query: countries.rq template: country-list.html"] Root --> Error["/404 template: 404.html"] Root --> Sitemap["/sitemap.xml query: countries.rq template: sitemap.xml"] Root --> MapData["/map.json query: countries.rq template: map-data.json"] |
It's a visual view of |
It's almost impossible to read due to the width. Instead of creating a box for each country, perhaps just have one box stack representing countries? |
The feature
Create a high level architectural diagram that explains how the different pages are generated and how the data is collected and from where.
Why?
This would help new users understand how the website is built and guide them on how to suggest, or work on, improvements.
The Standard for Public Code also says:
Examples and inspiration
No response
The text was updated successfully, but these errors were encountered: