Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Restaurant frontend to use Java backend #13

Open
6 tasks done
github-actions bot opened this issue May 18, 2023 · 0 comments
Open
6 tasks done

Change Restaurant frontend to use Java backend #13

github-actions bot opened this issue May 18, 2023 · 0 comments
Assignees
Labels
auto This issue was created from a script

Comments

@github-actions
Copy link

github-actions bot commented May 18, 2023

Change Restaurant frontend to use Java backend

Acceptance Criteria:

All of the following refer to the frontend for Restaurant

  • The RestaurantCreatePage has been updated to use the actual backend POST operation instead of the temporary local storage CRUD operations.
  • The RestaurantEditPage has been updated to use the actual backend GET and PUT operations instead of the temporary local storage CRUD operations.
  • The RestaurantIndexPage has been updated to use the actual backend GET PUT operations instead of the temporary local storage CRUD operations.
  • The RestaurantDetailsPage has been updated to use the actual backend GET operations instead of the temporary local storage CRUD operations.
  • The RestaurantTable has been updated to use the actual backend DELETE operation instead of the temporary local storage CRUD operations.
  • The CRUD operations all impact the actual contents of the database for Restaurant
@github-actions github-actions bot added the auto This issue was created from a script label May 18, 2023
@nickzahlis nickzahlis self-assigned this May 19, 2023
@KaneD985 KaneD985 self-assigned this May 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto This issue was created from a script
Projects
None yet
Development

No branches or pull requests

2 participants