Skip to content

Commit

Permalink
Put concept exercises in status beta (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
angelikatyborska authored Feb 13, 2021
1 parent 9774308 commit f34b829
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"basics"
],
"prerequisites": [],
"status": "wip"
"status": "beta"
},
{
"slug": "pacman-rules",
Expand All @@ -36,7 +36,7 @@
"prerequisites": [
"basics"
],
"status": "wip"
"status": "beta"
},
{
"slug": "freelancer-rates",
Expand All @@ -49,7 +49,7 @@
"prerequisites": [
"basics"
],
"status": "wip"
"status": "beta"
},
{
"slug": "log-level",
Expand All @@ -62,7 +62,7 @@
"prerequisites": [
"booleans"
],
"status": "wip"
"status": "beta"
},
{
"slug": "language-list",
Expand All @@ -74,7 +74,7 @@
"prerequisites": [
"booleans"
],
"status": "wip"
"status": "beta"
},
{
"slug": "guessing-game",
Expand All @@ -88,7 +88,7 @@
"prerequisites": [
"cond"
],
"status": "wip"
"status": "beta"
},
{
"slug": "secrets",
Expand All @@ -102,7 +102,7 @@
"prerequisites": [
"basics"
],
"status": "wip"
"status": "beta"
},
{
"slug": "kitchen-calculator",
Expand All @@ -117,7 +117,7 @@
"floating-point-numbers",
"multiple-clause-functions"
],
"status": "wip"
"status": "beta"
},
{
"slug": "high-school-sweetheart",
Expand All @@ -130,7 +130,7 @@
"lists",
"pattern-matching"
],
"status": "wip"
"status": "beta"
},
{
"slug": "name-badge",
Expand All @@ -144,7 +144,7 @@
"strings",
"booleans"
],
"status": "wip"
"status": "beta"
},
{
"slug": "high-score",
Expand All @@ -160,7 +160,7 @@
"anonymous-functions",
"default-arguments"
],
"status": "wip"
"status": "beta"
},
{
"slug": "bird-count",
Expand All @@ -175,7 +175,7 @@
"multiple-clause-functions",
"guards"
],
"status": "wip"
"status": "beta"
},
{
"slug": "german-sysadmin",
Expand All @@ -191,7 +191,7 @@
"pattern-matching",
"guards"
],
"status": "wip"
"status": "beta"
},
{
"slug": "basketball-website",
Expand All @@ -206,7 +206,7 @@
"recursion",
"nil"
],
"status": "wip"
"status": "beta"
},
{
"slug": "file-sniffer",
Expand All @@ -221,7 +221,7 @@
"if",
"bitstrings"
],
"status": "wip"
"status": "beta"
},
{
"slug": "dna-encoding",
Expand All @@ -236,7 +236,7 @@
"recursion",
"pattern-matching"
],
"status": "wip"
"status": "beta"
},
{
"slug": "boutique-inventory",
Expand All @@ -253,7 +253,7 @@
"nil",
"anonymous-functions"
],
"status": "wip"
"status": "beta"
},
{
"slug": "rpn-calculator",
Expand All @@ -268,7 +268,7 @@
"pattern-matching",
"structs"
],
"status": "wip"
"status": "beta"
},
{
"slug": "remote-control-car",
Expand All @@ -286,7 +286,7 @@
"default-arguments",
"keyword-lists"
],
"status": "wip"
"status": "beta"
},
{
"slug": "stack-underflow",
Expand All @@ -299,7 +299,7 @@
"access-behaviour",
"errors"
],
"status": "wip"
"status": "beta"
},
{
"slug": "wine-cellar",
Expand All @@ -315,7 +315,7 @@
"if",
"default-arguments"
],
"status": "wip"
"status": "beta"
},
{
"slug": "rpn-calculator-output",
Expand Down Expand Up @@ -345,7 +345,7 @@
"pattern-matching",
"tuples"
],
"status": "wip"
"status": "beta"
},
{
"slug": "mensch-aergere-dich-nicht",
Expand Down Expand Up @@ -376,7 +376,7 @@
"maps",
"structs"
],
"status": "wip"
"status": "beta"
},
{
"slug": "date-parser",
Expand All @@ -388,7 +388,7 @@
"prerequisites": [
"strings"
],
"status": "wip"
"status": "beta"
},
{
"slug": "boutique-suggestions",
Expand All @@ -404,7 +404,7 @@
"keyword-lists",
"tuples"
],
"status": "wip"
"status": "beta"
},
{
"slug": "bread-and-potions",
Expand All @@ -417,7 +417,7 @@
"structs",
"nil"
],
"status": "wip"
"status": "beta"
},
{
"slug": "rpg-character-sheet",
Expand All @@ -431,7 +431,7 @@
"maps",
"atoms"
],
"status": "wip"
"status": "beta"
},
{
"slug": "captains-log",
Expand All @@ -449,7 +449,7 @@
"charlists",
"atoms"
],
"status": "wip"
"status": "beta"
},
{
"slug": "chessboard",
Expand All @@ -464,7 +464,7 @@
"bitstrings",
"charlists"
],
"status": "wip"
"status": "beta"
},
{
"slug": "newsletter",
Expand All @@ -480,7 +480,7 @@
"processes",
"pids"
],
"status": "wip"
"status": "beta"
}
],
"practice": [
Expand Down

0 comments on commit f34b829

Please sign in to comment.