adamspd / django-appointment

A Django app for managing appointment scheduling with ease and flexibility.
Apache License 2.0
87 stars 29 forks source link

Fix #159 bug introductions #168

Closed adamspd closed 3 months ago

adamspd commented 3 months ago

Admin can't create a new appointment if no staff member object is linked to them (should be able to). Staff admin can't display appointment object because of #159 logic (should be able to). Service list changes when staff member changes (by admin). (new feature).

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 95.10%. Comparing base (547d5d7) to head (ea7ee21). Report is 1 commits behind head on main.

Files Patch % Lines
appointment/views_admin.py 69.23% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #168 +/- ## ========================================== - Coverage 95.18% 95.10% -0.09% ========================================== Files 49 49 Lines 5732 5739 +7 ========================================== + Hits 5456 5458 +2 - Misses 276 281 +5 ``` | [Flag](https://app.codecov.io/gh/adamspd/django-appointment/pull/168/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Adams+Pierre+David) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/adamspd/django-appointment/pull/168/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Adams+Pierre+David) | `95.10% <73.33%> (-0.09%)` | :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=Adams+Pierre+David#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.