PythonFreeCourse / calendar

Apache License 2.0
34 stars 52 forks source link

Featare/notifications #282

Closed IdanPelled closed 3 years ago

IdanPelled commented 3 years ago

Notification page:

The notification page binds all the messages and the invitations the user received. to create a new message use from app.routers.notification import create_message. * bonus: create_message can get an extra parameter (link), that turns the message into a link.

Possible useses:

image

codecov-io commented 3 years ago

Codecov Report

Merging #282 (5201479) into develop (b91708d) will decrease coverage by 0.13%. The diff coverage is 95.32%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #282      +/-   ##
===========================================
- Coverage    95.15%   95.01%   -0.14%     
===========================================
  Files           76       77       +1     
  Lines         3382     3470      +88     
===========================================
+ Hits          3218     3297      +79     
- Misses         164      173       +9     
Impacted Files Coverage Δ
app/routers/event.py 96.65% <ø> (ø)
app/routers/export.py 82.35% <66.66%> (-17.65%) :arrow_down:
app/internal/utils.py 94.28% <83.33%> (-2.27%) :arrow_down:
app/internal/notification.py 91.83% <91.83%> (ø)
app/routers/notification.py 95.23% <95.23%> (ø)
app/database/models.py 97.53% <100.00%> (+0.38%) :arrow_up:
app/database/schemas.py 100.00% <100.00%> (ø)
app/main.py 92.85% <100.00%> (+0.17%) :arrow_up:
app/routers/login.py 100.00% <100.00%> (+3.44%) :arrow_up:
app/routers/register.py 100.00% <100.00%> (ø)
... and 5 more

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 b91708d...5201479. Read the comment docs.