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

Feat: Buyer should be able to manage a wishlist #58

Open
4 tasks
mukunzidd opened this issue May 8, 2024 · 1 comment · May be fixed by #88
Open
4 tasks

Feat: Buyer should be able to manage a wishlist #58

mukunzidd opened this issue May 8, 2024 · 1 comment · May be fixed by #88
Assignees
Labels
backend Good for newcomers

Comments

@mukunzidd
Copy link
Contributor

mukunzidd commented May 8, 2024

User Story: Buyer should be able to manage a wishlist

Description

As a buyer, i want to view The wishlist management feature enables buyers to create, organize, and maintain a list of desired items they wish to purchase in the future. This provides users with a convenient way to keep track of products they are interested in.

Acceptance Criteria

  • Buyers can add products to their wishlist from product pages or search results.
  • Buyers can view their wishlist at any time to see all the items they have saved.
  • Buyer can remove item from wish list
  • When buyers are ready to make a purchase, they can easily move items from their wishlist to the shopping cart.

Developer Notes

  • Design and implement the data model for the wishList
  • Define the API endpoints and request/response payloads for cart operations
  • Integrate with the product catalog service to fetch product details and validate item availability
  • Handle edge cases such as out-of-stock items, removed products, or pricing changes
  • Implement Validations of product wish List

Related Issues

@13XAVI 13XAVI added the backend Good for newcomers label May 10, 2024
@13XAVI 13XAVI added this to the Product Management milestone May 10, 2024
@13XAVI
Copy link
Contributor

13XAVI commented May 10, 2024

Implementation Plan

1. Deliverables at the end of the week:

  • Design and implement the data model for the wishList
  • Define the API endpoints and request/response payloads for cart operations
  • Integrate with the product catalog service to fetch product details and validate item availability
  • Handle edge cases such as out-of-stock items, removed products, or pricing changes
  • Implement Validations of product wish List
  • Write comprehensive unit tests
  • Document Each end Points

2. Data Flow

  • Flowchart

erwish drawio

  • ERD Diagrams:

Er drawio

3. Schedule of Implementation of Various Parts:

Day 1: Monday (14/05/2024)

  • Design and implement the data model for the wishList
  • Define the API endpoints and request/response payloads for cart operations

Day 2: Tuesday (15/05/2024)

  • Write comprehensive unit tests for All End Points
  • Document Each end Points

4.Related tasks

#37 (Manage Product )
#56 (Search Product)

@13XAVI 13XAVI linked a pull request May 22, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants