kumify/mood
Kumi ae97cfa30e
refactor: clean up unused imports and improve code quality
Removed unnecessary imports across various modules to streamline the application's dependencies and improve loading times. Specific changes include the removal of unused Django model and admin imports in several apps, simplifying view imports by eliminating unutilized components, and cleaning up static CSS for better maintainability. Corrections were made to conditional expressions for clearer logic. The removal of the django.test.TestCase import in test files reflects a shift towards a different testing strategy or the current lack of tests. Exception handling has been made more explicit to avoid catching unintended exceptions, paving the way for more robust error handling and logging in the future. Additionally, a new CSS file was added for frontend enhancements, indicating ongoing UI/UX improvements.

These changes collectively aim to make the codebase more maintainable and efficient, reducing clutter and focusing on used functionalities. It's a step towards optimizing the application's performance and ensuring a clean, manageable codebase for future development.
2024-06-02 20:27:02 +02:00
..
management Initial commit 2020-12-27 18:49:54 +01:00
migrations feat: Add initial migrations for GPS and Mood modules 2024-05-17 13:27:49 +02:00
static/mood Reworked statistics with HoloViews/Bokeh 2021-02-21 20:13:22 +01:00
templates/mood Basic activity statistics 2021-03-03 08:39:26 +01:00
templatetags refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00
__init__.py Initial commit 2020-12-27 18:49:54 +01:00
admin.py Initial commit 2020-12-27 18:49:54 +01:00
apps.py Initial commit 2020-12-27 18:49:54 +01:00
features.py Move nav sections to respective apps 2021-10-24 17:45:23 +02:00
forms.py Make activities not required for mood status 2021-01-04 07:38:28 +01:00
models.py Order activities by name by default 2021-03-03 10:35:54 +01:00
statistics.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 refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00