EthanCloin / PlantDaddy-Frontend

app to manage plant care. potential features include watering reminders, gallery of added plants, adding health status.
0 stars 0 forks source link

Watering Reminder Functionality #2

Closed EthanCloin closed 1 year ago

EthanCloin commented 2 years ago

Summary

First main feature of the web app will be to set reminders for watering your plants. Thinking use email notification?

Frontend

Let user create a Reminder with at least a name, frequency, and description Add the Reminder as a property to the plant Allow multiple Reminders

Backend

Need an additional table for reminders, maybe one for mapping, or just use the plant_id as foreign key? Maybe look into Cron jobs and syntax for table design

EthanCloin commented 1 year ago

old issue, similar feature issue exists in backend repo and that should be addressed first.