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

notification persistence (sticky reminders) #368

Open
ajvsol opened this issue Oct 6, 2016 · 1 comment
Open

notification persistence (sticky reminders) #368

ajvsol opened this issue Oct 6, 2016 · 1 comment
Labels
Accepted! This feature is accepted. We WILL work on it enhancement Not a bug, but an interesting suggestion secondary Trivial or impactful, this feature is NOT a priority

Comments

@ajvsol
Copy link

ajvsol commented Oct 6, 2016

That way the notification doesn't disappear if 'clear' all notifications is accidentally clicked, so now it requires snooze or marked done to disappear.

@spacecowboy spacecowboy added the enhancement Not a bug, but an interesting suggestion label Oct 8, 2016
@CampelloManuel CampelloManuel reopened this Jan 6, 2023
@CampelloManuel CampelloManuel added the secondary Trivial or impactful, this feature is NOT a priority label Jan 7, 2023
@CampelloManuel CampelloManuel mentioned this issue Jan 9, 2023
47 tasks
@CampelloManuel CampelloManuel changed the title Feature: option for notification persistence notification persistence (sticky reminders) Jan 10, 2023
@CampelloManuel CampelloManuel added the Accepted! This feature is accepted. We WILL work on it label Jan 10, 2023
@CampelloManuel
Copy link
Collaborator

CampelloManuel commented Jan 10, 2023

also requested by another user in #478

refer to tasks/tasks@dd48d07 for how to implement

We have to choose how to make the reminders sticky

  • 1 app-wide setting: either they're all sticky, or not
  • 2 app-wide settings, to make only lists of "tasks" or "notes" have sticky notifications
  • a setting for each list, note or reminder. These would require a new column (isSticky) on their respective tables in the database

I think the note-wide setting is the best:
add a toggle-button near the due date to force all reminders to show sticky notifications.
I'm open to suggestions on this.

UPDATE: Notification.java and its table have a permanent field, so it would be easier to add an option to declare a reminder as permanent, and that will propagate on how we show the notification

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accepted! This feature is accepted. We WILL work on it enhancement Not a bug, but an interesting suggestion secondary Trivial or impactful, this feature is NOT a priority
Projects
None yet
Development

No branches or pull requests

3 participants