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

Show a loading indicator when waiting for data to load #161

Open
mrozbarry opened this issue Oct 17, 2020 · 0 comments
Open

Show a loading indicator when waiting for data to load #161

mrozbarry opened this issue Oct 17, 2020 · 0 comments
Labels
good first issue Good for newcomers

Comments

@mrozbarry
Copy link
Collaborator

mrozbarry commented Oct 17, 2020

To know if the timer is loading:

  • If the server indicates you are the timer owner, then loading is done (ie there is no data from any other user)
  • If the server indicates you are not the timer owner, then...
  • Wait for mob list (may be empty)
  • Wait for goal list (may be empty)
  • Wait for timer setttings
  • Loading is done

Having a hyperapp action that indicates that the timer is ready will give us a jumping-off point for other features in the future.

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

No branches or pull requests

1 participant