luckyshot / agilescrumfortrello

'Agile SCRUM for Trello boards' is a Google Chrome extension that gives super-powers to your Trello boards by enabling SCRUM features (Story Points, Tags, Progress Bars, Time Spent and more)
http://xaviesteve.com/5109/agile-scrum-trello-boards/
GNU General Public License v2.0
77 stars 29 forks source link

define a max for estimated points in a list #15

Open ghost opened 8 years ago

ghost commented 8 years ago

Change the background color to a "danger" color (eg: "red"), if the total estimated points is higher than the max value of set for the list. Use a "warning" color (eg: "yellow"), if the estimated total is equal with the max (or between 0.9-1.0 x max?).

Use "()", "[]" or "{}" to set the max number of points for a list.

For example:

(5) list foo (1/2) item 1 (2) item 2 ==> "default" color, estimated < max (2+2 < 5)

(5) list foo (1/2) item 1 (3) item 2 ==> "warning" color, estimated == max (2+3 == 5)

(5) list foo (1/2) item 1 (4) item 2 ==> "danger" color, estimated > max (2+4 > 6)