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 32 forks source link

Don't update data on each datepicker keystroke #28

Closed nicoespeon closed 8 years ago

nicoespeon commented 8 years ago

When you type a date, data gets refresh between 2 keyboard strokes, which is not desired and make it lag.

2 possible solutions:

nicoespeon commented 8 years ago

Note: test .debounce(500) instead of focusout > better UX