AwesomeBlazor / AutoScrum

AutoScrum tells your clients/team members what are you doing with one click. It finds the PBIs you did yesterday and works out what are you doing today. It supports Azure DevOps and GitHub projects and issues (coming soon). The consultants at SSW use it everyday and the best thing is that it force every team member to keep the backlog up-to-date. https://www.ssw.com.au/rules/methodology-daily-scrums
https://autoscrum.jkdev.me/
16 stars 5 forks source link

♻️ Refactor Daily Scrum service into services #75

Closed jernejk closed 2 years ago

jernejk commented 2 years ago

Atm, many Daily Scrum services are in the Blazor app but they should be in AutoScrum.Core and AutoScrum.AzureDevOps projects.

Move and refactor the services in preparation for GitHub and Azure Function support.