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
- Check the Backlog to make sure there isn't a similar story.
- Find the highest number next to AWM (the key). Note it.
- Go back to the backlog and hit the plus icon then hit 'Create new issue'.
- Click on "Story Template"
- 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.
-
Once done you should see the new issue in the backlog.
-
Update the status to
Todo
. Assign the points. priority, label, type, milestone, and sprint.
Linking Stories and PRs
-
Open PR with AWM-##, the ## matching that of the story.
-
On the right side look for the 'Development' section.
-
Click on the settings icon and find the matching story. Select it.
- This links the issues and if the PR is merged. The story is automatically closed by GitHub.