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

Crud operations for Category and Sub-Category #43

Open
4 tasks done
neon-lab-dev opened this issue May 14, 2024 · 0 comments
Open
4 tasks done

Crud operations for Category and Sub-Category #43

neon-lab-dev opened this issue May 14, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@neon-lab-dev
Copy link
Owner

neon-lab-dev commented May 14, 2024

Problem

Currently we have category and sub-category are free text and user can give anything.

Solution

We need to provide ability for the user to create set of category and related sub-category and related operations like delete or update the same.

Discussions

  • The product schema to update to include sub-category and sub-category2.
  • The sub-category and sub-category2 can never be null.
  • We need to update the fetchProductAPI to facilitage search based on the 'category', 'sub-category and 'sub-category2. It should not be search like rather should be equal.
  • We need to create the category table where fields will be id, name, Type(root(default), non-root), linked-categories(comma separated) and generic fields.

Linked to: #1

@neon-lab-dev neon-lab-dev added the enhancement New feature or request label May 14, 2024
@neon-lab-dev neon-lab-dev added this to the phase 2 milestone May 14, 2024
ritik-agrawal added a commit that referenced this issue May 25, 2024
ritik-agrawal added a commit that referenced this issue May 25, 2024
sjha24 added a commit that referenced this issue May 26, 2024
1. subCategroy col added
#43
sjha24 added a commit that referenced this issue May 26, 2024
yml file changes
#43
@neon-lab-dev neon-lab-dev mentioned this issue May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants