nicoespeon / trello-kanban-analysis-tool

πŸ’€ [Not maintained] Analyse Kanban metrics from a Trello board -

Home Page:http://nicoespeon.com/trello-kanban-analysis-tool/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhance newcomers UX βˆ’ Trello auth

nicoespeon opened this issue Β· comments

When you first come to the hosted app, Trello authentication tries to pop up to request you permissions. Meanwhile, the whole page is blank.

Unfortunately, user may block pop-ups by default. Without any visible information, he may not noticed that a pop-up has been blocked βˆ’ or may not understand why βˆ’ and simply leave, thinking it is broken.

I faced this issue once and I get a feedback on that very issue βˆ’ someone thinking the app didn't work.

Todos

  • Render default view with a "Connect to Trello" button
  • Refactor the app to kick-off Cycle.run() from the beginning, calling Trello authentication on button click
  • Handle refresh, when user is already connected to Trello βˆ’ don't ask him to click on the connect button everytime