yoda icon indicating copy to clipboard operation
yoda copied to clipboard

[WIP] added suggest food and user recipe suggestion for specific interest

Open pyjka opened this issue 5 years ago • 3 comments

Short description of what this resolves:

As it was absent in TODO, I have created a Food recipe module + Food suggestion module. Also, to keep it DRY , I made functions out of decorated function.

Changes proposed in this pull request:

Status (please check what you already did):

  • [ ] made PR ready for code review
  • [ ] added some tests for the functionality
  • [ ] updated the README with example

Fixes: #

pyjka avatar Jan 26 '19 12:01 pyjka

Codecov Report

Merging #252 into master will decrease coverage by 0.64%. The diff coverage is 23.25%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #252      +/-   ##
==========================================
- Coverage    76.4%   75.75%   -0.65%     
==========================================
  Files          61       61              
  Lines        3568     3609      +41     
==========================================
+ Hits         2726     2734       +8     
- Misses        842      875      +33
Impacted Files Coverage Δ
modules/food.py 56.96% <23.25%> (-40.41%) :arrow_down:

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 b963b93...19e55ac. Read the comment docs.

codecov-io avatar Jan 26 '19 13:01 codecov-io

I'll add test asap, havent read throughout click documentation, just the things I've needed.

pyjka avatar Jan 26 '19 15:01 pyjka

@pyjka please remove the [WIP] from the status and comment here whenever you are done so that I can review

manparvesh avatar Jan 27 '19 13:01 manparvesh