PythonFreeCourse / calendar

Apache License 2.0
34 stars 52 forks source link

Feature/current time cursor #288

Closed TamarBerger closed 3 years ago

TamarBerger commented 3 years ago

A feature that marks the current time in the day view and the week view display. This, in order to help the user orientate in his schedule and get a better experience:)

codecov-io commented 3 years ago

Codecov Report

Merging #288 (949e7c8) into develop (1048956) will increase coverage by 0.02%. The diff coverage is 97.29%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #288      +/-   ##
===========================================
+ Coverage    98.01%   98.04%   +0.02%     
===========================================
  Files           68       70       +2     
  Lines         2979     3016      +37     
===========================================
+ Hits          2920     2957      +37     
  Misses          59       59              
Impacted Files Coverage Δ
app/routers/event.py 96.84% <ø> (ø)
app/routers/dayview.py 94.73% <96.87%> (+0.61%) :arrow_up:
app/routers/weekview.py 100.00% <100.00%> (ø)
app/main.py 92.50% <0.00%> (ø)
app/internal/json_data_loader.py 100.00% <0.00%> (ø)
app/internal/jokes.py 100.00% <0.00%> (ø)
app/routers/joke.py 100.00% <0.00%> (ø)
app/database/models.py 96.77% <0.00%> (+0.07%) :arrow_up:

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 1048956...949e7c8. Read the comment docs.

ivarshav commented 3 years ago

Please fix conflicts :)