-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
custom structures generator [Main task] #158
Comments
✔️ |
✔️ |
✔️ #173 both measurement files are being generated. |
@vadim9999 please check it/ task is here #55 ✔️ I add you as admin to this repository. so you'll be able to merge PRs |
@EbrahimKreem & @azaidi4 are you here with us? |
@atherdon yes. Just been a bit busy. Will start working on this soon |
@vadim9999 |
i think Elnur and Wahaj as major devs here can help with readme ;) |
✔️ @hirdbluebird |
@ronniebhatt Hi! |
Guys, I was absent last month as you may find. But was "spying" on your code and pull requests Vadim will continue to supervising you here, but I'll work on some management as well. If someone have some ideas about what I/we can update/upgrade in order to make our work more smooth - please tell me. I find out that we don't have a proper Readme here - will update it and make more detailed and easy to navigate. Btw, nice progress @vadim9999, @elnur004, @wahaj-47, @EbrahimKreem ! |
Question: I see that generator it's become a huge thing here. At it complicate our code/logic here. Is it a good idea to move a generator away as a separated module and just call it in our package.json? #332 |
Yes, I think it's a good idea |
then we need to have a really great explanation about how to do it at some
task. Because not everyone knows how rollup is working, so there only 2
options: we can did it quickly by myself or slowly but with help of other
people. i'm preferring a second one. especially because i don't code
generator
#332
|
@atherdon are we moving all methods from fetch? Then we will generate files from this functions? |
I don't think that we need 100% of methods from fetch actually. same with tests. |
I think Gracia(@ladysequel) is also ready to start with us |
Welcome Pratiksha (@Pratikshagit) as our new member too! She came from apps field with good knowledge at testing. We'll help her to learn Jest, so our test coverage will be awesome. |
Whuh, looks like we increasing our team quickly. Nathaniel(@dctalk1234) also joining this repository |
@vadim9999 I was told to get in touch about what tasks you may have for me to start looking at. |
|
@vadim9999 i have not got a task yet |
If someone want to read more - actually more about plans that we have at |
The generator is a huge thing. So maybe details are necessary. Graphql subproject. ChickenKyiv subproject it's using at recipe-antd, fake-API Groceristar subproject - used at groceristar-showcase, main groceristar-backend server. Units - Wahaj started to work on it. We generated files. We need methods for it. Recipe Search - it's part of recipe-API, so it's used a similar DB-schema. Same data used in our recipe-box React Components, aka Selects, Website blocks. We also need to move some (not all) tests from Cups.js, that was created by Elnur from scratch(thanks for this). It's Meal Calendar: it's actually part of recipe-API server(groceristar is actually part of recipe-API as well, but right now we're not ready to merge them)/ the calendar will display recipes by days. Right now it's a low level of priority, but maybe by simplifying our code, we will be able to able to make it work faster. Measurements/Unit Conversion is also part of recipe-API and partially to groceristar, later will be integrated with recipes objects. Nutritions it's also a part of recipe-API and it's important for projects. that rely on nutritional values, like diets. JsonValidator - > we didn't implement it yet. But it a very important part of the generator. Because we need to validate our file schemes, especially while files have data inside in minified way(which is good) Separation like how we did it -> will help us later to work on translating this data to other languages. |
Can I have a task please? |
Hi, I'm Edward. Looking forward to working with you all! |
Hello everyone, my name is Andrew and I am excited to learn and further develop my skills with all of you! |
Hi guys, I'm Syed. Looking forward to furnishing my development skills with all of you. I'll get started with the project and jump right in to developing some feature soon! |
Hi! |
Hi, I'm Minahil. Looking forward to learning and working with you all! |
Hi! I'm Oksana. I'm excited to learn and work with all of you! |
Hi I'm Cindy! Excited to be a part of this! |
Hey, I'm Ted |
Hello I'm Vibhu. I am from India. I have JavaScript development knowledge. Familiar with MERN stack. Hoping to learn a lot from you guys and want to contribute in the project |
Hello I am Parth, I am from India. I have JavaScript knowledge and have knowledge of Vue and Node. Excited to be here. |
Hello everyone, my name is Chris and I am from the United States. Excited to work and learn with you all! |
@Mishra121 @parthparmar7 @chrissmith012 team, do you have tasks? |
@atherdon I do not have any tasks. |
Hello everyone. My name is Sibasish and I'm from India. I have basic knowledge of HTML, CSS, and JavaScript. I'm eager to learn and contribute to this organization and improve my skills. |
Hello, |
Hello am Gideon from Nigeria. I am a fullstack MERN stack developer and I would love to join the team. |
Hello everyone, my name is Madi and I'm a Computer Science student at Nazarbayev University, Kazakhstan. Excited to work, learn and improve my skills with you all! |
Hello guys, My name is Marvis from Nigeria, am a Fullstack web developer , it great to be here |
Hello everyone! I'm Shravan from the US and am looking forward to improving my full-stack development skills here and contributing to this organization. |
Hello everyone. I am Han, a graduate student in the US majored in Computter Science. Hope to improve my practical front end skills and contribute to this company. |
Whats up guys. |
Hello everyone, |
hey folks...this is Mohd Tabish,a computer science student from India.Looking forward to work with all of you and gain some knowledge upon working on the project. |
Hi Guys! |
Hi Geeks, |
@atherdon I will start my work from 2nd week of december. |
Members or just viewers of this task. My free courses below for you. by Udemy rules - they free only 3 days - so add them to cart so they can go to your collection.
|
@atherdon finally I'm here |
So, we have our
fetch
module.link: https://github.com/GroceriStar/groceristar-fetch (Check Readme there and 5 published articles). And it's an old plugin that we build with Vadim during the last 8 months. Right now it's time for changes, and we split
fetch
withsd
repository into 2 parts, that is separated.It makes the code more robust and easy to maintain/extend the code.
actually, with changes from me, @hirdbluebird, @azaidi4, @EbrahimKreem we break
fetch
and fixing it right now...So, the main reason why I mentioning all of you here is:
we'll move from
fetch
tosd
repository part of the functionality, that will generate us the same data, BUT with different structures(like{a:a, b:b} to {a:a, more: {b:b}}
). All of you have different skills and knowledge of our modules, so we'll need to split this big task into small chunks.Vadim will curate all of you, so please notify him frequently. The same thing with code - as we'll have a lot of people that code here at the same time --> we need to sync your forks frequently. If there is some troubles with your knowledge with git/github - please mention this. it's not a problem and i'll help you to master it.
Elnur will work with tests, Ronnie will help him
Wahaj right now dealing with the generation of a few files,
Ahmad and Ebrahim, Eugene came from
fetch
repository, so they know about different methods that we have there.Vadim knows everything about both of this repositories, so he is in charge.
Ask your questions
@azaidi4, @EbrahimKreem, @vadim9999, @ronniebhatt, @elnur004
The text was updated successfully, but these errors were encountered: