In the description, include the text "Closes #n" where n is the number of
this issue.
Then ask for a team member to review your PR.
Finally: drag this issue from "In Progress" to "In Review".
Review Others' PRs: Next, see if there are any PRs that need to be code reviewed and merged. Unless you are the
first person on your team to complete a PR, there likely is at least one.
See:
Dependencies
This issue should be completed after the issue "MenuItemReview - Create personal dokku dev deployment"
Overview
This issue involves creating the database table and migration file for
MenuItemReview
.For step-by-step instructions, please see these portions of the lab writeup:
Acceptance Criteria:
@Entity
class called MenuItemReview.java@Repository
class called MenuItemReviewRepository.javadocs/h2-database.md
for instructions.)dokku postgres:connect team02-db
command (use\dt
to list the tables) (See https://ucsb-cs156.github.io/topics/dokku/postgres_database.html#postgres-command-line for more info.)What to do next
When you've met all of the acceptance criteria:
Make a PR: Do a PR for this branch, being sure to enter a reasonable title and description.
In the description, include the text "Closes #n" where
n
is the number of this issue.Then ask for a team member to review your PR.
Finally: drag this issue from "In Progress" to "In Review".
Review Others' PRs: Next, see if there are any PRs that need to be code reviewed and merged. Unless you are the first person on your team to complete a PR, there likely is at least one. See:
Start your next issue : Then, find the issue for "Create `MenuItemReviewController..." on the Kanban board in the ToDo column.