kumify/dreams
Kumi 5c7586bb9a
feat: Modularizes dashboard structure
Introduces DashboardSection class to encapsulate dashboard logic,
enabling easier extension and customization. Adds separate mood
and dreams dashboard templates to streamline content rendering.

Refactors main dashboard template to dynamically render content
from enabled modules using a new template tag system, improving
flexibility and maintainability.
2024-11-18 10:49:04 +01:00
..
migrations feat(dreams): Initialize database models for dream tracking 2024-05-17 13:28:29 +02:00
templates/dreams feat: Modularizes dashboard structure 2024-11-18 10:49:04 +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 feat: Modularizes dashboard structure 2024-11-18 10:49:04 +01: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 refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00
urls.py refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00
views.py refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00