Skip to content

Commit eaba04e

Browse files
authored
add missing status fields and fix game-of-life prerequisite (#3113)
- Six concept exercises (logs-logs-logs, tim-from-marketing, captains-log, booking-up-for-beauty, secrets, international-calling-connoisseur) were missing an explicit status field in config.json, so promoted each to active - Promote calculator-conundrum and gotta-snatch-em-all from beta to active; both have complete test suites and have been in the track long enough - Fix game-of-life prerequisite slug: 'if-statements' does not exist, the correct slug is 'if-else-statements'
1 parent 1946e0f commit eaba04e

1 file changed

Lines changed: 15 additions & 9 deletions

File tree

config.json

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"if-else-statements",
9696
"switch-statement"
9797
],
98-
"status": "beta"
98+
"status": "active"
9999
},
100100
{
101101
"slug": "squeaky-clean",
@@ -233,7 +233,8 @@
233233
"strings",
234234
"switch-statement",
235235
"constructors"
236-
]
236+
],
237+
"status": "active"
237238
},
238239
{
239240
"slug": "tim-from-marketing",
@@ -245,7 +246,8 @@
245246
"prerequisites": [
246247
"if-else-statements",
247248
"strings"
248-
]
249+
],
250+
"status": "active"
249251
},
250252
{
251253
"slug": "captains-log",
@@ -258,7 +260,8 @@
258260
"arrays",
259261
"numbers",
260262
"strings"
261-
]
263+
],
264+
"status": "active"
262265
},
263266
{
264267
"slug": "booking-up-for-beauty",
@@ -270,7 +273,8 @@
270273
"prerequisites": [
271274
"numbers",
272275
"strings"
273-
]
276+
],
277+
"status": "active"
274278
},
275279
{
276280
"slug": "wizards-and-warriors-2",
@@ -295,7 +299,8 @@
295299
],
296300
"prerequisites": [
297301
"numbers"
298-
]
302+
],
303+
"status": "active"
299304
},
300305
{
301306
"slug": "gotta-snatch-em-all",
@@ -308,7 +313,7 @@
308313
"lists",
309314
"generic-types"
310315
],
311-
"status": "beta"
316+
"status": "active"
312317
},
313318
{
314319
"slug": "international-calling-connoisseur",
@@ -321,7 +326,8 @@
321326
"classes",
322327
"foreach-loops",
323328
"generic-types"
324-
]
329+
],
330+
"status": "active"
325331
}
326332
],
327333
"practice": [
@@ -981,7 +987,7 @@
981987
"practices": [],
982988
"prerequisites": [
983989
"arrays",
984-
"if-statements"
990+
"if-else-statements"
985991
],
986992
"difficulty": 5
987993
},

0 commit comments

Comments
 (0)