nicoespeon / trello-kanban-analysis-tool

💤 [Not maintained] Analyse Kanban metrics from a Trello board -
http://nicoespeon.com/trello-kanban-analysis-tool/
MIT License
114 stars 33 forks source link

Persist Trello data to reduce the need of fetching the API #24

Open nicoespeon opened 8 years ago

nicoespeon commented 8 years ago

3 demonstrated how we can easily plug cycle-storage to store and re-use data across sessions.

If we take the step further, we could avoid fetching Trello anytime we refresh the app if we store data from API when we get it.