mageprocommunity/extended-wishlist

Extended Wishlist DB strucuture

Closed this issue · 1 comments

Description

According to the extended wishlist (ew) idea one of the beneficial ideas is to have a possibility to store, collect, edit and share products grouped as wishlists. Those lists should belong to a customer account and be store specific. Those lists with products should store any product type, qty per product, comment per product. Each list should have its unique name.

User Story

As a customer I want to add multiple products to the extended wishlist and store this information under my account per store. For example, I want to create a Yoga wishlist to store products related to this kind of sports activity. When I add products to the ew I will have the following data stored:

  • product id
  • product SKU
  • product name
  • desired qty
  • sore id
  • specific comment to this product in the wishlist
  • ew name
  • the date when the ew was created or updated

DataBase Structure

extended_wishist

image

extended_wishlist_store

image

extended_wishlist_customer

image

extended_wishlist_product

image

TODO ADD ACCEPTANCE CRITERIA

The database structure was added. Issue completed.