kumify/mood
Kumi 89dc526a69
feat: Enhance data security and introduce heatmap UI
Reinforced user data access rules to bolster security and reorganized distribution files into separate directories for cleaner structure. Added a new heatmap visualization for mood statistics on the dashboard, making user engagements more interactive and insightful. Implemented a JSON view to support the heatmap feature, fetching mood entries within a specified time range.

This change responds to the need for improved data security and a more engaging user interface, directly addressing user feedback for clearer insights into their mood patterns over time.
2024-05-17 15:03:20 +02:00
..
management Initial commit 2020-12-27 18:49:54 +01:00
migrations feat: Add initial migrations for GPS and Mood modules 2024-05-17 13:27:49 +02:00
static/mood Reworked statistics with HoloViews/Bokeh 2021-02-21 20:13:22 +01:00
templates/mood Basic activity statistics 2021-03-03 08:39:26 +01:00
templatetags Handle empty database in mood template tags 2021-03-01 07:12:15 +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 Move nav sections to respective apps 2021-10-24 17:45:23 +02:00
forms.py Make activities not required for mood status 2021-01-04 07:38:28 +01:00
models.py Order activities by name by default 2021-03-03 10:35:54 +01:00
statistics.py feat: Enhance data security and introduce heatmap UI 2024-05-17 15:03:20 +02:00
tests.py Initial commit 2020-12-27 18:49:54 +01:00
urls.py feat: Enhance data security and introduce heatmap UI 2024-05-17 15:03:20 +02:00
views.py feat: Enhance data security and introduce heatmap UI 2024-05-17 15:03:20 +02:00