calendar icon indicating copy to clipboard operation
calendar copied to clipboard

Feature/weekly tasks

Open issac211 opened this issue 5 years ago • 3 comments

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)

issac211 avatar Jan 29 '21 05:01 issac211

Codecov Report

Merging #146 (925e449) into develop (190a274) will increase coverage by 0.20%. The diff coverage is 100.00%.

Impacted file tree graph

@@             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 data Powered by Codecov. Last update 190a274...925e449. Read the comment docs.

codecov-io avatar Jan 29 '21 19:01 codecov-io

Great work! I've added few of my insights :)

yammesicka avatar Jan 31 '21 04:01 yammesicka

Great work, but we still have a little way to go :)

yammesicka avatar Feb 07 '21 03:02 yammesicka