Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUU] Fully update the details of my products and variants #11069

Closed
mariocarabotta opened this issue Jun 19, 2023 · 0 comments · Fixed by #11568
Closed

[BUU] Fully update the details of my products and variants #11069

mariocarabotta opened this issue Jun 19, 2023 · 0 comments · Fixed by #11568
Assignees

Comments

@mariocarabotta
Copy link
Collaborator

mariocarabotta commented Jun 19, 2023

Context

This issue introduces a new column in the table with actions. For this card the only action would be linking to the full edit product and variant pages.

Out of scope

#11067
#11068

Description

- As an: enterprise user
- On page: /admin/products
- I want to be able to: edit product and variant data that's not in the table
- So that: I can update every detail of my catalogue

Acceptance Criteria & Tests

Scenario 1: New column
Given that I am in /admin/products
And I have products in the list
When the list loads successfully
Then I see a column with the actions for my products and variants

Scenario 2: Actions - product
Given that I am seeing products in my catalogue
When I select the actions available for a product
Then I see an option to edit

Scenario 3: Product - edit
Given that I am seeing the actions for a product
When I select the edit option
Then I go to /admin/products/[product-id]/edit

Scenario 4: Actions - Variant
Given that I am seeing variants in my catalogue
When I select the actions available for a variant
Then I see an option to edit

Scenario 5: Variant - edit
Given that I am seeing the actions for a variant
When I select the edit option
Then I go to admin/products/[product-id]/variants/[variant-id]/edit)

Design specs

Figma screens are available here >
https://www.figma.com/file/v1zbrWDZSRd3Nqoe0SJ2Sm/Engineering-Delivery---Back-Office?type=design&node-id=509%3A226&mode=design&t=PzBG8cWoBQnyy30t-1

Prototype here (open dropdown in first product) > https://www.figma.com/proto/v1zbrWDZSRd3Nqoe0SJ2Sm/Engineering-Delivery---Back-Office?page-id=509%3A226&type=design&node-id=509-227&viewport=655%2C222%2C0.36&t=dP5bR9HCNXI7CblU-1&scaling=min-zoom&mode=design

New components and styles

Component Example
Actions dropdown Screenshot 2023-08-02 at 9 07 53
@mariocarabotta mariocarabotta self-assigned this Jun 19, 2023
@mariocarabotta mariocarabotta added the design-needed issues requiring design label Jun 19, 2023
@mariocarabotta mariocarabotta changed the title [BUU] As an enterprise user, I want to fully update the details of my products and variants, so that I can change details that are not available in my catalogue list [BUU] Fully update the details of my products and variants Jun 26, 2023
@mariocarabotta mariocarabotta removed their assignment Jul 4, 2023
@mariocarabotta mariocarabotta removed the design-needed issues requiring design label Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment