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#841/inventory #1013

Merged
merged 8 commits into from Apr 15, 2020
Merged

Feat#841/inventory #1013

merged 8 commits into from Apr 15, 2020

Conversation

tsvetelina-e-y
Copy link
Contributor

  • [ x] Have you followed the contributing guidelines?
  • [ x] Have you explained what your changes do, and why they add value?

Please note: we will close your PR without comment if you do not check the boxes above and provide ALL requested information.

Started working on inventory page #841.

  • added page for displaying organization inventory items. Currently all of the items in database are listed, but I have not created inventory model yet.

  • added entity for ProductType. Each Product will have ProductType

  • added entity for ProductCategory. Each Product will have ProductCategory.

  • added entity for ProductVariant. Each Product will have many ProductVariants.

  • added entity for ProductOption. Each Product will have many ProductOptions. Based on this ProductOptions names, the ProductVariants for this Product will be generated.

  • added entity for ProductVariant. Each Product will have many ProductVariants. After Product is created with some ProductOptions, then user will be able to edit each of the ProductVariants.

  • added entity for Product

  • added functionality for creating Product. video (without the options yet, I'm not sure if this is all correct)

This is what I will try to do. Based on comments I will try to fix and correct any misunderstanding.

@evereq evereq merged commit cd52324 into develop Apr 15, 2020
@evereq evereq deleted the feat#841/inventory branch April 15, 2020 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants