diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index 3bb917e7c61..e49c8c6b23d 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -1834,10 +1834,12 @@ "review-python": "Python Review", "exam-python": "Python Exam", "bash-fundamentals": "Bash Fundamentals", - "relational-databases": "Relational Databases", + "sql-and-postgresql": "SQL and PostgreSQL", "bash-scripting": "Bash Scripting", "sql-and-bash": "SQL and Bash", "git": "Git", + "review-relational-databases": "Relational Databases Review", + "exam-relational-databases": "Relational Databases Exam", "introduction-to-nodejs": "Introduction to Node.js", "nodejs-core-libraries": "Node.js Core Libraries", "node-package-manager": "Node Package Manager", @@ -1946,7 +1948,7 @@ "In this module, you will learn about the command line and common Bash commands. Then you will practice your skills with a workshop and take a short quiz to test your knowledge." ] }, - "relational-databases": { + "sql-and-postgresql": { "note": "Coming Winter 2025", "intro": [ "In this module, you will learn how to work with relational databases which store data as collections in tables. Some of the concepts you will learn about include inserting and viewing table data, primary and foreign keys in SQL, and more. Then you will build out a workshop and lab to practice these concepts and take a short quiz to test your knowledge." @@ -4858,16 +4860,16 @@ "For this project, you will build a database of celestial bodies using PostgreSQL." ] }, - "review-relational-database": { - "title": "Relational Database Review", + "review-sql-and-postgresql": { + "title": "SQL and PostgreSQL Review", "intro": [ - "Review the Relational Database concepts to prepare for the upcoming quiz." + "Review SQL and PostgreSQL concepts to prepare for the upcoming quiz." ] }, - "quiz-relational-database": { - "title": "Relational Database Quiz", + "quiz-sql-and-postgresql": { + "title": "SQL and PostgreSQL Quiz", "intro": [ - "Test what you've learned on relational databases with this quiz." + "Test what you've learned about SQL and PostgreSQL with this quiz." ] }, "lecture-understanding-bash-scripting": { diff --git a/client/src/pages/learn/full-stack-developer/quiz-relational-database/index.md b/client/src/pages/learn/full-stack-developer/quiz-relational-database/index.md deleted file mode 100644 index 8f4dd71ad0a..00000000000 --- a/client/src/pages/learn/full-stack-developer/quiz-relational-database/index.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Introduction to the Relational Database Quiz -block: quiz-relational-database -superBlock: full-stack-developer ---- - -## Introduction to the Relational Database Quiz - -Test what you've learned in this quiz on Relational Databases. diff --git a/client/src/pages/learn/full-stack-developer/quiz-sql-and-postgresql/index.md b/client/src/pages/learn/full-stack-developer/quiz-sql-and-postgresql/index.md new file mode 100644 index 00000000000..fb8ff75145b --- /dev/null +++ b/client/src/pages/learn/full-stack-developer/quiz-sql-and-postgresql/index.md @@ -0,0 +1,9 @@ +--- +title: Introduction to the SQL and PostgreSQL Quiz +block: quiz-sql-and-postgresql +superBlock: full-stack-developer +--- + +## Introduction to the SQL and PostgreSQL Quiz + +Test what you've learned in this quiz on SQL and PostgreSQL. diff --git a/client/src/pages/learn/full-stack-developer/review-relational-database/index.md b/client/src/pages/learn/full-stack-developer/review-relational-database/index.md deleted file mode 100644 index 64ba810edfd..00000000000 --- a/client/src/pages/learn/full-stack-developer/review-relational-database/index.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Introduction to the Relational Database Review -block: review-relational-database -superBlock: full-stack-developer ---- - -## Introduction to the Relational Database Review - -Review the Relational Database concepts to prepare for the upcoming quiz. diff --git a/client/src/pages/learn/full-stack-developer/review-sql-and-postgresql/index.md b/client/src/pages/learn/full-stack-developer/review-sql-and-postgresql/index.md new file mode 100644 index 00000000000..1a919af02c7 --- /dev/null +++ b/client/src/pages/learn/full-stack-developer/review-sql-and-postgresql/index.md @@ -0,0 +1,9 @@ +--- +title: Introduction to the SQL and PostgreSQL Review +block: review-sql-and-postgresql +superBlock: full-stack-developer +--- + +## Introduction to the SQL and PostgreSQL Review + +Review SQL and PostgreSQL concepts to prepare for the upcoming quiz. diff --git a/curriculum/challenges/english/blocks/quiz-relational-database/66f1af82732957c895f0b21a.md b/curriculum/challenges/english/blocks/quiz-sql-and-postgresql/66f1af82732957c895f0b21a.md similarity index 98% rename from curriculum/challenges/english/blocks/quiz-relational-database/66f1af82732957c895f0b21a.md rename to curriculum/challenges/english/blocks/quiz-sql-and-postgresql/66f1af82732957c895f0b21a.md index 12d5f72c5ba..e301dd21106 100644 --- a/curriculum/challenges/english/blocks/quiz-relational-database/66f1af82732957c895f0b21a.md +++ b/curriculum/challenges/english/blocks/quiz-sql-and-postgresql/66f1af82732957c895f0b21a.md @@ -1,8 +1,8 @@ --- id: 66f1af82732957c895f0b21a -title: Relational Database Quiz +title: SQL and PostgreSQL Quiz challengeType: 8 -dashedName: quiz-relational-database +dashedName: quiz-sql-and-postgresql --- # --description-- diff --git a/curriculum/challenges/english/blocks/review-relational-database/6724e3d6e1cb0c1fec3a8e4f.md b/curriculum/challenges/english/blocks/review-sql-and-postgresql/6724e3d6e1cb0c1fec3a8e4f.md similarity index 98% rename from curriculum/challenges/english/blocks/review-relational-database/6724e3d6e1cb0c1fec3a8e4f.md rename to curriculum/challenges/english/blocks/review-sql-and-postgresql/6724e3d6e1cb0c1fec3a8e4f.md index c0671451b19..379c086e608 100644 --- a/curriculum/challenges/english/blocks/review-relational-database/6724e3d6e1cb0c1fec3a8e4f.md +++ b/curriculum/challenges/english/blocks/review-sql-and-postgresql/6724e3d6e1cb0c1fec3a8e4f.md @@ -1,8 +1,8 @@ --- id: 6724e3d6e1cb0c1fec3a8e4f -title: Relational Database Review +title: SQL and PostgreSQL Review challengeType: 31 -dashedName: review-relational-database +dashedName: review-sql-and-postgresql --- # --description-- @@ -389,4 +389,4 @@ CREATE DATABASE database_name; # --assignment-- -Review the Relational Database topics and concepts. +Review SQL and PostgreSQL topics and concepts. diff --git a/curriculum/structure/blocks/lab-celestial-bodies-database.json b/curriculum/structure/blocks/lab-celestial-bodies-database.json index 7995d072c43..f7fd3a4d65c 100644 --- a/curriculum/structure/blocks/lab-celestial-bodies-database.json +++ b/curriculum/structure/blocks/lab-celestial-bodies-database.json @@ -2,7 +2,7 @@ "name": "Build a Celestial Bodies Database", "blockType": "lab", "blockLayout": "link", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "lab-celestial-bodies-database", "challengeOrder": [ { diff --git a/curriculum/structure/blocks/lab-number-guessing-game.json b/curriculum/structure/blocks/lab-number-guessing-game.json index 6c9b8996325..f562273c348 100644 --- a/curriculum/structure/blocks/lab-number-guessing-game.json +++ b/curriculum/structure/blocks/lab-number-guessing-game.json @@ -2,7 +2,7 @@ "name": "Build a Number Guessing Game", "blockType": "lab", "blockLayout": "link", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "lab-number-guessing-game", "challengeOrder": [ { diff --git a/curriculum/structure/blocks/lab-periodic-table-database.json b/curriculum/structure/blocks/lab-periodic-table-database.json index d6aa19706f1..416785868bc 100644 --- a/curriculum/structure/blocks/lab-periodic-table-database.json +++ b/curriculum/structure/blocks/lab-periodic-table-database.json @@ -2,7 +2,7 @@ "name": "Build a Periodic Table Database", "blockType": "lab", "blockLayout": "link", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "lab-periodic-table-database", "challengeOrder": [ { diff --git a/curriculum/structure/blocks/lab-salon-appointment-scheduler.json b/curriculum/structure/blocks/lab-salon-appointment-scheduler.json index 8e6b322adeb..67a7404a17e 100644 --- a/curriculum/structure/blocks/lab-salon-appointment-scheduler.json +++ b/curriculum/structure/blocks/lab-salon-appointment-scheduler.json @@ -2,7 +2,7 @@ "name": "Build a Salon Appointment Scheduler", "blockType": "lab", "blockLayout": "link", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "lab-salon-appointment-scheduler", "helpCategory": "Backend Development", "challengeOrder": [ diff --git a/curriculum/structure/blocks/lab-world-cup-database.json b/curriculum/structure/blocks/lab-world-cup-database.json index 7865b4c59ee..6092268e01c 100644 --- a/curriculum/structure/blocks/lab-world-cup-database.json +++ b/curriculum/structure/blocks/lab-world-cup-database.json @@ -2,7 +2,7 @@ "name": "Build a World Cup Database", "blockType": "lab", "blockLayout": "link", - "isUpcomingChange": true, + "isUpcomingChange": false, "usesMultifileEditor": true, "hasEditableBoundaries": true, "dashedName": "lab-world-cup-database", diff --git a/curriculum/structure/blocks/lecture-introduction-to-git-and-github.json b/curriculum/structure/blocks/lecture-introduction-to-git-and-github.json index a8097c3ce7b..5b5a84f604d 100644 --- a/curriculum/structure/blocks/lecture-introduction-to-git-and-github.json +++ b/curriculum/structure/blocks/lecture-introduction-to-git-and-github.json @@ -2,7 +2,7 @@ "name": "Introduction to Git and GitHub", "blockType": "lecture", "blockLayout": "challenge-list", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "lecture-introduction-to-git-and-github", "helpCategory": "Backend Development", "challengeOrder": [ diff --git a/curriculum/structure/blocks/lecture-understanding-bash-scripting.json b/curriculum/structure/blocks/lecture-understanding-bash-scripting.json index 1f7a6368567..d4984783132 100644 --- a/curriculum/structure/blocks/lecture-understanding-bash-scripting.json +++ b/curriculum/structure/blocks/lecture-understanding-bash-scripting.json @@ -2,7 +2,7 @@ "name": "Understanding Bash Scripting", "blockType": "lecture", "blockLayout": "challenge-list", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "lecture-understanding-bash-scripting", "helpCategory": "Backend Development", "challengeOrder": [ diff --git a/curriculum/structure/blocks/lecture-understanding-the-command-line-and-working-with-bash.json b/curriculum/structure/blocks/lecture-understanding-the-command-line-and-working-with-bash.json index a6934676226..602f3a34191 100644 --- a/curriculum/structure/blocks/lecture-understanding-the-command-line-and-working-with-bash.json +++ b/curriculum/structure/blocks/lecture-understanding-the-command-line-and-working-with-bash.json @@ -2,7 +2,7 @@ "name": "Understanding the Command Line and Working with Bash", "blockType": "lecture", "blockLayout": "challenge-list", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "lecture-understanding-the-command-line-and-working-with-bash", "helpCategory": "Backend Development", "challengeOrder": [ diff --git a/curriculum/structure/blocks/lecture-working-with-code-reviews-branching-deployment-and-ci-cd.json b/curriculum/structure/blocks/lecture-working-with-code-reviews-branching-deployment-and-ci-cd.json index 3ad16709470..c8921dd8187 100644 --- a/curriculum/structure/blocks/lecture-working-with-code-reviews-branching-deployment-and-ci-cd.json +++ b/curriculum/structure/blocks/lecture-working-with-code-reviews-branching-deployment-and-ci-cd.json @@ -2,7 +2,7 @@ "name": "Working With Code Reviews, Branching, Deployment, and CI/CD", "blockType": "lecture", "blockLayout": "challenge-list", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "lecture-working-with-code-reviews-branching-deployment-and-ci-cd", "helpCategory": "Backend Development", "challengeOrder": [ diff --git a/curriculum/structure/blocks/lecture-working-with-nano.json b/curriculum/structure/blocks/lecture-working-with-nano.json index 78a8dfc5eb1..60711603e1e 100644 --- a/curriculum/structure/blocks/lecture-working-with-nano.json +++ b/curriculum/structure/blocks/lecture-working-with-nano.json @@ -2,7 +2,7 @@ "name": "Working With Nano", "blockType": "lecture", "blockLayout": "challenge-list", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "lecture-working-with-nano", "helpCategory": "Backend Development", "challengeOrder": [ diff --git a/curriculum/structure/blocks/lecture-working-with-relational-databases.json b/curriculum/structure/blocks/lecture-working-with-relational-databases.json index 0b437d93af4..9df32cc3ae9 100644 --- a/curriculum/structure/blocks/lecture-working-with-relational-databases.json +++ b/curriculum/structure/blocks/lecture-working-with-relational-databases.json @@ -2,7 +2,7 @@ "name": "Working with Relational Databases", "blockType": "lecture", "blockLayout": "challenge-list", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "lecture-working-with-relational-databases", "helpCategory": "Backend Development", "challengeOrder": [ diff --git a/curriculum/structure/blocks/lecture-working-with-sql.json b/curriculum/structure/blocks/lecture-working-with-sql.json index 14c891a8c62..d04912f33f6 100644 --- a/curriculum/structure/blocks/lecture-working-with-sql.json +++ b/curriculum/structure/blocks/lecture-working-with-sql.json @@ -2,7 +2,7 @@ "name": "Working With SQL", "blockType": "lecture", "blockLayout": "challenge-list", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "lecture-working-with-sql", "helpCategory": "Backend Development", "challengeOrder": [ diff --git a/curriculum/structure/blocks/quiz-bash-and-sql.json b/curriculum/structure/blocks/quiz-bash-and-sql.json index f5ffb27869f..3c6f078b4e0 100644 --- a/curriculum/structure/blocks/quiz-bash-and-sql.json +++ b/curriculum/structure/blocks/quiz-bash-and-sql.json @@ -2,7 +2,7 @@ "name": "Bash and SQL Quiz", "blockType": "quiz", "blockLayout": "link", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "quiz-bash-and-sql", "challengeOrder": [ { "id": "66f1affc0ef4fcca423d4688", "title": "Bash and SQL Quiz" } diff --git a/curriculum/structure/blocks/quiz-bash-commands.json b/curriculum/structure/blocks/quiz-bash-commands.json index 027848073d5..4cd71fb84d9 100644 --- a/curriculum/structure/blocks/quiz-bash-commands.json +++ b/curriculum/structure/blocks/quiz-bash-commands.json @@ -2,7 +2,7 @@ "name": "Bash Commands Quiz", "blockType": "quiz", "blockLayout": "link", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "quiz-bash-commands", "challengeOrder": [ { "id": "66f1af4fedf643c78d024c5e", "title": "Bash Commands Quiz" } diff --git a/curriculum/structure/blocks/quiz-bash-scripting.json b/curriculum/structure/blocks/quiz-bash-scripting.json index 2fc6efbb0ac..3091165de67 100644 --- a/curriculum/structure/blocks/quiz-bash-scripting.json +++ b/curriculum/structure/blocks/quiz-bash-scripting.json @@ -2,7 +2,7 @@ "name": "Bash Scripting Quiz", "blockType": "quiz", "blockLayout": "link", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "quiz-bash-scripting", "challengeOrder": [ { "id": "66f1afbd9998e9c985d8e73b", "title": "Bash Scripting Quiz" } diff --git a/curriculum/structure/blocks/quiz-git.json b/curriculum/structure/blocks/quiz-git.json index 1cfaafac4ec..01de6da6266 100644 --- a/curriculum/structure/blocks/quiz-git.json +++ b/curriculum/structure/blocks/quiz-git.json @@ -2,7 +2,7 @@ "name": "Git Quiz", "blockType": "quiz", "blockLayout": "link", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "quiz-git", "challengeOrder": [{ "id": "66f1b06a5a5d10cc100af620", "title": "Git Quiz" }], "helpCategory": "Backend Development" diff --git a/curriculum/structure/blocks/quiz-relational-database.json b/curriculum/structure/blocks/quiz-relational-database.json deleted file mode 100644 index 1c3540a8133..00000000000 --- a/curriculum/structure/blocks/quiz-relational-database.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Relational Database Quiz", - "blockType": "quiz", - "blockLayout": "link", - "isUpcomingChange": true, - "dashedName": "quiz-relational-database", - "challengeOrder": [ - { "id": "66f1af82732957c895f0b21a", "title": "Relational Database Quiz" } - ], - "helpCategory": "Backend Development" -} diff --git a/curriculum/structure/blocks/quiz-sql-and-postgresql.json b/curriculum/structure/blocks/quiz-sql-and-postgresql.json new file mode 100644 index 00000000000..9355afcaf67 --- /dev/null +++ b/curriculum/structure/blocks/quiz-sql-and-postgresql.json @@ -0,0 +1,11 @@ +{ + "name": "SQL and PostgreSQL Quiz", + "blockType": "quiz", + "blockLayout": "link", + "isUpcomingChange": false, + "dashedName": "quiz-sql-and-postgresql", + "challengeOrder": [ + { "id": "66f1af82732957c895f0b21a", "title": "SQL and PostgreSQL Quiz" } + ], + "helpCategory": "Backend Development" +} diff --git a/curriculum/structure/blocks/review-bash-and-sql.json b/curriculum/structure/blocks/review-bash-and-sql.json index 3a5f71596c9..b0248b762f8 100644 --- a/curriculum/structure/blocks/review-bash-and-sql.json +++ b/curriculum/structure/blocks/review-bash-and-sql.json @@ -2,7 +2,7 @@ "name": "Bash and SQL Review", "blockType": "review", "blockLayout": "link", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "review-bash-and-sql", "challengeOrder": [ { "id": "6724e46581a1742244e45b59", "title": "Bash and SQL Review" } diff --git a/curriculum/structure/blocks/review-bash-commands.json b/curriculum/structure/blocks/review-bash-commands.json index 7e4fc21b799..4991175d5f4 100644 --- a/curriculum/structure/blocks/review-bash-commands.json +++ b/curriculum/structure/blocks/review-bash-commands.json @@ -2,7 +2,7 @@ "name": "Bash Commands Review", "blockType": "review", "blockLayout": "link", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "review-bash-commands", "challengeOrder": [ { "id": "6724e387ee098d1ef33108ba", "title": "Bash Commands Review" } diff --git a/curriculum/structure/blocks/review-bash-scripting.json b/curriculum/structure/blocks/review-bash-scripting.json index 06ec77be226..a26984feeb5 100644 --- a/curriculum/structure/blocks/review-bash-scripting.json +++ b/curriculum/structure/blocks/review-bash-scripting.json @@ -2,7 +2,7 @@ "name": "Bash Scripting Review", "blockType": "review", "blockLayout": "link", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "review-bash-scripting", "challengeOrder": [ { "id": "6724e417419c2f211bb41bfc", "title": "Bash Scripting Review" } diff --git a/curriculum/structure/blocks/review-git.json b/curriculum/structure/blocks/review-git.json index ca0ff65b5ae..9a7b47bf437 100644 --- a/curriculum/structure/blocks/review-git.json +++ b/curriculum/structure/blocks/review-git.json @@ -2,7 +2,7 @@ "name": "Git Review", "blockType": "review", "blockLayout": "link", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "review-git", "challengeOrder": [ { "id": "6724e4cfea0c4f2425a9d064", "title": "Git Review" } diff --git a/curriculum/structure/blocks/review-relational-database.json b/curriculum/structure/blocks/review-relational-database.json deleted file mode 100644 index 50899c86635..00000000000 --- a/curriculum/structure/blocks/review-relational-database.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Relational Database Review", - "blockType": "review", - "blockLayout": "link", - "isUpcomingChange": true, - "dashedName": "review-relational-database", - "challengeOrder": [ - { "id": "6724e3d6e1cb0c1fec3a8e4f", "title": "Relational Database Review" } - ], - "helpCategory": "Backend Development" -} diff --git a/curriculum/structure/blocks/review-relational-databases.json b/curriculum/structure/blocks/review-relational-databases.json index 2f3bbd41b71..366dbc21d21 100644 --- a/curriculum/structure/blocks/review-relational-databases.json +++ b/curriculum/structure/blocks/review-relational-databases.json @@ -2,7 +2,7 @@ "name": "Relational Databases Review", "blockType": "review", "blockLayout": "link", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "review-relational-databases", "challengeOrder": [ { "id": "6724e5e321bce627736ea145", "title": "Relational Databases Review" } diff --git a/curriculum/structure/blocks/review-sql-and-postgresql.json b/curriculum/structure/blocks/review-sql-and-postgresql.json new file mode 100644 index 00000000000..e2cccd2174b --- /dev/null +++ b/curriculum/structure/blocks/review-sql-and-postgresql.json @@ -0,0 +1,11 @@ +{ + "name": "SQL and PostgreSQL Review", + "blockType": "review", + "blockLayout": "link", + "isUpcomingChange": false, + "dashedName": "review-sql-and-postgresql", + "challengeOrder": [ + { "id": "6724e3d6e1cb0c1fec3a8e4f", "title": "SQL and PostgreSQL Review" } + ], + "helpCategory": "Backend Development" +} diff --git a/curriculum/structure/blocks/workshop-bash-boilerplate.json b/curriculum/structure/blocks/workshop-bash-boilerplate.json index 7dc68ebb92d..ac60cfdd1da 100644 --- a/curriculum/structure/blocks/workshop-bash-boilerplate.json +++ b/curriculum/structure/blocks/workshop-bash-boilerplate.json @@ -2,7 +2,7 @@ "name": "Build a Boilerplate", "blockType": "workshop", "blockLayout": "link", - "isUpcomingChange": true, + "isUpcomingChange": false, "usesMultifileEditor": false, "hasEditableBoundaries": false, "dashedName": "workshop-bash-boilerplate", diff --git a/curriculum/structure/blocks/workshop-bash-five-programs.json b/curriculum/structure/blocks/workshop-bash-five-programs.json index ea6e7fc2d01..2203148ad5a 100644 --- a/curriculum/structure/blocks/workshop-bash-five-programs.json +++ b/curriculum/structure/blocks/workshop-bash-five-programs.json @@ -2,7 +2,7 @@ "name": "Build Five Programs", "blockType": "workshop", "blockLayout": "link", - "isUpcomingChange": true, + "isUpcomingChange": false, "usesMultifileEditor": false, "hasEditableBoundaries": false, "dashedName": "workshop-bash-five-programs", diff --git a/curriculum/structure/blocks/workshop-bike-rental-shop.json b/curriculum/structure/blocks/workshop-bike-rental-shop.json index ffec3410e3f..5c3bda6791c 100644 --- a/curriculum/structure/blocks/workshop-bike-rental-shop.json +++ b/curriculum/structure/blocks/workshop-bike-rental-shop.json @@ -2,7 +2,7 @@ "name": "Build a Bike Rental Shop", "blockType": "workshop", "blockLayout": "link", - "isUpcomingChange": true, + "isUpcomingChange": false, "usesMultifileEditor": false, "hasEditableBoundaries": false, "dashedName": "workshop-bike-rental-shop", diff --git a/curriculum/structure/blocks/workshop-castle.json b/curriculum/structure/blocks/workshop-castle.json index 368f146f3a2..25b2d04c3fc 100644 --- a/curriculum/structure/blocks/workshop-castle.json +++ b/curriculum/structure/blocks/workshop-castle.json @@ -2,7 +2,7 @@ "name": "Build a Castle", "blockType": "workshop", "blockLayout": "link", - "isUpcomingChange": true, + "isUpcomingChange": false, "usesMultifileEditor": false, "hasEditableBoundaries": false, "dashedName": "workshop-castle", diff --git a/curriculum/structure/blocks/workshop-database-of-video-game-characters.json b/curriculum/structure/blocks/workshop-database-of-video-game-characters.json index dd1635f1a58..356bf1a2bf0 100644 --- a/curriculum/structure/blocks/workshop-database-of-video-game-characters.json +++ b/curriculum/structure/blocks/workshop-database-of-video-game-characters.json @@ -2,7 +2,7 @@ "name": "Build a Database of Video Game Characters", "blockType": "workshop", "blockLayout": "link", - "isUpcomingChange": true, + "isUpcomingChange": false, "usesMultifileEditor": false, "hasEditableBoundaries": false, "dashedName": "workshop-database-of-video-game-characters", diff --git a/curriculum/structure/blocks/workshop-kitty-ipsum-translator.json b/curriculum/structure/blocks/workshop-kitty-ipsum-translator.json index 0c8668fe114..69f637e4198 100644 --- a/curriculum/structure/blocks/workshop-kitty-ipsum-translator.json +++ b/curriculum/structure/blocks/workshop-kitty-ipsum-translator.json @@ -2,7 +2,7 @@ "name": "Build a Kitty Ipsum Translator", "blockType": "workshop", "blockLayout": "link", - "isUpcomingChange": true, + "isUpcomingChange": false, "usesMultifileEditor": false, "hasEditableBoundaries": false, "dashedName": "workshop-kitty-ipsum-translator", diff --git a/curriculum/structure/blocks/workshop-sql-reference-object.json b/curriculum/structure/blocks/workshop-sql-reference-object.json index f4a7c39f555..af690bab235 100644 --- a/curriculum/structure/blocks/workshop-sql-reference-object.json +++ b/curriculum/structure/blocks/workshop-sql-reference-object.json @@ -2,7 +2,7 @@ "name": "Build an SQL Reference Object", "blockType": "workshop", "blockLayout": "link", - "isUpcomingChange": true, + "isUpcomingChange": false, "usesMultifileEditor": false, "hasEditableBoundaries": false, "dashedName": "workshop-sql-reference-object", diff --git a/curriculum/structure/blocks/workshop-sql-student-database-part-1.json b/curriculum/structure/blocks/workshop-sql-student-database-part-1.json index 6f2655ba091..23c52d3b0f1 100644 --- a/curriculum/structure/blocks/workshop-sql-student-database-part-1.json +++ b/curriculum/structure/blocks/workshop-sql-student-database-part-1.json @@ -2,7 +2,7 @@ "name": "Build a Student Database: Part 1", "blockType": "workshop", "blockLayout": "link", - "isUpcomingChange": true, + "isUpcomingChange": false, "usesMultifileEditor": false, "hasEditableBoundaries": false, "dashedName": "workshop-sql-student-database-part-1", diff --git a/curriculum/structure/blocks/workshop-sql-student-database-part-2.json b/curriculum/structure/blocks/workshop-sql-student-database-part-2.json index 115fc3d6f51..a8cac6f5f44 100644 --- a/curriculum/structure/blocks/workshop-sql-student-database-part-2.json +++ b/curriculum/structure/blocks/workshop-sql-student-database-part-2.json @@ -2,7 +2,7 @@ "name": "Build a Student Database: Part 2", "blockType": "workshop", "blockLayout": "link", - "isUpcomingChange": true, + "isUpcomingChange": false, "usesMultifileEditor": false, "hasEditableBoundaries": false, "dashedName": "workshop-sql-student-database-part-2", diff --git a/curriculum/structure/superblocks/full-stack-developer.json b/curriculum/structure/superblocks/full-stack-developer.json index bd1ba6780c3..2866f114591 100644 --- a/curriculum/structure/superblocks/full-stack-developer.json +++ b/curriculum/structure/superblocks/full-stack-developer.json @@ -798,11 +798,9 @@ }, { "dashedName": "relational-databases", - "comingSoon": true, "modules": [ { "dashedName": "bash-fundamentals", - "comingSoon": true, "blocks": [ "lecture-understanding-the-command-line-and-working-with-bash", "workshop-bash-boilerplate", @@ -811,19 +809,17 @@ ] }, { - "dashedName": "relational-databases", - "comingSoon": true, + "dashedName": "sql-and-postgresql", "blocks": [ "lecture-working-with-relational-databases", "workshop-database-of-video-game-characters", "lab-celestial-bodies-database", - "review-relational-database", - "quiz-relational-database" + "review-sql-and-postgresql", + "quiz-sql-and-postgresql" ] }, { "dashedName": "bash-scripting", - "comingSoon": true, "blocks": [ "lecture-understanding-bash-scripting", "workshop-bash-five-programs", @@ -833,7 +829,6 @@ }, { "dashedName": "sql-and-bash", - "comingSoon": true, "blocks": [ "lecture-working-with-sql", "workshop-sql-student-database-part-1", @@ -848,7 +843,6 @@ }, { "dashedName": "git", - "comingSoon": true, "blocks": [ "lecture-working-with-nano", "workshop-castle", @@ -863,7 +857,6 @@ }, { "moduleType": "review", - "comingSoon": true, "dashedName": "review-relational-databases", "blocks": ["review-relational-databases"] }