ZHAW-PM4-Compass / compass

A time-, mood- and incident tracking application for Stadtmuur called Compass 🧭
https://stadtmuur.ch/
MIT License
0 stars 0 forks source link

implemented user update and delete #90

Closed noahbaumgartner closed 2 months ago

noahbaumgartner commented 2 months ago

This PR closes the issues #13 and #14.

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 41.44487% with 154 lines in your changes are missing coverage. Please review.

Project coverage is 25.07%. Comparing base (7cf2368) to head (3fbdc6a). Report is 1 commits behind head on main.

Files Patch % Lines
frontend/src/app/(app)/users/page.tsx 0.00% 39 Missing :warning:
...rc/openapi/compassClient/apis/UserControllerApi.ts 0.00% 29 Missing and 5 partials :warning:
...napi/compassClient/models/CreateAuthZeroUserDto.ts 0.00% 18 Missing and 2 partials :warning:
.../compassClient/models/UpdateDaySheetDayNotesDto.ts 0.00% 12 Missing and 2 partials :warning:
.../zhaw/pm4/compass/backend/service/UserService.java 83.75% 4 Missing and 9 partials :warning:
frontend/src/app/(app)/home/page.tsx 0.00% 9 Missing and 1 partial :warning:
...pm4/compass/backend/controller/UserController.java 57.14% 3 Missing and 3 partials :warning:
frontend/src/app/api/auth/[auth0]/route.tsx 0.00% 5 Missing :warning:
...ch/zhaw/pm4/compass/backend/model/dto/UserDto.java 70.00% 2 Missing and 1 partial :warning:
...mpass/backend/model/dto/CreateAuthZeroUserDto.java 77.77% 2 Missing :warning:
... and 6 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #90 +/- ## ============================================ + Coverage 15.97% 25.07% +9.10% - Complexity 87 133 +46 ============================================ Files 57 60 +3 Lines 1390 1583 +193 Branches 220 250 +30 ============================================ + Hits 222 397 +175 + Misses 1100 1087 -13 - Partials 68 99 +31 ``` | [Flag](https://app.codecov.io/gh/ZHAW-PM4-Compass/compass/pull/90/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ZHAW-PM4-Compass) | Coverage Δ | | |---|---|---| | [backend](https://app.codecov.io/gh/ZHAW-PM4-Compass/compass/pull/90/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ZHAW-PM4-Compass) | `73.43% <81.34%> (+23.66%)` | :arrow_up: | | [frontend](https://app.codecov.io/gh/ZHAW-PM4-Compass/compass/pull/90/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ZHAW-PM4-Compass) | `0.94% <0.00%> (-0.10%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ZHAW-PM4-Compass#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.