adamspd / django-appointment

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

Minor changes on username, appt creation, and email templating #193

Closed adamspd closed 1 month ago

adamspd commented 1 month ago

Minor changes

When creating a new user, if no name used (as in Django admin), return username to be used instead in template.
When admin is creating new appointment services list adapt to the staff chosen
Added funding file for sponsoring the project
Added a fix for CODECOV
Fixed email template for admin to add email and removed margin in client email template
codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 32.61%. Comparing base (209ebcd) to head (9b455fa).

:exclamation: Current head 9b455fa differs from pull request most recent head f24aa58

Please upload reports for the commit f24aa58 to get more accurate results.

Files Patch % Lines
appointment/models.py 0.00% 3 Missing :warning:
appointment/views.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #193 +/- ## ========================================== - Coverage 32.63% 32.61% -0.02% ========================================== Files 51 51 Lines 6438 6441 +3 ========================================== Hits 2101 2101 - Misses 4337 4340 +3 ``` | [Flag](https://app.codecov.io/gh/adamspd/django-appointment/pull/193/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/193/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Adams+Pierre+David) | `32.61% <0.00%> (-0.02%)` | :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.