velkymx / tickets

An agile ticket tracker build using the Laravel PHP framework
MIT License
19 stars 7 forks source link

Milestone / Sprint Summary Report #12

Open velkymx opened 3 years ago

velkymx commented 3 years ago

There are two target audiences for a sprint summary document. The first is any interested outsiders. This could include the VP of development, executives, stakeholders, department management, other teams and so on.

The second audience is future versions of the agile team itself. I’ve been in many situations where a team wanted to look back in time. A sprint summary can provide that view.

https://www.mountaingoatsoftware.com/blog/summarizing-the-results-of-a-sprint

https://www.scrumdesk.com/start/manual-for-scrumdesk-start/start-sprint-report/

https://agileaxiomframework.com/sprint_summary_report.html

velkymx commented 3 years ago

Technical spec:

Add new route /milestone/report/{id} Add new method to the Milestone controller Add new template to /resources/views/report/summary.blade.php

velkymx commented 2 years ago

See branch milestone-report