kumify/dreams
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
..
migrations feat(dreams): Initialize database models for dream tracking 2024-05-17 13:28:29 +02:00
templates/dreams Fix file name display in dream view 2021-01-06 14:05:31 +01:00
templatetags feat: Enhance data security and introduce heatmap UI 2024-05-17 15:03:20 +02:00
__init__.py Create models for dream tracking module 2021-01-01 14:43:47 +01:00
admin.py Create models for dream tracking module 2021-01-01 14:43:47 +01:00
apps.py Create models for dream tracking module 2021-01-01 14:43:47 +01:00
features.py Move nav sections to respective apps 2021-10-24 17:45:23 +02:00
forms.py Make themes not required for dreams 2021-01-04 07:38:42 +01:00
models.py Fix file name display in dream view 2021-01-06 14:05:31 +01:00
tests.py Create models for dream tracking module 2021-01-01 14:43:47 +01:00
urls.py Dreams module completed (?) 2021-01-01 17:49:39 +01:00
views.py Fix silly mistake in dream attachment saving 2021-01-06 14:06:48 +01:00