dandi / nwb-healthstatus

Apache License 2.0
1 stars 1 forks source link

idea: dashboard with "our own" badges/details views #10

Open yarikoptic opened 3 years ago

yarikoptic commented 3 years ago

for datalad-extensions we rely on CI services to provide badges, and so than when clicked would lead to the detailed log. Generally works great but relies on services to provide badges and logs. logs eventually expire. badges some times flaky to display

testkraken's dashboard is more evolved -- it is an html with JS to navigate that fancy pane to navigate combinatorics of the runs, similar to the one of the http://openneu.ro/metasearch/ . But to visualize it you need webserver to serve it and artifacts (logs), unlike in datalad-extensions we just rely on markdown rendering by github.

Not sure if we could somehow embed JS driven dashboard, but here is an idea (not yet tried/implemented) on how to provide "scalable" badges + storage of details for each component :

this way we

this idea is somewhat inspired by