Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Assignment 4 - 1 : Manage products For this assignment, you ll modify the app so it lets an admin user ( any user for
Assignment
: Manage products
For this assignment, you
ll modify the app so it lets an admin user
any user for this
assignment
view
edit and delete existing products as well as add new products. Use
example apps provided by the authors to design the View page making changes to display
Product data as shown below.
The Product Manager page
Specifications
When the user clicks the Manage Products link on the Home page or the Products link
in the navbar, the app should display the Product Manager page.
When the user clicks the Add Product button, the app should display the Add
Edit
Product page with blank Code and Name fields but with the current date in the Release
Date field.
When the user clicks the Edit button for a product, the app should display the Add
Edit
Product page with the current data for the product.
When the user clicks the Delete button for a product, the app should display a Delete
Product page that confirms the deletion.
The Add
Edit Product page
Specifications
continued
The app should display the Product Manager page when the user completes or cancels
an add, edit, or delete operation.
Validate the data the user enters in the Add
Edit Product page to be sure that the user
enters values for all fields and that the yearly price is greater than zero. If this data isn
t
provided, the app should display a summary of the validation errors above the form.
Use lowercase URLs with a trailing slash.
Use the same Razor view file to add and edit a product.
This is for the SportsPro App for my Database CST
Class
I need help with this assignment. I need code, step by step instructions and what files the code go into. Thank you.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started