Trello scrum is a chrome extension which adds scrum features to trello's boards (trello.com)
- Set points for a card
- Sum up card points for a list
- Display card points in a separated tag
You can install it via Chrome web store
Or
git clone https://github.com/jroliveira/trello-scrum.git
bower install
- and use the Chrome Apps & Extensions Developer Tool to load an extension.
npm install
gulp test --harmony
to run in a console
- open
test\runner.html
to run in a browser
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
If you wanna see a running sample project public board (you must install extesion before, of course)
- Fork it
- git checkout -b
- git add --all && git commit -m "feature description"
- git push origin
- Create a pull request