-
Notifications
You must be signed in to change notification settings - Fork 0
Setting up a Project
As a project manager you will be responsible for setting up each project after the roadmap and general timeline have been established and the development team has been established.
This will consist of creating milestones and issues on Github, creating the relevant Trello board, and establishing the flow of submitting code between developers.
In every project under issues there are Milestones. If you would like an example, you can check out this project for an Example of a Milestone. At the start of the project you will receive documentation over the milestones including dates, major features, and any other resources needed.
- Create a Milestone
After clicking on the button you see above, you will be prompted to fill out three sections.
- Title: This should be the milestone name, most likely provided.
- Description: You will insert a meaningful description, a detailed description of each major feature, and any relevant links provided or needed by the developers.
- Date: When the milestone should be completed. Putting this early rather than later, will ensure the developers have time to complete this before the client in expecting it.
If all this is done correctly, you will see the screen below:
After creating the milestones, the next part is to add the issues to each milestone. This will be a detailed breakdown of each part of what the milestone consists of. Issues can be either three things, SPIKES, Coding Tasks, or Bugs. For set up we will only deal with the second one, Coding Tasks. Click on each of the above for a detailed description of each, but essentially a Coding Task is a piece of coding that contributes to a major feature.


