-
Notifications
You must be signed in to change notification settings - Fork 63
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
Implementation of store's categories #64
Comments
Category is designed to be managed by tenant admin users, all the stores in the same tenant have the same categories. |
I know that, but It is meaningful for each store owner to maintain its own category, just like taobao, isn't it? |
Products in taobao.com have both the related common categories and the custom categories, I prefer to call the latter "ProductTag". It belongs to one store so the store owners can classify their products. What do you think? @RayMMond |
I can't agree with you more, when I think about it, "ProductTag" is first thing came to my mind too. |
How to implement categories belongs to store, like this:
![image](https://user-images.githubusercontent.com/9551761/85663319-87cab500-b6eb-11ea-98f0-0ea40e402e86.png)
I think the solution maybe be one of:
StoreId
toCategory
and add related CRUD interfaces.StoreCategory
just likeProductCategory
, it records Store-Category information instread of Product-Category information, and add related CRUD interfaces.Personally, I perfervid second option. What do you think @gdlcf88 ?
The text was updated successfully, but these errors were encountered: