rsrkpatwari1234 / EchoForMe

A platform that will read the latest news or the desired text for you..
2 stars 18 forks source link

Add a developers page #4

Open vidit624 opened 4 years ago

7saikat7 commented 3 years ago

i want to work on that issue but can you please explain a little bit , first time ... i am unaware of procedures and steps ! Thank you .

Sloth-Panda commented 3 years ago

@vidit624 would like to work on this

vidit624 commented 3 years ago

@7saikat7 Developers page means there should be information about all the contributors on that page.

himanshu007-creator commented 3 years ago

i would like to work on this issue. Kindly assign me this issue

rsrkpatwari1234 commented 3 years ago

@himanshu007-creator go ahead !!

himanshu007-creator commented 3 years ago

Please add DWOC and Level-5 labels to this issue.

vidit624 commented 3 years ago

@himanshu007-creator We'll add levels after reviewing your PR on how much you have worked.

himanshu007-creator commented 3 years ago

@himanshu007-creator We'll add levels after reviewing your PR on how much you have worked.

sorry for inconvenience, but i wont be able to do it due to some issues with my machine.Sorry

Swastik1710 commented 3 years ago

Hey @vidit624 , can I work on this issue. I'm thinking of using react for this.

rsrkpatwari1234 commented 3 years ago

@Swastik1710 We are not using react anywhere. I don't think we need to use it just for the sake of creating a static html page. If you can try out html,css or want to add some dynamic component using js, I can assign you the issue.

Swastik1710 commented 3 years ago

Yeah sure. I can do it with HTML, CSS and JS. Please assign it to me.

vismitap commented 3 years ago

Hey! Is still anyone working on this? I would like to work on this issue!

rsrkpatwari1234 commented 3 years ago

@vismitap go ahead!!

vismitap commented 3 years ago

@vismitap go ahead!!

Thanks for assigning this issue! I had some questions 😅:

vidit624 commented 3 years ago

@vismitap we do not have a concrete plan for design so go ahead with any design you like. We'll review it. And for the contents on the developer page, it should at least have a pic, name of the contributors and their GitHub profile linked with it. and sure you can use bootstrap.

vismitap commented 3 years ago

@vismitap we do not have a concrete plan for design so go ahead with any design you like. We'll review it. And for the contents on the developer page, it should at least have a pic, name of the contributors and their GitHub profile linked with it. and sure you can use bootstrap.

Okay thanks! ✌👍

vismitap commented 3 years ago

@rsrkpatwari1234 I have some issues in setting up the project, and the file structure. 1) It says make a new django_projects directory and initialize with git. But we have already forked, initialized the main repo (ie: EchoForMe) with git. I am confused here.

image

2) Is this the correct file structure? The django_projects folder is empty. What should be inside it?

image

vidit624 commented 3 years ago

@vismitap I guess you got pretty much confused about the structure. The file structure you have made is not what it meant through readme. Proceed like this:

  1. Set up a virtual environment and switch to the env.
  2. Create django_projects as a directory there
  3. Clone the echo for me repository here
  4. To run the Django project you have to install cockroachDB too and do some changes in the Django files to integrate(you can see all this in the link given in the readme)