Skip to content

jroliveira/trello-scrum

Repository files navigation

trello scrum

Code Climate

Trello scrum is a chrome extension which adds scrum features to trello's boards (trello.com)

available-in-chrome-web-store

Current features

  • Set points for a card
  • Sum up card points for a list
  • Display card points in a separated tag

Installing

You can install it via Chrome web store

Or

Running tests

  • npm install
Console
  • gulp test --harmony to run in a console
Browser
  • open test\runner.html to run in a browser

How to use it

To set points for a card you just need to write the number of points between parenthesis "()" Eg: (5) Card title. Or you can open up a card and when you edit its title you will be able to set points

In action

If you wanna see a running sample project public board (you must install extesion before, of course)

Contributions

  1. Fork it
  2. git checkout -b
  3. git add --all && git commit -m "feature description"
  4. git push origin
  5. Create a pull request