Do you use a Project Portal for your team and client?

Last updated by Tiago Araújo [SSW] about 1 year ago.See history

When a new developer joins a project, there is often a sea of information that they need to learn right away to be productive. This includes things like who the Product Owner and Scrum Master are, where the backlog is, where staging and production environments are, etc.

Make it easy for the new developer by putting all this information in a central location like the Visual Studio dashboard.

Note: As of October 2021, this feature is missing in GitHub Projects.

plaindashboard

2016 06 06 8 00 55
Figure: Bad example - Don't stick with the default dashboard, it's almost useless

2016 06 06 9 15 14
Figure: Good example - This dashboard contains all the information a new team member would need to get started

The dashboard should contain:

  1. Who the Product Owner is and who the Scrum Master is
  2. The Definition of Ready and the Definition of Done
  3. When the daily standups occur and when the next Sprint Review is scheduled
  4. The current Sprint backlog
  5. Show the current build status
  6. Show links to:

    • Staging environment
    • Production environment
    • Any other external service used by the project e.g. Octopus Deploy, Application Insights, RayGun, Elmah, Slack

Your solution should also contain the standard _Instructions.docx file for additional details on getting the project up and running in Visual Studio.

For particularly large and complex projects, you can use an induction tool like SugarLearning to create a course for getting up to speed with the project.

2016 06 06 7 18 43
Figure: SugarLearning induction tool

We open source. Powered by GitHub