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

[FIX]: [PHOENIX] [BE] Fix "Add Media" Display Issue on the Add Product Modal #1448

Open
Olnuel opened this issue Aug 24, 2024 · 0 comments
Open
Labels
triage This Ticket is yet to be verified as a valid ticket

Comments

@Olnuel
Copy link

Olnuel commented Aug 24, 2024

Description

The "Add Media" section within the "Add Product" modal has display issues. This affects users' ability to upload images or other media files associated with new products, hindering the product addition process. The "Add Media" section is should be properly displayed, allowing users to easily upload and manage media files without any interface problems.

Acceptance Criteria

  1. The "Add Media" section should retrieve and display all media items associated with a product in the "Add Product" modal.
  2. The API response must include all necessary data to display media items.

Endpoint

GET /api/products/{product_id}/media

Links

| FIGMA LINK
https://www.figma.com/design/VEItfX6St5NSAqqNHImcxD/HNG-Boilerplate-Designs?node-id=2828-1922&t=VEj4y3G0vEn4g18k-4

https://www.figma.com/design/VEItfX6St5NSAqqNHImcxD/HNG-Boilerplate-Designs?node-id=3037-3128&t=VEj4y3G0vEn4g18k-4

Images

https://www.loom.com/share/e3633dae3d374f479de0409ff1cb3ffc?sid=047db0cb-8f6d-49cf-8cb7-340cae397ed0

image

@Olnuel Olnuel added the triage This Ticket is yet to be verified as a valid ticket label Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage This Ticket is yet to be verified as a valid ticket
Projects
None yet
Development

No branches or pull requests

1 participant