-
-
Notifications
You must be signed in to change notification settings - Fork 151
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
Notification for Deadlines and Schedules #942
Comments
Is this feature supported? I also would love it. |
I too would benefit greatly from this feature. |
@dtvillafana I would be happy to pull this feature in! I would also be happy to help with testing on iOS and browsers on Linux, as well as with documentation. What are you thinking of in terms of UX? Since you said you have no experience with React, I suggest we do it in two steps:
„Just“ getting a notification whenever a SCHEDULED or DEADLINE Timestamp happens. I‘m assuming this won‘t need a whole lot of React specific idioms. I might be wrong, but it will be less than if we also add configurability in the mix. We can already test, document and deploy this.
Then, in a second iteration, we could make this behavior configurable. For example, I’m assuming that no one wants a notification at midnight for a SCHEDULED time of ‚2024-08-12‘. They might want to have such notifications always at 8am. For this, we can discuss a good UX, and I can help with implementing the necessary settings. What do you think? |
@munen I think the MVP -> configurability path is a great approach. What you have proposed makes perfect sense to me. This would be something I would have to contribute to in my free time, as is often the case with OSS. Therefore my timescale will be weeks to months. But I'm definitely motivated to do so as this would be much more convenient than alternative modes of notifications I was thinking of. Looking forward to getting this working! |
@dtvillafana Good luck, have fun! |
Is your feature request related to a problem? Please describe.
I want to be alerted by upcoming deadlines and/or schedules also when the Organice window is not focused.
Describe the solution you'd like
If Organice is installed as PWA and opened in background, I would like to get notification about upcoming deadline and/or schedules. It should also respect the configured delay (i.e. if a deadline have a delay of -1h, it should be notified one ore before the actual deadline)
Describe alternatives you've considered
For now I am using another (native) app. This feature is too much important for me and I found no workarounds.
Additional context
Actually it seems strange to me that no issue is already opened for such feature. I found the pull request #798 closed with the statement that some code was already written. So probably, I just missed the feature, and this issue can just be tagged as a "Question" on how to enable such behavior. What I did is simply to add an headline in my capture.org with a deadline in few minutes. When the time arrived, it was not notified neither on my phone, neither on pc where the browser did not ask neither if it should allow or not notification from the app).
My setup is
EDIT - I changed the pull request reference to the correct one
The text was updated successfully, but these errors were encountered: