We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
All of the following refer to the frontend for Restaurant
Restaurant
RestaurantCreatePage
RestaurantEditPage
RestaurantIndexPage
RestaurantDetailsPage
RestaurantTable
The text was updated successfully, but these errors were encountered:
KaneD985
nickzahlis
No branches or pull requests
Change Restaurant frontend to use Java backend
Acceptance Criteria:
All of the following refer to the frontend for
Restaurant
RestaurantCreatePage
has been updated to use the actual backend POST operation instead of the temporary local storage CRUD operations.RestaurantEditPage
has been updated to use the actual backend GET and PUT operations instead of the temporary local storage CRUD operations.RestaurantIndexPage
has been updated to use the actual backend GET PUT operations instead of the temporary local storage CRUD operations.RestaurantDetailsPage
has been updated to use the actual backend GET operations instead of the temporary local storage CRUD operations.RestaurantTable
has been updated to use the actual backend DELETE operation instead of the temporary local storage CRUD operations.The text was updated successfully, but these errors were encountered: