11‐03‐BahadirKuscan - bounswe/bounswe2025group1 GitHub Wiki
Analysed backend unit tests and reported coverage for the report in the lab
Fixed a backend bug which allowed users that sent a join request but not yet accepted create tasks in a garden Issue #314, PR #366
Fixed a backend bug where the "zombie" gardens are not deleted after the last member leaves and therefore no one can ever join Issue #317, PR #367
Fixed a backend bug which disallowed garden managers to promote garden workers to managers Issue #319, PR #368
Implementing a significant number of backend unit tests while fixing the existing ones, increasing the total test count from 53 to 188 and coverage from 77% to 96%. Test results are also improved from more than half of them failing/erroring to only 1 failing. Reported back and created issue for the failed test case. Issue #363, PR #370
Reported back probable cause for a frontend bug found by a teammate in Issue #369
Implemented garden events feature in backend along with corresponding unit tests Issue #361, PR #373
Reviewed a PR about a backend import bug that caused chat feature to malfunction
Reviewed a PR implementing notifications in frontend, requested changes for the implementation to be consistent with the project requirements and customer UX expectations