PythonFreeCourse / calendar

Apache License 2.0
34 stars 52 forks source link

Feature/todo list #285

Closed liaarbel closed 3 years ago

liaarbel commented 3 years ago

I created a tasks list for every day in dayview by clicking on the button create task you can add task to the daily tasks list. by clicking on the button todo list you can see all your daily tasks sorted by time and marked by important or not. after you finish a task you can mark the task Done.

codecov-io commented 3 years ago

Codecov Report

Merging #285 (4730360) into develop (3c22c8c) will increase coverage by 0.03%. The diff coverage is 96.25%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #285      +/-   ##
===========================================
+ Coverage    94.54%   94.57%   +0.03%     
===========================================
  Files           85       87       +2     
  Lines         3997     4076      +79     
===========================================
+ Hits          3779     3855      +76     
- Misses         218      221       +3     
Impacted Files Coverage Δ
app/main.py 95.23% <ø> (ø)
app/routers/todo_list.py 94.64% <94.64%> (ø)
app/database/models.py 97.29% <100.00%> (+0.11%) :arrow_up:
app/internal/todo_list.py 100.00% <100.00%> (ø)
app/routers/dayview.py 99.24% <100.00%> (+<0.01%) :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 3c22c8c...cc67d8e. Read the comment docs.