Feature/weekly tasks
Added tables, routers, tests, templates, and internal functions
The fitter gives the option to set weekly tasks. Comes with a page for managing weekly tasks and another page for editing the task. Gives the ability to edit, add and delete a weekly task.
Along with this in the feature is included a function for creating the tasks - which aims to create tasks every week for the user (according to the definition of his weekly tasks)
Codecov Report
Merging #146 (925e449) into develop (190a274) will increase coverage by
0.20%. The diff coverage is100.00%.
@@ Coverage Diff @@
## develop #146 +/- ##
===========================================
+ Coverage 95.81% 96.01% +0.20%
===========================================
Files 75 77 +2
Lines 3343 3515 +172
===========================================
+ Hits 3203 3375 +172
Misses 140 140
| Impacted Files | Coverage Δ | |
|---|---|---|
| app/main.py | 92.68% <ø> (ø) |
|
| app/database/models.py | 97.41% <100.00%> (+0.27%) |
:arrow_up: |
| app/internal/weekly_tasks.py | 100.00% <100.00%> (ø) |
|
| app/routers/weekly_tasks.py | 100.00% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 190a274...925e449. Read the comment docs.
Great work! I've added few of my insights :)
Great work, but we still have a little way to go :)