Casvt / MIND

A simple self hosted reminder application that can send push notifications to your device. Set the reminder and forget about it!
https://casvt.github.io/MIND/
GNU General Public License v3.0
206 stars 10 forks source link

Share reminders #7

Open Casvt opened 1 year ago

Casvt commented 1 year ago

Is your feature request related to a problem? Please describe.

You currently have a reminder in your library and that's it. You can't share it with anyone.

Describe the solution you'd like

You should be able to share the reminder with other users on the same server or even an other Noted server.

Additional context

There should be an option for if the owner wants to co-own the reminder with someone else, share it with someone else or send a copy over. Co-owning would mean that all users that have access can edit and even delete it, which would have effect in all libraries. Sharing would mean that everyone except the original owner can only view the reminder and can get a notification but can not edit it or delete it. Copying would mean that the user that it is shared with has a self-owned copy of the reminder (similar to a fork of a repository).