Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display behavior not as expected #55

Open
PhunkyBob opened this issue May 25, 2019 · 0 comments
Open

Display behavior not as expected #55

PhunkyBob opened this issue May 25, 2019 · 0 comments

Comments

@PhunkyBob
Copy link

Hello !
Your project is cute!

I tried to plug the answers to an API, but the result is not what I expected.
Let's say my API takes 10 seconds to respond.
Expected behavior:

  • form asks "choice 1" or "choice 2"
  • user clicks on his choice
  • form prints in the right the selected answer (green)
  • form prints in the left a "..." bubble
  • wait for 10 seconds (time for the API to respond)
  • "..." is replaced by the actual message

Actual behavior:

  • form asks "choice 1" or "choice 2"
  • user clicks on his choice
  • wait for 10 seconds (time for the API to respond)
  • form prints in the right the selected answer (green)
  • form prints in the left a "..." bubble
  • "..." is replaced by the actual message

The actual behavior gives the feeling that the system is stuck. Is there a way to display (at least) the selected answer (green bubble) before the display of the response?

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant