Personal Note:
We need to create a profile where users can interact with their:
Orders,
Listings and
Liked
Currently, we have listings as a button, if this is simpler for the contributor to develop, it can remain like this over being directly on the profile.
The most basic, most minimum viable versions of these are what we need most.
This means we need for Orders:
A simple list, ideally with a delivery status, which we can hopefully retrieve through an InPost API.
Figma Design Pending...
For Liked:
Similarly, a list of the liked items, when clicked, it takes the user straight to the product screen.
Figma Design Pending...
For listings:
This as seen in the screen above will be a list on the profile.
This will involve backend integration to present user generated listings so that they can manage them from there.
For a minimalist management system, I recommend that the user can only, when tapping the item, delete it.
Edits can come in a later iteration.
The user should be able to tap the item, a popup appears asking them if they want to delete, if they confirm, then the item is removed from everywhere, such as on the firebase.
This will be split into 3 separate issues.
Personal Note:
We need to create a profile where users can interact with their:
Orders,
Listings and
Liked
Currently, we have listings as a button, if this is simpler for the contributor to develop, it can remain like this over being directly on the profile.
The most basic, most minimum viable versions of these are what we need most.
This means we need for Orders:
A simple list, ideally with a delivery status, which we can hopefully retrieve through an InPost API.
Figma Design Pending...
For Liked:
Similarly, a list of the liked items, when clicked, it takes the user straight to the product screen.
Figma Design Pending...
For listings:
This as seen in the screen above will be a list on the profile.
This will involve backend integration to present user generated listings so that they can manage them from there.
For a minimalist management system, I recommend that the user can only, when tapping the item, delete it.
Edits can come in a later iteration.
The user should be able to tap the item, a popup appears asking them if they want to delete, if they confirm, then the item is removed from everywhere, such as on the firebase.
This will be split into 3 separate issues.