Skip to content

rubyonrio/startrack

Folders and files

NameName
Last commit message
Last commit date
Jul 7, 2018
Jul 7, 2018
Jul 7, 2018
Apr 20, 2013
Apr 7, 2011
Mar 18, 2012
May 12, 2011
Jul 22, 2011
Apr 7, 2011
Jul 6, 2018
Mar 31, 2014
Jul 6, 2018
Jul 6, 2018
May 10, 2014
May 18, 2011
Jun 3, 2018
Jul 7, 2018
Jul 7, 2018
Jun 17, 2014
May 12, 2018
Apr 7, 2011
May 12, 2018

Repository files navigation

Startrack Tracker: Build Status Code Climate Inline docs

What is it?

This is a SaaS project that intend to help agile teams through the a KanBan-like dashboard to manage projects, tasks and teams.

License

This code is free to be used under the terms of the GNU General Public License.

Bugs, Issues, Kudos and Catcalls

Comments are welcome. Send your feedback through the issue tracker on GitHub

Contributors

We have a list of contributors. Check them all at: Contributors

Suggested features:

  • 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

To discuss

  1. Organizations will have a limit of projects
  2. Projects will have a max number of users
  3. Change Story priority after starts the sprint
  4. Define de DOD (Do Of Done) for a project
  5. Pair programing for teams
  6. Team alert for new entries on a User Story
  7. Use github API to use github issues as Startrack task syncing