hotwax / users

This app is for managing all employees of a company
Apache License 2.0
1 stars 7 forks source link

Streamlined Product Store Management in User Detail Page #240

Closed Adameddy26 closed 1 week ago

Adameddy26 commented 6 months ago

Current Behavior

In the permissions section of the user detail page, users can add a product store by clicking the 'Add' button. After adding a product store, if the user clicks on the card ellipses of the added product store, an 'edit' option is visible in the popover. The 'Add' button and 'Edit' option currently lead to the same modal for selecting a product store on the user detail page. This setup can be confusing and redundant for users.

Proposed Changes

Remove the 'Edit' option from the product store card popover to simplify the interface. When no product store is added, prominently display the 'Add' button for selecting and adding a product store. After adding at least one product store, change the 'Add' button to an 'Edit' button to allow editing of existing product store selections.

Dhiraj1405 commented 3 months ago
  1. Remove option to edit a product store, it should be basic remove option.
  2. Allow users to add product store from current Add button and if all product stores are added, show: All product stores are already added in the toast.
Adameddy26 commented 1 month ago

Verified and working fine v1.11.0. Hence, closing this ticket.

dt2patel commented 1 month ago

Need to update and match given UI in Figma: Image Image

Adameddy26 commented 1 week ago

Verified the changes in release v1.11.1and found that they are working fine. Hence, closing this ticket