-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat: generate the Dashboard - base structure #152
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI, I didn't review SQL too closely - assuming it's OK if it works. And HTML, I'd say that the visual review we did together during demo last time is good enough. All in all, good to go from my side :)
b9725ea
to
c589b5e
Compare
Very nice! A few things coming to mind:
Good stuff. I would also talk with @lidel on how we give visibility to this dashboard from https://specs.ipfs.tech/ |
c589b5e
to
b3c6435
Compare
example output:
https://singulargarden.github.io/gateway-conformance/
example workflow:
https://github.com/singulargarden/gateway-conformance/actions/workflows/deploy-pages.yml
Adds data generation
munge.js
: takes a go test output and generates a nicer data structuremunge_sql.js
: load all the outputs into a single sqlite dbmunge_aggregates.js
: generate resources for the website generation (content pages and data files)Generate the dashboard
Follow-ups (see #123)