GroceriStar / types

GNU General Public License v3.0
0 stars 4 forks source link

[ChickenKyiv Project][Main Task][Not finished] #1

Closed atherdon closed 5 years ago

atherdon commented 6 years ago

Link to current DB Shema

Models

[This is a place where we defined our models for this API Server] (https://github.com/ChickenKyiv/recipe-api-only/tree/master/server/models)

Relations

For example we'll review Recipe Model schema We'll find section, related to relations For each of this relation we should create a constant. like export const RECIPE_ALLERGIES_LIST = 'RECIPE_ALLERGIES_LIST'

CRUD Methods for each model

Additional Methods for each model

[User controller](https://github.com/ChickenKyiv/recipe-api-only/blob/master/server/controllers/user-controller.js DBShema

Models

[This is a place where we defined our models for this API Server] (https://github.com/ChickenKyiv/recipe-api-only/tree/master/server/models)

Relations

For example we'll review Recipe Model schema We'll find section, related to relations For each of this relation we should create a constant. like export const RECIPE_ALLERGIES_LIST = 'RECIPE_ALLERGIES_LIST'

CRUD Methods for each model

Additional Methods for each model

User controller Here you can find few methods, related to sign up process. You should create set of constants, for each of this methods

https://chickenkyiv.gitbook.io/documentation/chickenkyiv-methods

CK API https://github.com/ChickenKyiv/recipe-api-only/blob/master/RemoteMethods.md

https://chickenkyiv.gitbook.io/documentation/chickenkyiv-free-menu-release

) Here you can find few methods, related to sign up process. You should create set of constants, for each of this methods

https://chickenkyiv.gitbook.io/documentation/chickenkyiv-methods

CK API https://github.com/ChickenKyiv/recipe-api-only/blob/master/RemoteMethods.md

https://chickenkyiv.gitbook.io/documentation/chickenkyiv-free-menu-release

Yoimer commented 6 years ago

I am checking all this structure. What would I need doing with this? I am excited for this. Thanks a lot

atherdon commented 6 years ago

@Yoimer from what section od you want to start?

Yoimer commented 6 years ago

You just tell me which one.

Yoimer commented 6 years ago

Which skills do I would need for doing this sort of project? Only JavaScript? What exactly would I be doing here?