kumify/mood
Kumi 9ad7fe7595
feat: Enhances heatmap with tooltips and new JSON endpoint
Adds additional scripts for tooltips and legends in the heatmap,
enhancing data visualization and usability.

Refactors dashboard logic to dynamically fetch and render mood
data, allowing for more customized color scales and average
mood calculations.

Introduces a new API endpoint to provide mood value details,
necessary for proper heatmap rendering.

Improves the handling of mood data to compute averages for each
day, allowing for richer insights into mood patterns.
2024-11-28 15:01:13 +01:00
..
management Initial commit 2020-12-27 18:49:54 +01:00
migrations feat(migration): Add hidden field to Activity model 2024-11-18 06:35:54 +01:00
static/mood feat: Enhances heatmap with tooltips and new JSON endpoint 2024-11-28 15:01:13 +01:00
templates/mood feat: Modularizes dashboard structure 2024-11-18 10:49:04 +01:00
templatetags fix: Enhances date handling for weekly summaries 2024-11-18 18:47:27 +01:00
__init__.py Initial commit 2020-12-27 18:49:54 +01:00
admin.py Initial commit 2020-12-27 18:49:54 +01:00
apps.py Initial commit 2020-12-27 18:49:54 +01:00
features.py feat: Enhances heatmap with tooltips and new JSON endpoint 2024-11-28 15:01:13 +01:00
forms.py Make activities not required for mood status 2021-01-04 07:38:28 +01:00
models.py feat: Add 'hidden' field to Activity model and update templates 2024-11-18 06:35:16 +01:00
statistics.py refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00
tests.py refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00
urls.py feat: Enhances heatmap with tooltips and new JSON endpoint 2024-11-28 15:01:13 +01:00
views.py feat: Enhances heatmap with tooltips and new JSON endpoint 2024-11-28 15:01:13 +01:00