-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
projects3.0 evolution from projects2.0 #216
Comments
Now I'm updating generator module at our csv-parser module and will release a new version on npm. |
@EbrahimKreem @sibasish14 @saphal1998 I think this video will be pretty useful for you. Btw, @vadim9999 do you interested to jump into it? if yes - please buzz me and we'll see what we need to do |
Hi everyone, i have one idea about what simple move we can do. |
@sibasish14 did you watch that video, right? |
@atherdon Yes, I went through the video. I think it would be nice if you assigned me a task. That way I would proceed as per the goals. Also, I think I will understand the codebase better that way. |
@sibasish14 As I think @EbrahimKreem is working with FAO dataset right now - the easiest way will be to separate projects between few people. l think you should jump into projects3.0/FoodComposition and try to launch it. i'm sure it will generate some errors. and our goal will be to move FoodComposition to work from proj2.0 to project3.0 structure. tell me if this make sence |
Sorry I am a bit late. |
no problem at all. if i get your question correctly, you should go into |
as we made all datasets code at |
can you try `yarn build`? but looks like it doen't generate any issue -
which is cool but strange :)
if build working well too - we can move forward and try to remove/replace
old FoodComposition script with a this version. but we should do it slowly
:)
… |
ok, then go to fao project and see what Ebrahim did there in order to make parser work, i think there is no huge chnages will be necessary @sibasish14 |
@sibasish14 please check this video https://www.loom.com/share/606346ba1b814243a5a1ae589e4468e9 |
cool - @sibasish14 - for constants - you can just comment them. i want to improve our system while ago with this contants, but don't have time to perfect it. |
can you compare code at src folder with code from other projects as well? |
maybe it can help a bit. what do you think about utils.js file inside of this project? are we using metohds from it? if no - just comment them. all of them |
about file csv_parser - i think it's just an old rudiment - we don't need it to make everything work - because our separated module published at npm and can be installed in a correct way |
Now there is only one error left:
I figured that there's no |
rather than referencing the |
if you want to make a dist folder for development purposes: |
i don't think that using dev way is a good way. i mean it better to submit
pr for module - then i'm publishing it and we test if it work - because
working through `dist` - it's like trying to eat raw coffee without using
water :)
… |
@atherdon Should I work on |
@hanroro good idea - pursue it! |
@atherdon Just submitted two PR for |
does restaurants dataset parsed and generating json under projects3.0
folder?
if yes- then we can kill restaurants folder at projects2.0 - correct? if
yes - please do - let's clean it up a bit
… |
From the codes I added. I think it do parse, but I do not know where the output is located and it seems there is not any file created. So how can i check that? |
buzz Ebrahim here, because he made that code.
in mean time you can check if we have an explanation at readme. if no -
we'll need to add it there, because someone else can be confused as well
… |
guys, i made some changes in our repo - please sync your forks with master branch |
@sainiyash2903 jump here- into the action :) |
@atherdon Now a days, my examinations are going on. So, I'm little bit busy . I will be in action from 9 December. |
sure sure |
@sainiyash2903 jump here. we'll clean up this module with you |
@atherdon I need your guidance, in my work . I don't know what to do . Everything is new for me . I'm learning React side by side. |
@sainiyash2903 sure, but part of my goal here is to see how you "act" in the open ocean. I mean yes I can guide you - but did you go through our conversations and explore it on your own? I always have this example: most of the peoples cant do 30 pull-ups - because it's hard and they not trained well. But what if someone will stand behind you with a rifle. and if you don't do it - they will shoot. I assure you - people will have better results in the second case. |
Main purpose is to go away from old and stupid es5 version ~~ projects2.0
because we keeping all projects in one folder just for now, so our team
members were less confused.
I think one of our goals is to create a microservice with CSV parser that
will run on Heroku so anyone can parse their stuff when he wants.
And clean up and code upgrade will really help and our project will go to a
next evolutionary step
You'll easily get used to it. I tried to reduce every problem that we have
with projects2.0, so you'll get into it pretty quick I guess.
Because we just cleaning up - not creating from scratch :)
Originally posted by @atherdon in #208 (comment)
The text was updated successfully, but these errors were encountered: