Project Management Part II - bluecolab/BlueColab_MobileDataViz GitHub Wiki

Project Management Part II

We use GitHub Projects to help manage the development of the app.

View the Project here: https://github.com/orgs/bluecolab/projects/15

If the above doesn't work, you need to be added to the GitHub org. Please reach out to an intern or Leanne for help.

Creating New Stories

  1. Check the Backlog to make sure there isn't a similar story.
  2. Find the highest number next to AWM (the key). Note it.
  3. Go back to the backlog and hit the plus icon then hit 'Create new issue'.
  1. Click on "Story Template"
  1. Fill in the template. Replace the ## with the number from step 2. Do not delete the dashes. Then right a short title for story. Under story write a story. Under tasks, lists the task you think might need to be done. Fill the rest of the options as needed.
  1. Once done you should see the new issue in the backlog.

  2. Update the status to Todo. Assign the points. priority, label, type, milestone, and sprint.

Linking Stories and PRs

  1. Open PR with AWM-##, the ## matching that of the story.

  2. On the right side look for the 'Development' section.

  3. Click on the settings icon and find the matching story. Select it.

  1. This links the issues and if the PR is merged. The story is automatically closed by GitHub.