Self-hosted mood tracker - very much work in progress
Go to file
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
.vscode feat(vscode): add Django debug configuration 2024-05-17 13:19:22 +02:00
api refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00
cbt refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00
common refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00
cronhandler refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00
doc Initial commit 2020-12-27 18:49:54 +01:00
dreams refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00
environment refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00
friends refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00
frontend refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00
gpslog refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00
habits refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00
health refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00
kumify Add missing OIDC_CREATE_USER value from config file 2022-10-26 07:00:44 +00:00
mood refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00
msgio refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00
.gitignore feat: Add initial migrations for GPS and Mood modules 2024-05-17 13:27:49 +02:00
INSTALL.md Updates to documentation 2023-03-26 20:08:18 +00:00
LICENSE feat(license): update copyright term and contact email 2024-05-17 13:29:47 +02:00
manage.py Initial commit 2020-12-27 18:49:54 +01:00
passenger_wsgi.py refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00
requirements-dev.txt feat: add dev dependencies for code formatting 2024-05-17 13:49:29 +02:00
requirements.txt fix: pin django-polymorphic to v4.0.0a 2024-05-17 13:17:57 +02:00
settings.dist.ini Migrate to AutoSecretKey 2022-10-25 14:40:48 +00:00
TODO.md feat: Enhance data security and introduce heatmap UI 2024-05-17 15:03:20 +02:00