Create an app to manager agile teams.
- Organization account
- Team members CRUD
- Project CRUD ** Show project status
- User story CRUD ** User Story has a total of tasks points ** Show Finished Stories ** Group Stories ** Attach files to Stories ** A Story may be accepted or not ** Add Acceptance testing to a Story
- Task CRUD ** User Story has many tasks ** Each Task has status (done, new, assigned, etc) ** Each Task has type (feature, bug, etc) ** Each Task may has a owner
- Define Product Backlog
- Define Sprint Backlog
- Define workflow
- Priorize user stories
- Team velocity
- Show burndown chart
- Organizations will have a limit of projects
- Projects will have a max number of users
- Change Story priority after starts the sprint
- Define de DOD (Do Of Done) for a project
- Pair programing for teams
- Team alert for new entries on a User Story
- Use github API to use github issues as Startrack task syncing