kumify/dreams
Kumi a07c15388c
feat(dreams): Initialize database models for dream tracking
This commit establishes the initial set of models required for the dream tracking feature within the application, including models for Dream, DreamMedia, Theme, DreamTheme, and ThemeRating, along with their associations. The structure allows for comprehensive tracking and categorization of user dreams, media associated with dreams, thematic elements, and ratings for these themes. This foundational work is critical for enabling detailed dream recording and analysis, supporting functionalities such as dream categorization, mood association, and user-specific customization.

The relationships between models facilitate advanced queries for insights and trends in dream content, mood correlations, and thematic popularity. The choice of fields and types ensures a balance between flexibility for future enhancements and the current performance requirements.
2024-05-17 13:28:29 +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 Preliminary dream stat template tags 2021-01-01 18:17:10 +01: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