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

Intro to the project + rename helper.js to utils.js #336

Open
atherdon opened this issue Apr 9, 2019 · 20 comments
Open

Intro to the project + rename helper.js to utils.js #336

atherdon opened this issue Apr 9, 2019 · 20 comments

Comments

@atherdon
Copy link
Member

atherdon commented Apr 9, 2019

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)

  1. rename helper.js to utils.js
    note it's not that easy as it can look like. take time and pay attention.

@Beni03

@Beni03
Copy link
Contributor

Beni03 commented Apr 10, 2019

I changed the file name. Is it what you expected?

@atherdon
Copy link
Member Author

nope, i send you my comments

@Beni03
Copy link
Contributor

Beni03 commented Apr 12, 2019

updated all the modules( under src/project) which uses helper.js file

@atherdon
Copy link
Member Author

did you push that changes via pull request?

@atherdon
Copy link
Member Author

i don't see your changes here: #339

@Beni03
Copy link
Contributor

Beni03 commented Apr 13, 2019 via email

@atherdon
Copy link
Member Author

no problems. awesome progress, btw
Ok, so looks like this task is done, can you confirm that it works well and we can move forward?
Btw, i saw that you saw few of my @todos - you update them. Maybe you can deal with that simple tasks too?

@Beni03
Copy link
Contributor

Beni03 commented Apr 15, 2019 via email

@atherdon
Copy link
Member Author

cool. then please deal with todos that you've changed

@atherdon
Copy link
Member Author

here when i saw it: 44d1f30

@Beni03
Copy link
Contributor

Beni03 commented Apr 15, 2019 via email

@Beni03
Copy link
Contributor

Beni03 commented Apr 18, 2019 via email

@Beni03
Copy link
Contributor

Beni03 commented Apr 18, 2019 via email

@Beni03
Copy link
Contributor

Beni03 commented Apr 18, 2019 via email

@atherdon
Copy link
Member Author

maybe it works, but i still think that this current approach is not ideal. i think by combining some lodash method with generateId we can make it better

@Beni03
Copy link
Contributor

Beni03 commented Apr 21, 2019 via email

@atherdon
Copy link
Member Author

yeah, take alook at this comment: #354 (comment)

@Beni03
Copy link
Contributor

Beni03 commented Apr 23, 2019 via email

@atherdon
Copy link
Member Author

atherdon commented May 9, 2019

@vadim9999 please jump here too.

@vadim9999
Copy link
Collaborator

I think generate Id using lodash is for simple task and easy to check what is relationship beetwen objects. uuidv is for more complex task. I think it more secure. Hacker should know this randomly generated id with characters and numbers. Also max value of number is limited but what he will do when max limit will be reach? In simple DB like Hello Wrld I used just increment numbers but it should be unique. Key is like a cipher to identify user. Here we are using objects

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants