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 IceCreamShop frontend to use Java backend
All of the following refer to the frontend for IceCreamShop from team01.
IceCreamShopCreatePage
IceCreamShopEditPage
IceCreamShopIndexPage
IceCreamShopDetailsPage
IceCreamShopTable
The text was updated successfully, but these errors were encountered:
Kenny has first 3 Ishaan has last 3 api is /api/icecreamshop
Sorry, something went wrong.
wq12li
khtran1
nagpalishaan
No branches or pull requests
Change IceCreamShop frontend to use Java backend
Acceptance Criteria:
All of the following refer to the frontend for IceCreamShop from team01.
IceCreamShopCreatePage
has been updated to use the actual backend POST operation instead of the temporary local storage CRUD operations.IceCreamShopEditPage
has been updated to use the actual backend GET and PUT operations instead of the temporary local storage CRUD operations.IceCreamShopIndexPage
has been updated to use the actual backend GET PUT operations instead of the temporary local storage CRUD operations.IceCreamShopDetailsPage
has been updated to use the actual backend GET operations instead of the temporary local storage CRUD operations.IceCreamShopTable
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: