Skip to content

2016 Fall NRNB Academy project

Chhatramani Singh edited this page Sep 17, 2016 · 2 revisions

Intern Name: Chhatramani Singh

Task 0

  1. Create an account on GitHub
  2. Fork the repository
  3. Install PyCharm on your laptop.
  4. Follow the instructions given in the README.md to install GraphSpace on your laptop.

Progress

Challenges faced

  1. it didn't install in virtualenv so I had to install it in without making a virtual environment.
    Completion date 16/09/2016

Task 1

The aim of this task is to learn about following three things:

  • Django
  • GraphSpace code structure
  • Contributing to GraphSpace.

Here is the list of items to do:

  1. Learn about Django and its code structure.
  2. Learn and document GraphSpace's code structure.
    • Refer to links mentioned above to learn about roles played by each file in GraphSpace project.
  3. Add documentation about GraphSpace's code structure. (Your first contribution to GraphSpace!!)
    • Create an issue "Documentation for GraphSpace's code structure is not available." with enhancement label
    • Follow guidelines for contribution to make this contribution.
    • At the end you need to send a pull request with the required changes to README.md file.
    • Discuss your doubts via GitHub issue created for this task.

Progress

Challenges faced

Completion date


Clone this wiki locally