2 Open Issues Need Help Last updated: Jul 4, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Modify the test configuration to exclude unnecessary modules (routers and potentially JWT middleware) from code coverage measurement during testing, similar to a previous project's solution. This will improve the accuracy and clarity of the test coverage report by focusing on core application logic.

Complexity: 3/5
enhancement good first issue github_actions

AI Summary: The task requires migrating the FastAPI object storage microservice away from using Pydantic's `populate_by_name` function, which is deprecated. This involves identifying all instances of `populate_by_name` within the codebase and replacing them with a recommended alternative, likely involving direct field assignment or a different Pydantic feature for handling configuration data. Thorough testing will be necessary to ensure functionality remains unchanged after the migration.

Complexity: 3/5
good first issue