This project was stared by the Duluth MN, .NET user group as a shared skills building effort. NFERNO-POKER is agile planning poker, designed so that participants can read, research and point user stories in isolation. This leads to a faster more efficient pointing meeting. Instead of waiting for team members to read and point the story, the scrum master can facilitate meaningful discussion to keep game times down.
Navigate to
src/nfernopoker/ClientApp
Within the ClientApp folder:
npm install
npm run start
This will start a dev server and open the application. The main application functionality will work without the .Net Core app being ran. Currently, the .Net Core application only hosts the JIRA API.
- Server Side .Net Core
- SPA Hosting
- API's for Services such as JIRA communication
- Client Side
- ReactJs
- React Redux Firebase
- typescript
- editorconfig
- jest (for unit tests)
- material-ui
- Create reusable Teams of players for games
- Create Games
- Add User Stories
- Import User Stories from TFS
- Assign a Team
- Integration with JIRA API
- Play a Game
- Synchronize Comments between user stories and underlying work item tracking system (JIRA, TFS)
- Track Story Points over time for a team
- Plugin with Jenkins
- Integrate with VCS
- bitbucket
- github
- gitlab
- expose REST API
- Integrate with VCS
Feel free to file an issue or open a pull request to extend the functionality of this code.
MIT