Quick look dashboard [WIP]
As mentioned in issue #794, we need a quicklook dashboard with basic interactivity. I'm exploring ways to do that and pushing it here for everyone to see. Any feedback is appreciated.
Currently, I'm trying to build the dashboard with plotly(dash) on self generated data. To run the dashboard locally, run pip install pandas dash.
python app.py run the app on localhost and can be seen.
Hello @capy-on-caffeine! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
- In the file
dashboard/app.py:
Comment last updated at 2024-04-20 10:09:25 UTC
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 78.64%. Comparing base (
14756d9) to head (539f1d9).
:exclamation: Current head 539f1d9 differs from pull request most recent head f2c3e5e. Consider uploading reports for the commit f2c3e5e to get more accurate results
Additional details and impacted files
@@ Coverage Diff @@
## main #819 +/- ##
===========================================
- Coverage 96.47% 78.64% -17.84%
===========================================
Files 45 45
Lines 9135 9135
===========================================
- Hits 8813 7184 -1629
- Misses 322 1951 +1629
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Hi @capy-on-caffeine , thanks for the PR. However, as you know, this work was conceived as a large project to be carried out during the Google Summer of Code. If someone is selected for GSoC, they will work the whole Summer on the dashboard, including a careful initial work on the design. Setting up a draft implementation now would be untimely. Hope you understand.
Hi @matteobachetti, I was trying to explore plotly for this purpose (being hopeful). If someone else gets to work on it, they can use it as a base, and I can later remove the PR