Actions
User Story #882
openEPIC #816: Package Discovery & Search
Feature #876: Wishlist
backend # Wishlist API
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Wishlist API¶
User Story¶
The system shall securely manage customer Wishlists.
API¶
POST /api/wishlist
Add package
GET /api/wishlist
Retrieve Wishlist
DELETE /api/wishlist/{packageId}
Remove package
Acceptance Criteria¶
Response time
<1 second
Duplicate records prevented
Supports pagination
Supports synchronization
No data to display
Actions