Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 749 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 749 Bytes

kahnbahn-flow

A Cumulative Flow Chart for Trello Kanban board using chart.js

Installation

$ mkdir kahnbahn-flow
$ cd kahnbahn-flow
$ git clone [email protected]:pointbar/kahnbahn-flow.git .
$ ./scripts/web-server.js
$ open http://127.0.0.1:8000

Requirements

Trello token (required): a string containing the Trello key available for developers Trello key (required): a string containing the Trello key

Pet PRs

  • Unit tests
  • Documentation
  • Extracting tasks lists by daily cron
  • File storage for Trello key/token
  • File storage for cron data
  • Calculate CFC
  • Code review and refactoring
  • Change Trello key/token on fly