From 23afa47c5b8dd32c4be44182cfbdbd9dc1834773 Mon Sep 17 00:00:00 2001 From: Daniel Taylor Date: Wed, 3 Jun 2020 15:31:35 -0500 Subject: [PATCH 1/4] To save users jumping between screens when setting up stores, here you create and add the category in one movement --- .../ProductStore/FindProductStoreCategory.xml | 46 ++++++++++++++++++- 1 file changed, 44 insertions(+), 2 deletions(-) diff --git a/screen/SimpleScreens/ProductStore/FindProductStoreCategory.xml b/screen/SimpleScreens/ProductStore/FindProductStoreCategory.xml index 8e44bef2..5639a361 100644 --- a/screen/SimpleScreens/ProductStore/FindProductStoreCategory.xml +++ b/screen/SimpleScreens/ProductStore/FindProductStoreCategory.xml @@ -20,6 +20,15 @@ along with this software (see the LICENSE.md file). If not, see + + + + + + + + + @@ -28,8 +37,8 @@ along with this software (see the LICENSE.md file). If not, see - - + + @@ -46,6 +55,39 @@ along with this software (see the LICENSE.md file). If not, see + + + + + + + + + + + + + + + + + + + + + + + + + From 8924c2ae4236d4501469d6e020a6fc5ab3fadec8 Mon Sep 17 00:00:00 2001 From: Daniel Taylor Date: Wed, 3 Jun 2020 16:51:21 -0500 Subject: [PATCH 2/4] Same streamlined process for creating child categories, with key values like owner and type inherited from parent --- .../Catalog/Category/EditCategory.xml | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/screen/SimpleScreens/Catalog/Category/EditCategory.xml b/screen/SimpleScreens/Catalog/Category/EditCategory.xml index 7cf1e405..4ed7a8be 100644 --- a/screen/SimpleScreens/Catalog/Category/EditCategory.xml +++ b/screen/SimpleScreens/Catalog/Category/EditCategory.xml @@ -28,6 +28,12 @@ along with this software (see the LICENSE.md file). If not, see + + + + + + + + + + + + + + + + + + + + + + + + + From a1aa9f85f3820da028aefc3d0116491dbe0d0201 Mon Sep 17 00:00:00 2001 From: Daniel Taylor Date: Fri, 5 Jun 2020 20:37:13 -0500 Subject: [PATCH 3/4] A streamlined create->assoc flow for products --- .../Catalog/Product/EditAssocs.xml | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/screen/SimpleScreens/Catalog/Product/EditAssocs.xml b/screen/SimpleScreens/Catalog/Product/EditAssocs.xml index 695f9df9..70641001 100644 --- a/screen/SimpleScreens/Catalog/Product/EditAssocs.xml +++ b/screen/SimpleScreens/Catalog/Product/EditAssocs.xml @@ -25,6 +25,13 @@ along with this software (see the LICENSE.md file). If not, see + + + + + + + @@ -46,6 +53,7 @@ along with this software (see the LICENSE.md file). If not, see + @@ -69,6 +77,42 @@ along with this software (see the LICENSE.md file). If not, see + + + + + + + + + + + + + + + + + + + + + + + + + + + + From c2ff52a5541ce655fa5309c8ec3f64dd9e157b4f Mon Sep 17 00:00:00 2001 From: Daniel Taylor Date: Tue, 9 Jun 2020 19:55:55 -0500 Subject: [PATCH 4/4] Streamlined creation and adding of products to categories --- .../Catalog/Category/EditProducts.xml | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/screen/SimpleScreens/Catalog/Category/EditProducts.xml b/screen/SimpleScreens/Catalog/Category/EditProducts.xml index 0c13163c..d9fdb03b 100644 --- a/screen/SimpleScreens/Catalog/Category/EditProducts.xml +++ b/screen/SimpleScreens/Catalog/Category/EditProducts.xml @@ -30,6 +30,14 @@ along with this software (see the LICENSE.md file). If not, see + + + + + + + + @@ -42,6 +50,34 @@ along with this software (see the LICENSE.md file). If not, see + + + + + + + + + + + + + + + + + + + +