pix360core/src/pix360core/management
Kumi 38873350be
feat: streamline user creation and improve code quality
- Simplified user creation in OIDC backend by removing redundant model import.
- Standardized quote usage for string literals across the codebase for consistency.
- Expanded `__init__.py` files to explicitly list all module exports, enhancing project navigability and IDE support.
- Fixed incorrect file object usage in PILStitcher, ensuring correct image handling.
- Improved error handling in loader with explicit exception capture, aiding in debugging and maintenance.
- Removed unused imports and simplified command classes for clarity and reduced complexity in command handling.
- Initialized test suite structure to encourage future development of tests.

This commit represents a broad sweep to tidy up the codebase, laying a stronger foundation for future features and improvements.
2024-05-23 09:31:56 +02:00
..
commands feat: streamline user creation and improve code quality 2024-05-23 09:31:56 +02:00
__init__.py Pix360 core app - current status 2023-10-26 09:51:39 +02:00