[x] Everyone on the team, and the instructor and TAs, are all able to
login with OAuth and see that they have admin privileges.
[x] Initially, the main branch is deployed and works properly (later, you will deploy your own branches to this
instance as you test them before merging.)
Next issue
Next, work on
Drag the issue for "MenuItemReview - Create personal dokku dev deployment" directly into the "Done" column (we don't do code review on setup tasks like this one.)
Locate the issue: "Create database table for MenuItemReview" on the Kanban board.
Assign that issue to yourself
Drag it into the "In Progress" column.
Start a new branch. The new branch name is something like xy-MenuItemReview-create-db
git fetch
git checkout main
git pull origin main
git checkout -b your-branch-name
Dependencies
None: The team member that takes on MenuItemReview should start with this issue.
Overview
The team member that takes on MenuItemReview as their database table should use this issue to track creating their personal dokku deployment.
Acceptance Criteria:
[x] An app named
team02-YOURGITHUBID-dev
is created on this team's dokku server, whereYOURGITHUBID
is your github id.[x] An database is configured for that app (see: https://ucsb-cs156.github.io/topics/dokku/postgres_database.html)
[x] HTTPS is configured for that app (see: https://ucsb-cs156.github.io/topics/dokku/enabling_https.html)
[x] The ADMIN_EMAILS are configured for that app.
[x] Google OAuth is configured for that app.
GOOGLE_CLIENT_ID
andGOOGLE_CLIENT_SECRET
: https://ucsb-cs156.github.io/topics/dokku/environment_variables.html[x] Everyone on the team, and the instructor and TAs, are all able to login with OAuth and see that they have admin privileges.
[x] Initially, the
main
branch is deployed and works properly (later, you will deploy your own branches to this instance as you test them before merging.)Next issue
Next, work on
xy-MenuItemReview-create-db