aticie / Mapper-Influences-Backend

0 stars 0 forks source link

Refactoring mongodb methods into multiple files #23

Closed 112batuhan closed 3 months ago

112batuhan commented 3 months ago

self explanatory.

Opened a separate file for the instance as putting it in __init__.py causes circular dependency error.

I kinda like class shenanigans after using rust for a long time.

sonarcloud[bot] commented 3 months ago

Quality Gate Failed Quality Gate failed

Failed conditions
15.4% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

112batuhan commented 3 months ago

Code duplication is not new. I just moved the files around. I will write new leaderboard queries for #21 anyway.