MDeLuise / plant-it

🪴 Self-hosted, open source gardening companion app
https://plant-it.org
GNU General Public License v3.0
598 stars 21 forks source link

Plant event reminder #122

Closed MDeLuise closed 7 months ago

MDeLuise commented 7 months ago

Avoid duplicated feature requests

Description

Introduce a new feature to the plant management system that allows users to set reminders for specific actions related to their plants. This feature aims to enhance user experience and ensure timely care of plants by enabling users to schedule reminders for essential tasks such as watering, fertilizing, pruning, etc.

The addition of a reminder system to the plant management platform will empower users to stay organized and attentive to their plants' needs, fostering a more enjoyable and successful gardening experience.

Solution

  1. Reminder Settings: Users can define custom reminders for each plant, specifying the type of action (e.g., watering, fertilizing), frequency (e.g., daily, weekly, monthly), and preferred notification method (e.g., email, push notification).

  2. Automated Notifications: The system will automatically send notifications to users according to the scheduled reminders. If no action related to the reminder is logged within the specified time frame, the system will send a notification to remind the user.

  3. Action Tracking: Users can log actions related to the reminders, such as watering a plant. The system will track these actions to ensure that reminders are triggered accurately and provide insights into plant care activities.

  4. Flexible Configuration: Users can easily edit, delete, or temporarily disable reminders based on their changing needs or circumstances.

What are alternatives?

No response

Additional context

No response

MDeLuise commented 7 months ago

Close since implemented in #125.