GroceriStar / types

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

[Groceristar][Ingredients][methods] #28

Closed atherdon closed 5 years ago

atherdon commented 6 years ago

By using names on methods from this page In order to make it better, we'll create set of constants, each for a different method.

Example: Create or find at db new ingredient new ingredient and attach it to grocery list will became export const FIND_OR_CREATE_AND_ATTACH_TO_GROCERY = "FIND_OR_CREATE_AND_ATTACH_TO_GROCERY";