Open atherdon opened 6 years ago
I am ready to task related to groceristar repository.
Both options seem like good ideas.
I am done with import #18 . Do let me know if I am missing something.
Regarding" i can propose to you create a separated npm modules, that contain static data, that we have in our different repositories. like sample data of recipes, or list of basic ingrredients..." am I suppose to copy those repository and than create static data?
example:
we have recipe = {image: 'xxx', name: 'xxx', ingredients: {}}
and right now when i have a similar data that i want to include into other repository - i just go to another repo - and copy-paste that files.
so i think it'll be better to move that static arrays into npm module - that we can publish inside our organization, so later, when i create another clean repo in order to test some things - i just install that module...
recipes static data used at: recipe-api, recipe-search-api, recipe-search-fom-react
I created a few simple tasks, please check it here https://github.com/GroceriStar/groceristar/issues/521 https://github.com/ChickenKyiv/recipe-api-only/issues/204
https://github.com/GroceriStar/groceristar/issues/196(same as 201/202 just with some explanation) https://github.com/GroceriStar/groceristar/issues/202 https://github.com/GroceriStar/groceristar/issues/201
https://github.com/GroceriStar/groceristar/issues/136
Hi Khyati, i have a few questions to you:
[x] What do you think - are you feeling ready to work on some tasks related to main groceristar repository?
[ ] What do you think about making a first updates of db schema that we plan?
[ ] it can be a) ingredients with nutritions, b) items + qty
[ ] Btw, how it's going with import #18 i think i should help you somehow. because we're really ready to complete this loopback tutorial.
[x] i can propose to you create a separated npm modules, that contain static data, that we have in our different repositories. like sample data of recipes, or list of basic ingrredients...