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

"Static", manually triggered, reminders #9

Closed Casvt closed 1 year ago

Casvt commented 1 year ago

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

No.

Describe the solution you'd like

A new type of reminders, "static reminders", should exist. These reminders don't have a time set for when they need to go of. They exist forever and only send out a notification when triggered manually. After being triggered manually, they will still last and will be available to be triggered again, endlessly.

Why? Let's say you're a company, that could experience various "disasters". You can make a static reminder for each of these situations, like "Production server failing", and the user can trigger this reminder to send a notification to the server admin whenever this event happens. You can see that this reminder shouldn't happen at a certain time, but instead whenever desired by a manual trigger.

This feature would work even better in combination with feature request (issue) #6. Because then, you can notify a complete team of people when a certain event happens.

Static reminders can be seen as buttons that can be clicked, at any moment and how often needed, to immediately notify the right people with the right info.

Additional context

No.