-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
When a purchase is finalized, the order goes to the buyer's profile.
We need to integrate shipping API (https://apponlog.com.br/).
For integrate shipping api, we need to create new table (address) at first to save buyer's address which will be used in shipping.
So profile edit page also needed.
Implemented:
- Order status flow: pending → confirmed → shipped → delivered → cancelled
- Shipping address stored per order (JSON in orders table)
- Order detail screen shows timeline with status changes
- Seller can mark as shipped with tracking number
- Buyer profile shows purchases
NOT Implemented:
- Shipping API integration (apponlog.com.br)
- Separate addresses table for reusable addresses
- Profile edit page for managing saved addresses
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation