Implement support for user listing (the items they listed)
Figma design: https://www.figma.com/design/E2MZsDUl54mmFzLAeqrbAb/cherry--MVP-Design---Prototype?node-id=4312-4503&t=Fm0Clx3pZcEx6oFD-4
As it stands, the profile looks good, but offers no usability to users.
Therefore the best step forward both for MVP and for the first release, is to create a minimalist profile that focuses on three things, Orders, Liked, and Listings.
Namely in this issue is the listings, and this will arguably be the most important one, as users will want to have somewhere they can manage them effectively from the first release onwards.
Why
As a seller,
I want to see the items I have uploaded on my profile,
So that I can see my own listings from profile.
Acceptance Criteria
SCENARIO: Uploaded listings appear on profile
- Given I am logged in
- And I have uploaded one or more items
- When I open my profile
- Then I can see the items I have uploaded
- And each item displays enough information to identify it, such as image, title, price, and status
API: https://cherry-backend-401854471349.europe-west2.run.app/api-docs/#/Products/get_api_products_my_products
Implement support for user listing (the items they listed)
Figma design: https://www.figma.com/design/E2MZsDUl54mmFzLAeqrbAb/cherry--MVP-Design---Prototype?node-id=4312-4503&t=Fm0Clx3pZcEx6oFD-4
As it stands, the profile looks good, but offers no usability to users.
Therefore the best step forward both for MVP and for the first release, is to create a minimalist profile that focuses on three things, Orders, Liked, and Listings.
Namely in this issue is the listings, and this will arguably be the most important one, as users will want to have somewhere they can manage them effectively from the first release onwards.
Why
As a seller,
I want to see the items I have uploaded on my profile,
So that I can see my own listings from profile.
Acceptance Criteria
SCENARIO: Uploaded listings appear on profile
API: https://cherry-backend-401854471349.europe-west2.run.app/api-docs/#/Products/get_api_products_my_products