Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

next steps plan #22

Open
2 of 5 tasks
atherdon opened this issue May 24, 2018 · 3 comments
Open
2 of 5 tasks

next steps plan #22

atherdon opened this issue May 24, 2018 · 3 comments
Assignees
Labels
question Further information is requested

Comments

@atherdon
Copy link
Contributor

atherdon commented May 24, 2018

Hi Khyati, i have a few questions to you:

  • 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 migration + import #18 i think i should help you somehow. because we're really ready to complete this loopback tutorial.

  • 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...

@atherdon atherdon added the question Further information is requested label May 24, 2018
khyati0212 pushed a commit that referenced this issue May 24, 2018
…-component-explorer-6.0.1

Bump loopback-component-explorer from 6.0.0 to 6.0.1
@khyati0212
Copy link
Collaborator

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?

@atherdon
Copy link
Contributor Author

npm modules

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

@atherdon
Copy link
Contributor Author

atherdon commented May 30, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants