From bec065d0f88f8b4814d71cb437ac7ed9e2a31267 Mon Sep 17 00:00:00 2001 From: Bobbi Towers Date: Thu, 12 Oct 2023 18:22:07 -0700 Subject: [PATCH 1/2] deprecate old lists exercise, activate new one --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 121f79ea..09b257f7 100644 --- a/config.json +++ b/config.json @@ -54,7 +54,7 @@ "prerequisites": [ "basics" ], - "status": "beta" + "status": "deprecated" }, { "slug": "bird-watcher", @@ -168,7 +168,7 @@ "uuid": "01a06d2b-ffb1-4497-9bb3-d93ee2d0931b", "concepts": ["lists"], "prerequisites": ["basics", "conditionals", "booleans"], - "status": "wip" + "status": "beta" } ], "practice": [ From a79f348dc77bf8881613b8b69189fc4783c8a6e1 Mon Sep 17 00:00:00 2001 From: Bobbi Towers Date: Thu, 12 Oct 2023 18:32:40 -0700 Subject: [PATCH 2/2] remove concepts and prerequisites from deprecated exercise --- config.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/config.json b/config.json index 09b257f7..c3382f30 100644 --- a/config.json +++ b/config.json @@ -48,12 +48,8 @@ "slug": "tracks-on-tracks-on-tracks", "name": "Tracks on Tracks on Tracks", "uuid": "0d05620f-3ef9-43aa-8e89-660187e090f3", - "concepts": [ - "lists" - ], - "prerequisites": [ - "basics" - ], + "concepts": [], + "prerequisites": [], "status": "deprecated" }, {