PythonFreeCourse / calendar

Apache License 2.0
34 stars 52 forks source link

fix: event backend and frontend creation #329

Closed imimouni closed 3 years ago

imimouni commented 3 years ago

fix overrided merges- location and vc separation invited email

fix invited emails error when empty

fix vc_link references

fix models.py - make vc link nullable

codecov-io commented 3 years ago

Codecov Report

Merging #329 (bfb164e) into develop (ab1d671) will decrease coverage by 0.03%. The diff coverage is 94.44%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #329      +/-   ##
===========================================
- Coverage    98.05%   98.02%   -0.04%     
===========================================
  Files           73       73              
  Lines         3194     3195       +1     
===========================================
  Hits          3132     3132              
- Misses          62       63       +1     
Impacted Files Coverage Δ
app/internal/event.py 98.07% <93.33%> (-1.93%) :arrow_down:
app/database/models.py 96.82% <100.00%> (ø)
app/routers/event.py 96.55% <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 ab1d671...bfb164e. Read the comment docs.