diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index 293d7469b75..d981d086aec 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -1030,7 +1030,7 @@ } }, "the-odin-project": { - "title": "The Odin Project", + "title": "The Odin Project (Beta)", "intro": [ "The Odin Project is one of those \"What I wish I had when I was learning\" resources. ", "Not everyone has access to a computer science education or the funds to attend an intensive coding school and neither of those is right for everyone anyway.", diff --git a/curriculum/challenges/_meta/top-build-a-recipe-project/meta.json b/curriculum/challenges/_meta/top-build-a-recipe-project/meta.json index 6f93ca6ce42..f620f8c3414 100644 --- a/curriculum/challenges/_meta/top-build-a-recipe-project/meta.json +++ b/curriculum/challenges/_meta/top-build-a-recipe-project/meta.json @@ -1,6 +1,6 @@ { "name": "TOP build a recipe project", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "top-build-a-recipe-project", "helpCategory": "Odin", "order": 3, diff --git a/curriculum/challenges/_meta/top-introduction-to-flexbox/meta.json b/curriculum/challenges/_meta/top-introduction-to-flexbox/meta.json index 39dae2e5c8a..3dd2239f87e 100644 --- a/curriculum/challenges/_meta/top-introduction-to-flexbox/meta.json +++ b/curriculum/challenges/_meta/top-introduction-to-flexbox/meta.json @@ -1,6 +1,6 @@ { "name": "TOP Introudction to Flexbox", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "top-introduction-to-flexbox", "helpCategory": "Odin", "order": 9, diff --git a/curriculum/challenges/_meta/top-learn-block-and-inline/meta.json b/curriculum/challenges/_meta/top-learn-block-and-inline/meta.json index 73926920715..c6f4ab20d0c 100644 --- a/curriculum/challenges/_meta/top-learn-block-and-inline/meta.json +++ b/curriculum/challenges/_meta/top-learn-block-and-inline/meta.json @@ -1,6 +1,6 @@ { "name": "TOP Learn Block and Inline", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "top-learn-block-and-inline", "helpCategory": "Odin", "order": 8, diff --git a/curriculum/challenges/_meta/top-learn-css-foundations-projects/meta.json b/curriculum/challenges/_meta/top-learn-css-foundations-projects/meta.json index f5451909c45..b19829ca4d8 100644 --- a/curriculum/challenges/_meta/top-learn-css-foundations-projects/meta.json +++ b/curriculum/challenges/_meta/top-learn-css-foundations-projects/meta.json @@ -1,6 +1,6 @@ { "name": "TOP Learn CSS Foundations Projects", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "top-learn-css-foundations-projects", "helpCategory": "Odin", "order": 5, diff --git a/curriculum/challenges/_meta/top-learn-css-foundations/meta.json b/curriculum/challenges/_meta/top-learn-css-foundations/meta.json index a1bcb4f2f44..2da83b1ee43 100644 --- a/curriculum/challenges/_meta/top-learn-css-foundations/meta.json +++ b/curriculum/challenges/_meta/top-learn-css-foundations/meta.json @@ -1,6 +1,6 @@ { "name": "TOP Learn CSS Foundations", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "top-learn-css-foundations", "helpCategory": "Odin", "order": 4, diff --git a/curriculum/challenges/_meta/top-learn-css-specificity/meta.json b/curriculum/challenges/_meta/top-learn-css-specificity/meta.json index 384c7447ebc..f956e92c306 100644 --- a/curriculum/challenges/_meta/top-learn-css-specificity/meta.json +++ b/curriculum/challenges/_meta/top-learn-css-specificity/meta.json @@ -1,7 +1,7 @@ { "name": "TOP Learn CSS Specificity", "dashedName": "top-learn-css-specificity", - "isUpcomingChange": true, + "isUpcomingChange": false, "helpCategory": "Odin", "order": 6, "time": "", diff --git a/curriculum/challenges/_meta/top-learn-html-foundations/meta.json b/curriculum/challenges/_meta/top-learn-html-foundations/meta.json index c1c0fab6556..107fee9193e 100644 --- a/curriculum/challenges/_meta/top-learn-html-foundations/meta.json +++ b/curriculum/challenges/_meta/top-learn-html-foundations/meta.json @@ -1,6 +1,6 @@ { "name": "TOP Learn HTML Foundations", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "top-learn-html-foundations", "helpCategory": "Odin", "order": 0, diff --git a/curriculum/challenges/_meta/top-links-and-images/meta.json b/curriculum/challenges/_meta/top-links-and-images/meta.json index 63efd00e77f..fc79d4512fd 100644 --- a/curriculum/challenges/_meta/top-links-and-images/meta.json +++ b/curriculum/challenges/_meta/top-links-and-images/meta.json @@ -1,6 +1,6 @@ { "name": "TOP Links and Images", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "top-links-and-images", "helpCategory": "Odin", "order": 2, diff --git a/curriculum/challenges/_meta/top-the-box-model/meta.json b/curriculum/challenges/_meta/top-the-box-model/meta.json index 4e1e3c9274b..e9795836676 100644 --- a/curriculum/challenges/_meta/top-the-box-model/meta.json +++ b/curriculum/challenges/_meta/top-the-box-model/meta.json @@ -1,6 +1,6 @@ { "name": "TOP Learn Box Model", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "top-the-box-model", "helpCategory": "Odin", "order": 7, diff --git a/curriculum/challenges/_meta/top-working-with-text/meta.json b/curriculum/challenges/_meta/top-working-with-text/meta.json index 0656c33dfeb..683c1fbcedc 100644 --- a/curriculum/challenges/_meta/top-working-with-text/meta.json +++ b/curriculum/challenges/_meta/top-working-with-text/meta.json @@ -1,6 +1,6 @@ { "name": "TOP Working with Text", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "top-working-with-text", "helpCategory": "Odin", "order": 1, diff --git a/shared/config/superblocks.ts b/shared/config/superblocks.ts index fda96859fef..c6d6a6c4f7e 100644 --- a/shared/config/superblocks.ts +++ b/shared/config/superblocks.ts @@ -73,6 +73,7 @@ export const superBlockOrder: SuperBlockOrder = { [SuperBlockStages.English]: [SuperBlocks.A2English], [SuperBlockStages.Professional]: [SuperBlocks.FoundationalCSharp], [SuperBlockStages.Extra]: [ + SuperBlocks.TheOdinProject, SuperBlocks.CodingInterviewPrep, SuperBlocks.ProjectEuler, SuperBlocks.RosettaCode @@ -81,7 +82,6 @@ export const superBlockOrder: SuperBlockOrder = { [SuperBlockStages.New]: [], [SuperBlockStages.Upcoming]: [ SuperBlocks.JsAlgoDataStructNew, - SuperBlocks.TheOdinProject, SuperBlocks.ExampleCertification, SuperBlocks.UpcomingPython ]