CSBSJU-CS330-F22 / Dining-Menu

A dining app that shows the Menu for the SJU Refectory.
BSD 3-Clause "New" or "Revised" License
1 stars 10 forks source link

DM-3.4 Unfavorite a Food Item #78

Open benhoeschen opened 1 year ago

benhoeschen commented 1 year ago

Associated Epic: #3

As a user, I want to be able to unfavorite a favorite food so that I can take a favorite food off my profile if I don't like it anymore.

Acceptance criteria:

  1. There is a JDBC method to delete a record from the favorite food item table.
  2. Unfavorite button is available when viewing food item page if food is user's favorite.
  3. The favorite food item record is removed from the favorite food item table in the database.