ErikBjare / quantifiedme

Analyzing all my Quantified Self data
https://erik.bjareholt.com/quantifiedme/Dashboard.html
50 stars 2 forks source link

feat: added wip gradio UI #10

Closed ErikBjare closed 3 months ago

ErikBjare commented 3 months ago

Summary by Sourcery

This pull request adds a new Gradio-based user interface for the QuantifiedMe project, enabling users to explore various types of quantified self data through multiple interactive tabs.

sourcery-ai[bot] commented 3 months ago

Reviewer's Guide by Sourcery

This pull request introduces a new Gradio-based UI for the QuantifiedMe project. The implementation includes multiple views for exploring different types of data, such as summary, raw data, correlations, drugs, sleep, time, and data sources. The main.py file contains the core logic for loading data, creating plots, and setting up the Gradio UI, while the main.py file serves as the entry point for running the application.

File-Level Changes

Files Changes
src/quantifiedme/ui/main.py
src/quantifiedme/ui/__main__.py
Introduced a new Gradio-based UI for the QuantifiedMe project, including multiple views for exploring different types of data (summary, raw data, correlations, drugs, sleep, time, and data sources).

Tips - Trigger a new Sourcery review by commenting `@sourcery-ai review` on the pull request. - You can change your review settings at any time by accessing your [dashboard](https://sourcery.ai/dashboard): - Enable or disable the Sourcery-generated pull request summary or reviewer's guide; - Change the review language; - You can always [contact us](mailto:support@sourcery.ai) if you have any questions or feedback.