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

Refresh the list of reminders #105

Open
gmarty opened this issue Sep 2, 2016 · 2 comments
Open

Refresh the list of reminders #105

gmarty opened this issue Sep 2, 2016 · 2 comments

Comments

@gmarty
Copy link
Collaborator

gmarty commented Sep 2, 2016

Make sure the list of reminders is always up to date.

Possible solutions:

  • Poll the server
  • Web Socket connection
  • Web Push

Solutions 2 and 3 are preferred as they're event-based and will feel more instantaneous to the user.

@samgiles
Copy link
Contributor

samgiles commented Sep 5, 2016

I've implemented option 1, as it's incredibly simple, in #107.

@julienw
Copy link
Collaborator

julienw commented Sep 13, 2016

So should we close this @samgiles ?

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

3 participants