ItsY8S / capstone

0 stars 0 forks source link

Live Product Editing (store owner) #27

Open ItsY8S opened 5 years ago

ItsY8S commented 5 years ago

Live product editing allows store owners to double click a product's details & make changes. If a store owner wants to edit the title of a product, they can navigate to any product, double click on the title, and start typing. To indicate this functionality, a tooltip will tell store owners that double clicking is an option. The cursor will also change into a pointer upon hover of editable details. Essentially, an h4 element will be transformed into an input. Store owners can save changes by clicking the 'SAVE' button on the product details screen. Changes will be saved in the database.

Editable Details