From aa96c2559ba74fd8a4c6f6ed90a72cd7b9b30806 Mon Sep 17 00:00:00 2001 From: AnishDe12020 <63192115+AnishDe12020@users.noreply.github.com> Date: Thu, 23 Dec 2021 19:50:04 +0530 Subject: [PATCH 1/4] chore: added prerequisites for isogram practice exercise --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 730f1b7142..e1658aa39d 100644 --- a/config.json +++ b/config.json @@ -779,7 +779,7 @@ "name": "Acronym", "uuid": "440d78d1-9dea-466f-9bd4-935eed067409", "practices": [], - "prerequisites": [], + "prerequisites": ["strings", "arrays"], "difficulty": 2, "topics": ["loops", "regular_expressions", "strings", "transforming"] }, From 1a7e3f165124771f1d0eea0ad21947da572f5f30 Mon Sep 17 00:00:00 2001 From: AnishDe12020 <63192115+AnishDe12020@users.noreply.github.com> Date: Sat, 25 Dec 2021 11:08:36 +0530 Subject: [PATCH 2/4] chore: add regular-expressions to prerequisites for isogram exercise --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index e1658aa39d..aead7ad19e 100644 --- a/config.json +++ b/config.json @@ -804,7 +804,7 @@ "practices": [], "prerequisites": [], "difficulty": 2, - "topics": ["filtering", "strings"] + "topics": ["filtering", "strings", "regular-expressions"] }, { "slug": "matching-brackets", From 39e603536ee8287a89f8d788ea74ce58b0ee0860 Mon Sep 17 00:00:00 2001 From: AnishDe12020 <63192115+AnishDe12020@users.noreply.github.com> Date: Sat, 25 Dec 2021 19:33:21 +0530 Subject: [PATCH 3/4] refactor: add the prerequisites at the right place for isogram pracitce exercise --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index aead7ad19e..c1e7ab9b2d 100644 --- a/config.json +++ b/config.json @@ -802,7 +802,7 @@ "name": "Isogram", "uuid": "3df577af-2854-40ee-b211-9b608dbbad58", "practices": [], - "prerequisites": [], + "prerequisites": ["strings", "arrays", "regular-expressions"], "difficulty": 2, "topics": ["filtering", "strings", "regular-expressions"] }, From 011e564e26c80a72ae7712d8e4956830ed9a2d32 Mon Sep 17 00:00:00 2001 From: junedev <12543047+junedev@users.noreply.github.com> Date: Sun, 26 Dec 2021 14:03:42 +0100 Subject: [PATCH 4/4] revert topics update --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index a762990c2b..387da82478 100644 --- a/config.json +++ b/config.json @@ -808,7 +808,7 @@ "practices": [], "prerequisites": ["strings", "arrays", "regular-expressions"], "difficulty": 2, - "topics": ["filtering", "strings", "regular-expressions"] + "topics": ["filtering", "strings"] }, { "slug": "matching-brackets",