19 | This site provides basic Cumulative Flow Diagrams based on the movement of cards between 20 | Trello boards. The diagram will start when the board is created, 21 | and end at either when the board was closed, or at the current time. 15 points are chosen between these times 22 | when the number of cards in each list at that time is counted. Cards that have been deleted are not shown at all. 23 |
24 |25 | This site is a side project, if your interested in improving the site or adding extra features the code is available on @Html.ActionLink("Github", "Github", "Home"), please feel free to check the 26 | code out and submit a pull request! If you have any issues, or suggestions @Html.ActionLink("add them to Trello", "IdeasAndBugs", "Home") or contact me. 27 |
28 |Cookies
29 |The site only uses cookies that are required for the functionality such as login and ensuring your session is handled correctly, and that you have consented to cookies.
30 |31 | Contributors 32 |
33 |The following people have contributed time and features to this website:
34 | 38 |39 | The Trello API is used to get the required data, and there is no affiliation with Trello. Trello is copyright Fog Creek Software. 40 |
41 |
Use another service to log in.
*@ 45 | @Html.Action("ExternalLoginsList", new { ReturnUrl = ViewBag.ReturnUrl }) 46 |