optimalstrategy / COMP231

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Onboarding

optimalstrategy opened this issue · comments

Onboarding

This is a simple onboarding task that should help you set everything up and get familiar with the workflow we'll be using for this project.

Description

You need to implement a simple API view that would return a json with a list of developers working on this project, consisting initially of your name only. After that, you'll need to add a test for this view, make a commit, and submit a pull request referencing this issue.

Checklist:

  • Follow the instructions in the README.
  • Create a new branch with the name onboarding-yourname, e.g. onboarding-george.
  • Implement the API view /developers.
  • The view returns a json in this format: { "developers": ["Your Name"] }
  • Implement a test for the view
  • Submit a PR referencing this issue

Completion

  • George
  • Hung
  • Dmitriy
  • Ibrahim
  • Faraz
  • Prabhnoor