kumify/frontend
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
..
static/frontend refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00
templates feat: Modularizes dashboard structure 2024-11-18 10:49:04 +01:00
templatetags feat: Modularizes dashboard structure 2024-11-18 10:49:04 +01:00
__init__.py Initial commit 2020-12-27 18:49:54 +01:00
admin.py refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00
apps.py Initial commit 2020-12-27 18:49:54 +01:00
classes.py feat: Modularizes dashboard structure 2024-11-18 10:49:04 +01:00
models.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 refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00
views.py feat: Enhance data security and introduce heatmap UI 2024-05-17 15:03:20 +02:00