Skip to content

Commit 7302c9b

Browse files
fix(curriculum): reorder intros for superblock relational-databases-v9 (freeCodeCamp#66294)
1 parent 86f34c5 commit 7302c9b

1 file changed

Lines changed: 29 additions & 35 deletions

File tree

client/i18n/locales/english/intro.json

Lines changed: 29 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -4609,15 +4609,15 @@
46094609
"code-editors": "Code Editors",
46104610
"bash-fundamentals": "Bash Fundamentals",
46114611
"sql-and-postgresql": "SQL and PostgreSQL",
4612+
"lab-celestial-bodies-database": "Build a Celestial Bodies Database",
46124613
"bash-scripting": "Bash Scripting",
46134614
"sql-and-bash": "SQL and Bash",
4614-
"git": "Git",
4615-
"review-relational-databases": "Relational Databases Review",
4616-
"lab-celestial-bodies-database": "Build a Celestial Bodies Database",
46174615
"lab-world-cup-database": "Build a World Cup Database",
46184616
"lab-salon-appointment-scheduler": "Build a Salon Appointment Scheduler",
4617+
"git": "Git",
46194618
"lab-periodic-table-database": "Build a Periodic Table Database",
46204619
"lab-number-guessing-game": "Build a Number Guessing Game",
4620+
"review-relational-databases": "Relational Databases Review",
46214621
"relational-databases-certification-exam": "Relational Databases Certification Exam"
46224622
},
46234623
"blocks": {
@@ -4663,12 +4663,6 @@
46634663
"In this 165-lesson workshop, you will learn the basics of a relational database by creating a PostgreSQL database filled with video game characters."
46644664
]
46654665
},
4666-
"lab-celestial-bodies-database": {
4667-
"title": "Build a Celestial Bodies Database",
4668-
"intro": [
4669-
"For this project, you will build a database of celestial bodies using PostgreSQL."
4670-
]
4671-
},
46724666
"review-sql-and-postgresql": {
46734667
"title": "SQL and PostgreSQL Review",
46744668
"intro": [
@@ -4681,6 +4675,12 @@
46814675
"Test what you've learned about SQL and PostgreSQL with this quiz."
46824676
]
46834677
},
4678+
"lab-celestial-bodies-database": {
4679+
"title": "Build a Celestial Bodies Database",
4680+
"intro": [
4681+
"For this project, you will build a database of celestial bodies using PostgreSQL."
4682+
]
4683+
},
46844684
"lecture-understanding-bash-scripting": {
46854685
"title": "Understanding Bash Scripting",
46864686
"intro": ["Learn about Bash Scripting in these lessons."]
@@ -4722,12 +4722,6 @@
47224722
"In this 140-lesson workshop, you will complete your student database while diving deeper into SQL commands."
47234723
]
47244724
},
4725-
"lab-world-cup-database": {
4726-
"title": "Build a World Cup Database",
4727-
"intro": [
4728-
"For this project, you will create a Bash script that enters information from World Cup games into PostgreSQL, then query the database for useful statistics."
4729-
]
4730-
},
47314725
"workshop-kitty-ipsum-translator": {
47324726
"title": "Build a Kitty Ipsum Translator",
47334727
"intro": [
@@ -4741,12 +4735,6 @@
47414735
"In this 210-lesson workshop, you will build an interactive Bash program that stores rental information for your bike rental shop using PostgreSQL."
47424736
]
47434737
},
4744-
"lab-salon-appointment-scheduler": {
4745-
"title": "Build a Salon Appointment Scheduler",
4746-
"intro": [
4747-
"For this lab, you will create an interactive Bash program that uses PostgreSQL to track the customers and appointments for your salon."
4748-
]
4749-
},
47504738
"review-bash-and-sql": {
47514739
"title": "Bash and SQL Review",
47524740
"intro": [
@@ -4757,6 +4745,18 @@
47574745
"title": "Bash and SQL Quiz",
47584746
"intro": ["Test what you've learned in this quiz on Bash and SQL."]
47594747
},
4748+
"lab-world-cup-database": {
4749+
"title": "Build a World Cup Database",
4750+
"intro": [
4751+
"For this project, you will create a Bash script that enters information from World Cup games into PostgreSQL, then query the database for useful statistics."
4752+
]
4753+
},
4754+
"lab-salon-appointment-scheduler": {
4755+
"title": "Build a Salon Appointment Scheduler",
4756+
"intro": [
4757+
"For this lab, you will create an interactive Bash program that uses PostgreSQL to track the customers and appointments for your salon."
4758+
]
4759+
},
47604760
"lecture-working-with-nano": {
47614761
"title": "Working With Nano",
47624762
"intro": ["Learn about Nano in this lesson."]
@@ -4785,6 +4785,14 @@
47854785
"In this 240-lesson workshop, you will learn how Git keeps track of your code by creating an object containing commonly used SQL commands."
47864786
]
47874787
},
4788+
"review-git": {
4789+
"title": "Git Review",
4790+
"intro": ["Review Git concepts to prepare for the upcoming quiz."]
4791+
},
4792+
"quiz-git": {
4793+
"title": "Git Quiz",
4794+
"intro": ["Test what you've learned on Git with this quiz."]
4795+
},
47884796
"lab-periodic-table-database": {
47894797
"title": "Build a Periodic Table Database",
47904798
"intro": [
@@ -4797,26 +4805,12 @@
47974805
"For this lab, you will use Bash scripting, PostgreSQL, and Git to create a number guessing game that runs in the terminal and saves user information."
47984806
]
47994807
},
4800-
"review-git": {
4801-
"title": "Git Review",
4802-
"intro": ["Review Git concepts to prepare for the upcoming quiz."]
4803-
},
4804-
"quiz-git": {
4805-
"title": "Git Quiz",
4806-
"intro": ["Test what you've learned on Git with this quiz."]
4807-
},
48084808
"review-relational-databases": {
48094809
"title": "Relational Databases Review",
48104810
"intro": [
48114811
"Review relational databases concepts to prepare for the exam."
48124812
]
48134813
},
4814-
"quiz-node-js-core-modules": {
4815-
"title": "NodeJS Core Modules Quiz",
4816-
"intro": [
4817-
"Test what you've learned about Node.js core modules with this quiz."
4818-
]
4819-
},
48204814
"exam-relational-databases-certification": {
48214815
"title": "Relational Databases Certification Exam",
48224816
"intro": [

0 commit comments

Comments
 (0)