None; this issue should be done first before other issues for the
UCSBOrganization table
Acceptance Criteria:
[x] In the frontend directory frontend/src/main/fixtures there is a file called
ucsbOrganizationFixtures.js that contains Javascript fixtures
for the database table that is similar to the restaurantFixtures.js
and ucsbDatesFixtures.js files in the same directory.
[x] Each example should correspond to the JSON format of an object returned by
the GET API endpoint from team02 for the UCSBOrganization database table object.
What to do next
Make a PR: When you've met all of the acceptance criteria, 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, and 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
None; this issue should be done first before other issues for the UCSBOrganization table
Acceptance Criteria:
frontend/src/main/fixtures
there is a file calleducsbOrganizationFixtures.js
that contains Javascript fixtures for the database table that is similar to therestaurantFixtures.js
anducsbDatesFixtures.js
files in the same directory.UCSBOrganization
database table object.What to do next
Make a PR: When you've met all of the acceptance criteria, 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, and 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 "Form Component for
UCSBOrganization
plus tests" on the Kanban board in the ToDo column.