ibeal / KitchenDB

A personal project to create something that can track inventory and recipes to suggest recipes to make determined by inventory
2 stars 0 forks source link

database overwrite #12

Closed ibeal closed 3 years ago

ibeal commented 3 years ago

When a user tries to add a recipe to the database that already exists (has the exact same recipe title), a prompt should appear asking the user if they want to overwrite the existing entry. Yes means overwrite, no means don't add to db, but don't clear fields and allow user to change the name.