As a user when i click on the product image i want to be directed to a page that offers more detail about the product such as its
image, name, company cost, company selling price, and stock amount. This same page should allow me to update the chosen product
Given a user has clicked a product on the product page and is viewing the product details page
Then the user should be able to edit any information about the product.
When the user clicks save update
Then the products information will update
Then the user will be directed to the products page
SERVER SIDE
chosen products new information will be updated in the products database
create a viewset for product details to respond to update requests
As a user when i click on the product image i want to be directed to a page that offers more detail about the product such as its image, name, company cost, company selling price, and stock amount. This same page should allow me to update the chosen product
Given a user has clicked a product on the product page and is viewing the product details page Then the user should be able to edit any information about the product. When the user clicks save update Then the products information will update Then the user will be directed to the products page
SERVER SIDE chosen products new information will be updated in the products database create a viewset for product details to respond to update requests