No description
Find a file
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
src/pix360core feat: streamline user creation and improve code quality 2024-05-23 09:31:56 +02:00
.gitignore Pix360 core app - current status 2023-10-26 09:51:39 +02:00
.gitlab-ci.yml Specify image to use in CI 2023-10-31 10:29:00 +01:00
LICENSE Pix360 core app - current status 2023-10-26 09:51:39 +02:00
pyproject.toml chore: bump version to 0.0.3 2024-04-13 08:52:59 +02:00
README.md Pix360 core app - current status 2023-10-26 09:51:39 +02:00