Title
Authorized User Can Update Product
Narrative
As a: n authorized user
I want: to update a product
so that: the product has new/edited values
Acceptance criteria
Given: user is authorized to update a product
When: user selects `View` button for product in the `Bookings` page
Then: user is taken to the product's page
And: user can select which product to update
Then: user is taken to individual product's page with pre-filled current data.