You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tasks, that you can take(feel free to ask clarification if something is not clear)
In our previous major release we change a way how we connect to files. And after that changes, most of our default get methods become obsolete. They also start to generate an issue, because of naming conflict. So our goal with you will be to clean it up. First, part will be related to /projects/groceristar/groceristar.js file.
But each of these methods used below in this file. So our goal is to remove them totally from this file, without breaking any logic.
I have feeling that this will be a simple task for you.
You need to read readme file: https://github.com/GroceriStar/groceristar-fetch/blob/master/README.md
it also contains links to articles, where I explaining some details. If something will be not clear - don't hesitate and ask questions.
Tasks, that you can take(feel free to ask clarification if something is not clear)
get
methods become obsolete. They also start to generate an issue, because of naming conflict. So our goal with you will be to clean it up. First, part will be related to/projects/groceristar/groceristar.js
file.Here you can see our old methods. RIght now we don't need them.
https://github.com/GroceriStar/groceristar-fetch/blob/master/src/projects/GroceriStar/groceristar.js#L19-L38
But each of these methods used below in this file. So our goal is to remove them totally from this file, without breaking any logic.
I have feeling that this will be a simple task for you.
For example, this method contains old, commented version and working well without it
https://github.com/GroceriStar/groceristar-fetch/blob/master/src/projects/GroceriStar/groceristar.js#L103-L114
@adewale2018
The text was updated successfully, but these errors were encountered: