I’ve created these PRs:
- https://github.com/moqui/mantle-udm/pull/92
- https://github.com/moqui/SimpleScreens/pull/132
- https://github.com/moqui/mantle-usl/pull/189
- https://github.com/moqui/PopCommerce/pull/56
See more about them here:
I’d like some feedback about how to improve them.
The basic synopsis is:
-
mantle.product.category.ProductCategoryIdent
is equivalent tomantle.product.ProductOtherIdentification
and is used to identify aProductCategory
based on anEnumeration
. This is used to add a slug to aProductCategory
for better human understanding of URLs and SEO, but can be used for other ways to identify aProductCategory
(see this for examples). -
mantle.product.store.ProductStoreDataDocument
is a join betweenProductStore
and aDataDocument
with based on anEnumeration
to specify what kind of join it is. See the PR for a couple different examples ofEnumerations
.