Introduces methods to manage styles and scripts in dashboard
sections, promoting modularity and reusability.
Updates templates to dynamically render styles and scripts
directly from context, ensuring better integration with
existing features system.
Migrates related static assets to 'mood' section to streamline
the module structure.
These changes enable smoother customization and extendability
of the dashboard's look and feel.
Relates to improved frontend architecture.
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.
Revises footer content to include a new company name and links to
the source code repository, enhancing transparency and resource
accessibility.
Reorders the ENABLED_MODULES list to ensure correct load order.
Improves readability by adjusting whitespace and formatting.
Enhances visual consistency in card components by updating
CSS classes and HTML structure for better alignment and spacing.
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.
Simplified the alert system in the topbar by removing outdated
notifications and placeholder content for messages. Introduced a generic
alert placeholder to hint at potential future alert implementations.
This change aims to declutter the UI and enhance user experience by
focusing on relevant and streamlined information. Additionally, the
removal of the message center underscores a shift towards simplifying
user interactions within the platform.