From 3f69cc38b90261f2e7ba7e9e9d67e7826fd7213f Mon Sep 17 00:00:00 2001 From: Fanis Strezos Date: Mon, 9 Dec 2019 10:06:37 +0000 Subject: [PATCH 1/4] add existing customer review --- app/code/Magento/ReviewSampleData/fixtures/products_reviews.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/app/code/Magento/ReviewSampleData/fixtures/products_reviews.csv b/app/code/Magento/ReviewSampleData/fixtures/products_reviews.csv index 0e1c8a8267..af0ffdb44c 100644 --- a/app/code/Magento/ReviewSampleData/fixtures/products_reviews.csv +++ b/app/code/Magento/ReviewSampleData/fixtures/products_reviews.csv @@ -499,3 +499,4 @@ WSA01,Rating,4,"Typical flip-flop, I like the little wed","Typical flip-flop, I WSA01,Rating,5,"REALLY comfy and the wedge means I can w","REALLY comfy and the wedge means I can wear it with dresses!",Susan, WS08,Rating,4,"Thank you!","Thank you! I'm so sick of inappropriate workout clothes. This is exactly what I was looking for. Cover yourselves up, ladies!",Veronica,"roni_cost@example.com" 24-MB03,Rating,3,"I bought this backpack for my son","I bought this backpack for my son to take to school, but he carries it like a suitcase now! It's also really good for airplane travel.",Veronica,"roni_cost@example.com" +24-MB01,Rating,4,"Amazing Bag","Definitely an amazing bag for all. Recommended to all",Roni,roni_cost@example.com From dba6fa66c3b12aa275169ec3a2262c7b5ea7df3e Mon Sep 17 00:00:00 2001 From: Fanis Strezos Date: Mon, 9 Dec 2019 14:27:31 +0000 Subject: [PATCH 2/4] Update depedencies on Review Sample Data --- app/code/Magento/ReviewSampleData/etc/module.xml | 1 + .../Magento/ReviewSampleData/fixtures/products_reviews.csv | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/code/Magento/ReviewSampleData/etc/module.xml b/app/code/Magento/ReviewSampleData/etc/module.xml index fbe2d73ded..234f928d34 100644 --- a/app/code/Magento/ReviewSampleData/etc/module.xml +++ b/app/code/Magento/ReviewSampleData/etc/module.xml @@ -15,6 +15,7 @@ + diff --git a/app/code/Magento/ReviewSampleData/fixtures/products_reviews.csv b/app/code/Magento/ReviewSampleData/fixtures/products_reviews.csv index af0ffdb44c..aa6923d772 100644 --- a/app/code/Magento/ReviewSampleData/fixtures/products_reviews.csv +++ b/app/code/Magento/ReviewSampleData/fixtures/products_reviews.csv @@ -497,6 +497,6 @@ WS16,Rating,4,"I have this shirt and a Luma v-neck and ","I have this shirt and WS16,Rating,5,"I've worn and washed this shirt so many ","I've worn and washed this shirt so many times and it hasn't shrunk or gotton streched out. ",Kiera, WSA01,Rating,4,"Typical flip-flop, I like the little wed","Typical flip-flop, I like the little wedge.",Chae, WSA01,Rating,5,"REALLY comfy and the wedge means I can w","REALLY comfy and the wedge means I can wear it with dresses!",Susan, -WS08,Rating,4,"Thank you!","Thank you! I'm so sick of inappropriate workout clothes. This is exactly what I was looking for. Cover yourselves up, ladies!",Veronica,"roni_cost@example.com" -24-MB03,Rating,3,"I bought this backpack for my son","I bought this backpack for my son to take to school, but he carries it like a suitcase now! It's also really good for airplane travel.",Veronica,"roni_cost@example.com" +WS08,Rating,4,"Thank you!","Thank you! I'm so sick of inappropriate workout clothes. This is exactly what I was looking for. Cover yourselves up, ladies!",Veronica,roni_cost@example.com +24-MB03,Rating,3,"I bought this backpack for my son","I bought this backpack for my son to take to school, but he carries it like a suitcase now! It's also really good for airplane travel.",Veronica,roni_cost@example.com 24-MB01,Rating,4,"Amazing Bag","Definitely an amazing bag for all. Recommended to all",Roni,roni_cost@example.com From 0c05f0c710978bc8a94e953b47ae3eaa76fa3aec Mon Sep 17 00:00:00 2001 From: Fanis Strezos Date: Mon, 9 Dec 2019 15:14:12 +0000 Subject: [PATCH 3/4] Remove dummy records from csv --- .../Magento/ReviewSampleData/fixtures/products_reviews.csv | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/code/Magento/ReviewSampleData/fixtures/products_reviews.csv b/app/code/Magento/ReviewSampleData/fixtures/products_reviews.csv index aa6923d772..c9a7f3e1b7 100644 --- a/app/code/Magento/ReviewSampleData/fixtures/products_reviews.csv +++ b/app/code/Magento/ReviewSampleData/fixtures/products_reviews.csv @@ -497,6 +497,4 @@ WS16,Rating,4,"I have this shirt and a Luma v-neck and ","I have this shirt and WS16,Rating,5,"I've worn and washed this shirt so many ","I've worn and washed this shirt so many times and it hasn't shrunk or gotton streched out. ",Kiera, WSA01,Rating,4,"Typical flip-flop, I like the little wed","Typical flip-flop, I like the little wedge.",Chae, WSA01,Rating,5,"REALLY comfy and the wedge means I can w","REALLY comfy and the wedge means I can wear it with dresses!",Susan, -WS08,Rating,4,"Thank you!","Thank you! I'm so sick of inappropriate workout clothes. This is exactly what I was looking for. Cover yourselves up, ladies!",Veronica,roni_cost@example.com -24-MB03,Rating,3,"I bought this backpack for my son","I bought this backpack for my son to take to school, but he carries it like a suitcase now! It's also really good for airplane travel.",Veronica,roni_cost@example.com -24-MB01,Rating,4,"Amazing Bag","Definitely an amazing bag for all. Recommended to all",Roni,roni_cost@example.com +24-MB01,Rating,4,"Amazing Bag","Definitely an amazing bag for all. Recommended to all",Veronica,roni_cost@example.com From afa2950dac9944e150bf80fca698c3470b98cce4 Mon Sep 17 00:00:00 2001 From: Fanis Strezos Date: Mon, 9 Dec 2019 15:25:10 +0000 Subject: [PATCH 4/4] Revert existing title and body to review --- app/code/Magento/ReviewSampleData/fixtures/products_reviews.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/ReviewSampleData/fixtures/products_reviews.csv b/app/code/Magento/ReviewSampleData/fixtures/products_reviews.csv index c9a7f3e1b7..9f32cfc11d 100644 --- a/app/code/Magento/ReviewSampleData/fixtures/products_reviews.csv +++ b/app/code/Magento/ReviewSampleData/fixtures/products_reviews.csv @@ -497,4 +497,4 @@ WS16,Rating,4,"I have this shirt and a Luma v-neck and ","I have this shirt and WS16,Rating,5,"I've worn and washed this shirt so many ","I've worn and washed this shirt so many times and it hasn't shrunk or gotton streched out. ",Kiera, WSA01,Rating,4,"Typical flip-flop, I like the little wed","Typical flip-flop, I like the little wedge.",Chae, WSA01,Rating,5,"REALLY comfy and the wedge means I can w","REALLY comfy and the wedge means I can wear it with dresses!",Susan, -24-MB01,Rating,4,"Amazing Bag","Definitely an amazing bag for all. Recommended to all",Veronica,roni_cost@example.com +24-MB01,Rating,4,"Thank you!","Thank you! I'm so sick of inappropriate workout clothes. This is exactly what I was looking for. Cover yourselves up, ladies!",Veronica,roni_cost@example.com