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

FEATURE: Optionally delete bookmark when reminder sent #9637

Merged

Conversation

martin-brennan
Copy link
Contributor

@martin-brennan martin-brennan commented May 5, 2020

We now show an options gear icon next to the bookmark name:

image

When expanded we show the "delete bookmark when reminder sent" option. The value of this checkbox is saved in local storage for the user.

image

If this is ticked, when a reminder is sent for the bookmark the bookmark itself is deleted. This is so people can use the reminder functionality by itself.

Also remove this section from the "Edit Bookmark" modal as it just added clutter, because the user can already see they had a reminder set:

image

Adds a default false boolean column delete_when_reminder_sent to bookmarks.

* also add a new boolean column to bookmarks to delete once the
  reminder is sent
* this option will persist in local storage for the user for
  the bookmark modal
@martin-brennan martin-brennan marked this pull request as ready for review May 7, 2020 02:45
@martin-brennan martin-brennan merged commit 6fb0f36 into master May 7, 2020
@martin-brennan martin-brennan deleted the feature/optionally-delete-bookmark-when-reminder-sent branch May 7, 2020 03:37
@discoursebot
Copy link

This pull request has been mentioned on Discourse Meta. There might be relevant details there:

https://meta.discourse.org/t/improved-bookmarks-with-reminders/144542/147

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants