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-5.5 Insert Dummy Data Food Items into Database #26

Open benhoeschen opened 2 years ago

benhoeschen commented 2 years ago

Associated Epic #9

As a user, I want the food items to be inserted into the database, so that the team can begin working on the implementation of the menu on the website.

Acceptance Criteria:

  1. The database is populated with food items from each of the different meals
  2. The database is populated with breakfast items.
  3. The database is populated with lunch items.
  4. The database is populated with dinner items.
  5. Each food item has the following attributes: ID, Name, Description, Average Rating, Meal Type, Nutrition Info
benhoeschen commented 2 years ago

Tasks:

  1. Add attributes to food item entity
  2. Insert new food item records into database