Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcusoftnet/trellban
Kanban statistics for Trello boards
https://github.com/marcusoftnet/trellban
Last synced: about 5 hours ago
JSON representation
Kanban statistics for Trello boards
- Host: GitHub
- URL: https://github.com/marcusoftnet/trellban
- Owner: marcusoftnet
- License: mit
- Created: 2015-03-07T12:14:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-11T04:26:18.000Z (over 9 years ago)
- Last Synced: 2024-04-13T19:26:30.935Z (7 months ago)
- Language: JavaScript
- Size: 1.51 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TrellBan
Kanban statistics for Trello boards# Suggestions
* Max leadtime - what's the longest anything ever took
* Min leadtime - what's the shortest anything ever took
* Throughput (number of items completed / unit of time, week for example)
* Cycle time, maybe not for now, since it will be a bit messy to calcule. We have to ask the user for which cycle we're going to measure. You could also just stack it in a Culumnative Flow Diagram (CFD). That's easier to calculate but harder to read.* I think that we can do a pretty good visualization as well for leadtime like this:
* plot a diagram with all the leadtimes on a time-axis
* add an average line
* add 1 (or 3?) sigma above
* add 1 (or 3?) sigma below