calendar
calendar copied to clipboard
Feature/out of office
Hey, This feature allow the users to set "Out of office"
- Added new button at profile page to get an out of office modal
- The out of office users will appear after create new events
- If the user forgot to disable the out of office feature than it will off automatically if the date is pass
Codecov Report
Merging #311 (3413899) into develop (cff596e) will decrease coverage by
4.44%. The diff coverage is84.46%.
@@ Coverage Diff @@
## develop #311 +/- ##
===========================================
- Coverage 98.77% 94.32% -4.45%
===========================================
Files 64 77 +13
Lines 2849 3417 +568
===========================================
+ Hits 2814 3223 +409
- Misses 35 194 +159
| Impacted Files | Coverage Δ | |
|---|---|---|
| app/database/alembic/env.py | 0.00% <0.00%> (ø) |
|
| app/internal/celebrity.py | 100.00% <ø> (ø) |
|
| app/internal/audio.py | 28.94% <28.94%> (ø) |
|
| app/routers/audio.py | 43.90% <43.90%> (ø) |
|
| app/internal/out_of_office.py | 57.57% <57.57%> (ø) |
|
| app/routers/user.py | 80.00% <57.89%> (-11.12%) |
:arrow_down: |
| app/routers/profile.py | 85.15% <67.64%> (-7.58%) |
:arrow_down: |
| app/internal/event.py | 89.65% <72.72%> (-10.35%) |
:arrow_down: |
| app/routers/weight.py | 81.57% <81.57%> (ø) |
|
| app/internal/utils.py | 96.55% <85.71%> (-3.45%) |
:arrow_down: |
| ... and 50 more |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update cff596e...3413899. Read the comment docs.
Great job!