From e50dabbd0c6be17ea28ae836db6eccbb677b693a Mon Sep 17 00:00:00 2001 From: Senad Uka Date: Thu, 19 May 2016 14:54:56 +0200 Subject: [PATCH] Added code for reading estimates --- README.md | 16 ++++- index.html | 175 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 189 insertions(+), 2 deletions(-) create mode 100644 index.html diff --git a/README.md b/README.md index 0b3b88e..286d339 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ -# trello-estimates-dashboard -Small HTML / JS app to sum the estimates entered in trello +# Trello estimates dashboard + +Small Javascript application to sum the estimates entered in Trello. +Estimates are written somwhere inside Description field in the form of: +`Estimate: X` where X can be any whole number. + + Estimates are summed by label and by list and total number of hours is colorfully written in front of the label list name. + `?` instead of number of hours marks those labels that don't have any cards with estimates entered. + + +Code as taken from: +http://blog.getcorrello.com/2015/10/14/build-your-own-dashboard-on-the-trello-api/ +and modified. +(Thanks for the nice blog post!) diff --git a/index.html b/index.html new file mode 100644 index 0000000..aea2474 --- /dev/null +++ b/index.html @@ -0,0 +1,175 @@ + + + + A Trello Dashboard + + + + +
+

Trello Estimates Dashboard

+ +
+

This small tool reads descriptions of cards and looks for: + Estimate: [number] line and sums the estimates. +

+ +

Number is expected to be amount of hours estimated, and it must be a whole number.

+
+ + +
+
+ + +
+
+ +

Total hours by label

+
(select board first)
+ +

Total hours by list

+
(select board first)
+
+ + + + + + + + + +