PythonFreeCourse / calendar

Apache License 2.0
34 stars 52 forks source link

Feature/unavailable user #234

Closed noam-y closed 3 years ago

noam-y commented 3 years ago

creating a feature that allows disabling user. function will only allow disabling user if it doesnt own any event. the front-end for disabling user will be added after the settings menu is merged :)

yammesicka commented 3 years ago

Run git rm -rf app/locales and push again :)

codecov-io commented 3 years ago

Codecov Report

Merging #234 (cb85970) into develop (4b255f5) will decrease coverage by 0.29%. The diff coverage is 76.92%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #234      +/-   ##
===========================================
- Coverage    98.65%   98.36%   -0.30%     
===========================================
  Files           67       68       +1     
  Lines         2897     2931      +34     
===========================================
+ Hits          2858     2883      +25     
- Misses          39       48       +9     
Impacted Files Coverage Δ
app/routers/user.py 80.00% <57.89%> (-11.12%) :arrow_down:
app/internal/utils.py 96.42% <66.66%> (-3.58%) :arrow_down:
app/database/models.py 96.68% <100.00%> (+0.01%) :arrow_up:
app/internal/user/availability.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4b255f5...cb85970. Read the comment docs.