-
Notifications
You must be signed in to change notification settings - Fork 2
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
#### [Groceristar][Favorites][methods] #3
Comments
for Delete ingredients from favorites list , export const DELETE__FAVORITE_INGREDIENTS_IN_LIST = "DELETE__FAVORITE_INGREDIENTS_IN_LIST"; |
for addition of color , for clearing the color |
for method that list all favorites; |
it's a question?
…On Fri, Feb 15, 2019 at 1:51 PM Kürşad ***@***.***> wrote:
for method that list all favorites;
export cons LIST_FAVORıTES= "LIST_FAVORıTES ";
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABZrDoZFggnGfYj9GzMe339e8YrEJr1-ks5vNp8ogaJpZM4aek09>
.
|
Actually , I did not understand what to do . Do I need to implement these variables in table ? |
you need to create a file, with variables and open a pull request with your
changes. when i'll see the whole code - i'll tell you my comments
|
Sorry. I think that I am gonig to implement documentation. my bad . |
not a problem at all. do you know how to contribute to github repositories? i have a good tutorial for that - just tell me if you need it |
@kursadcayir how its going with this task? can you push changes that you have so far? |
Hi , |
you can tell me if you busy - it's ok, and i'll move this task to someone else |
just have an idea - maybe i need to share your linkedin profile at my network - maybe it will help you? |
tell me what do you think |
By using names on methods from this page
In order to make it better, we'll create a set of constants, each for a different method.
Example:
Get All ingredients with status favorite
will became
export const GET_ALL_FAVORITE_INGREDIENTS = "GET_ALL_FAVORITE_INGREDIENTS ";
The text was updated successfully, but these errors were encountered: