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

Notifications #16

Open
iagodahlem opened this issue Feb 25, 2019 · 0 comments
Open

Notifications #16

iagodahlem opened this issue Feb 25, 2019 · 0 comments

Comments

@iagodahlem
Copy link
Owner

Add the ability to send notifications to the user when an entry is completed, also would be good to have a button on the notification to start the next timer.

I am not sure about using the browser Notification API or using a simple Redux notifications solution. Both have drawbacks:

  • Web Notification API

    • Needs to figure out a way to subscribe to a service worker without overriding CRA default service worker.
    • Abstract all the notification calls in a Entity and a Service, which can be trick.
  • Redux Notification Solution

    • It's much simpler to implement, however the user will not be notified in background.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant