-
Notifications
You must be signed in to change notification settings - Fork 9
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 a dashboard showcasing the status of the KIT system #19
Comments
Hi, thank you for submitting this issue, we will be discussing it and adressing it asap! |
@EmnaTay how about we start by making a simple dashboard in R containing a small table with columns status, system name, and have it displayed on a page in the sphinx documentation? Ideally we would have a new menu entry, called "Status and Performance Dashboard" displayed as the ones in blue in the picture above, and below it, a page called "KIT-System Status Dashboard", where we would display that simple table in R. I am not sure how to link R to sphinx documentation, this could be good to investigate at the beginning :) |
Would you min if I use other tools maybe in addition to R? like Python or Power Bi ? |
Of course, anything that seems more suitable we can go with it |
okay, thank you! |
It seems that to integrate PowerBI with readthedocs (the template that we are using for our current website), that we will need to generate .html embed code from PowerBi, however this feature is only available in the PRO tier, (which we can get if really needed) and not the free tier This look not bad https://plotly.com/examples/dashboards/ :) what do you think? |
Yes i noticed that the doc's code didn't have a build folder in it so i steered away from html embed code or anything that will require the conversion to html. I will try out the plotly library that you suggested . |
I started a little bit here https://meg-pipeline.readthedocs.io/en/latest/1-systems/systems-dashboard.html But it is not displayed correctly yet, I added a performance dashboard tree of content (TOC) webpage EDIT: Ok it works now, it is just a simple graph for now https://meg-pipeline.readthedocs.io/en/latest/1-systems/systems-dashboard.html |
What kind of changes are you making in the conf.py? |
Use case: lab users will need a way to check if all the systems are working properly, or to see if there is any incident or problem
Solution: A dashboard shows the status of the system, users can access the dashboard online and read about incidents and so on.
The research scientist (me) need to put in the dashboard the status of:
These statuses need to be logged with time and displayed in a nice way on the dashboard.
The text was updated successfully, but these errors were encountered: