Creating Milestones
In the previous three recipes of this chapter, we have created Features, To-do's, and Bugs. When creating those, we also noticed the possibility of linking these to Milestones.
Milestones are moments of significance in a project. This is different for every project of course, but examples of a Milestone can be a release, a demo, or (when in a Scrum project) the end of a sprint.
In this recipe, we are going to see how we can create a Milestone, link it to existing objects in Team Development, and how the calendar can help in keeping track of progress.
Getting ready
Make sure that the Features, To-do's, and Bugs from the previous recipes are present.
How to do it...
Open the Milestones tab in Team Development. This section also has a Dashboard overview. One of the pieces of this Dashboard is especially interesting. Have a look at the Component Counts section, as shown in the following screenshot:
This overview shows exactly how many Features, To-do's, and Bugs there are and if...