Gamification App for effort estimation. An Azure DevOps Board is used to provide the tasks. The app is used to estimate existing tasks and get rewards for estimations and the quality of estimations.
These instructions will give you a copy of the project up and running on your local machine for development and testing purposes.
Requirements for the software and other tools to build, test and push
- Set up dev environment for ASP.NET Blazor
- The project uses Mud Blazor Templates
- An Azure DevOps project is required to have a source of tasks to estimate
- clone the repository
git clone https://github.com/MartinWenge/CtrlAltDefeatApp.git
- add your Azure DevOps username and PAT providing access in appsettings
"AzureDevOpsSettings":{ "Username": "<add Azure DevOps username here>", "Token": "<add Azure DevOps PAT here>" },
- run the application
dotnet run
- Sebastian Christoph
- Tom Donath
- Martin Wengenmayr
This project is licensed under the MIT license