diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index 76ace6390c7..2c7a599d9d9 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -672,8 +672,8 @@ "In this 40-lesson course, you will learn how to edit files in the terminal with Nano while building a castle." ] }, - "learn-relational-databases-by-building-a-mario-database": { - "title": "Learn Relational Databases by Building a Mario Database", + "learn-relational-databases-by-building-a-database-of-video-game-characters": { + "title": "Learn Relational Databases by Building a Database of Video Game Characters", "intro": [ "A relational database organizes data into tables that are linked together through relationships.", "In this 165-lesson course, you will learn the basics of a relational database by creating a PostgreSQL database filled with video game characters." @@ -3538,8 +3538,8 @@ "intro": ["Test what you've learned bash commands with this quiz."] }, "voks": { "title": "306", "intro": [] }, - "workshop-mario-database": { - "title": "Build a Mario Database", + "workshop-database-of-video-game-characters": { + "title": "Build a Database of Video Game Characters", "intro": [ "A relational database organizes data into tables that are linked together through relationships.", "In this 165-lesson workshop, you will learn the basics of a relational database by creating a PostgreSQL database filled with video game characters." diff --git a/curriculum/challenges/_meta/learn-relational-databases-by-building-a-database-of-video-game-characters/meta.json b/curriculum/challenges/_meta/learn-relational-databases-by-building-a-database-of-video-game-characters/meta.json new file mode 100644 index 00000000000..f4812a31277 --- /dev/null +++ b/curriculum/challenges/_meta/learn-relational-databases-by-building-a-database-of-video-game-characters/meta.json @@ -0,0 +1,15 @@ +{ + "name": "Learn Relational Databases by Building a Database of Video Game Characters", + "isUpcomingChange": false, + "dashedName": "learn-relational-databases-by-building-a-database-of-video-game-characters", + "helpCategory": "Backend Development", + "order": 1, + "superBlock": "relational-database", + "challengeOrder": [ + { + "id": "5f2c289f164c29556da632fd", + "title": "Build a Database of Video Game Characters" + } + ], + "blockLayout": "project-list" +} \ No newline at end of file diff --git a/curriculum/challenges/_meta/learn-relational-databases-by-building-a-mario-database/meta.json b/curriculum/challenges/_meta/learn-relational-databases-by-building-a-mario-database/meta.json deleted file mode 100644 index 0aa3e584285..00000000000 --- a/curriculum/challenges/_meta/learn-relational-databases-by-building-a-mario-database/meta.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "Learn Relational Databases by Building a Mario Database", - "isUpcomingChange": false, - "dashedName": "learn-relational-databases-by-building-a-mario-database", - "helpCategory": "Backend Development", - "order": 1, - "superBlock": "relational-database", - "challengeOrder": [ - { - "id": "5f2c289f164c29556da632fd", - "title": "Build a Mario Database" - } - ], - "blockLayout": "project-list" -} \ No newline at end of file diff --git a/curriculum/challenges/_meta/workshop-mario-database/meta.json b/curriculum/challenges/_meta/workshop-database-of-video-game-characters/meta.json similarity index 63% rename from curriculum/challenges/_meta/workshop-mario-database/meta.json rename to curriculum/challenges/_meta/workshop-database-of-video-game-characters/meta.json index 158ec9219ce..98a8ebf4abb 100644 --- a/curriculum/challenges/_meta/workshop-mario-database/meta.json +++ b/curriculum/challenges/_meta/workshop-database-of-video-game-characters/meta.json @@ -1,12 +1,12 @@ { - "name": "Build a Mario Database", + "name": "Build a Database of Video Game Characters", "blockType": "workshop", "blockLayout": "link", "isUpcomingChange": true, "usesMultifileEditor": false, "hasEditableBoundaries": false, - "dashedName": "workshop-mario-database", + "dashedName": "workshop-database-of-video-game-characters", "superBlock": "full-stack-developer", - "challengeOrder": [{ "id": "5f2c289f164c29556da632fd", "title": "Build a Mario Database" }], + "challengeOrder": [{ "id": "5f2c289f164c29556da632fd", "title": "Build a Database of Video Game Characters" }], "helpCategory": "Backend Development" } diff --git a/curriculum/challenges/english/13-relational-databases/learn-relational-databases-by-building-a-mario-database/build-a-mario-database.md b/curriculum/challenges/english/13-relational-databases/learn-relational-databases-by-building-a-database-of-video-game-characters/build-a-database-of-video-game-characters.md similarity index 59% rename from curriculum/challenges/english/13-relational-databases/learn-relational-databases-by-building-a-mario-database/build-a-mario-database.md rename to curriculum/challenges/english/13-relational-databases/learn-relational-databases-by-building-a-database-of-video-game-characters/build-a-database-of-video-game-characters.md index 1d7ff246e27..380019af4d1 100644 --- a/curriculum/challenges/english/13-relational-databases/learn-relational-databases-by-building-a-mario-database/build-a-mario-database.md +++ b/curriculum/challenges/english/13-relational-databases/learn-relational-databases-by-building-a-database-of-video-game-characters/build-a-database-of-video-game-characters.md @@ -1,9 +1,9 @@ --- id: 5f2c289f164c29556da632fd -title: Build a Mario Database +title: Build a Database of Video Game Characters challengeType: 12 -url: freeCodeCamp/learn-relational-databases-by-building-a-mario-database -dashedName: build-a-mario-database +url: freeCodeCamp/learn-relational-databases-by-building-a-database-of-video-game-characters +dashedName: build-a-database-of-video-game-characters --- # --description-- diff --git a/curriculum/challenges/english/25-front-end-development/workshop-mario-database/5f2c289f164c29556da632fd.md b/curriculum/challenges/english/25-front-end-development/workshop-database-of-video-game-characters/5f2c289f164c29556da632fd.md similarity index 59% rename from curriculum/challenges/english/25-front-end-development/workshop-mario-database/5f2c289f164c29556da632fd.md rename to curriculum/challenges/english/25-front-end-development/workshop-database-of-video-game-characters/5f2c289f164c29556da632fd.md index 4e11751ca0c..9ac4e122aa8 100644 --- a/curriculum/challenges/english/25-front-end-development/workshop-mario-database/5f2c289f164c29556da632fd.md +++ b/curriculum/challenges/english/25-front-end-development/workshop-database-of-video-game-characters/5f2c289f164c29556da632fd.md @@ -1,9 +1,9 @@ --- id: 5f2c289f164c29556da632fd -title: Build a Mario Database +title: Build a Database of Video Game Characters challengeType: 12 -url: freeCodeCamp/learn-relational-databases-by-building-a-mario-database -dashedName: build-a-mario-database +url: freeCodeCamp/learn-relational-databases-by-building-a-database-of-video-game-characters +dashedName: build-a-database-of-video-game-characters --- # --description-- diff --git a/curriculum/superblock-structure/full-stack.json b/curriculum/superblock-structure/full-stack.json index 4974895f554..0f20135aa29 100644 --- a/curriculum/superblock-structure/full-stack.json +++ b/curriculum/superblock-structure/full-stack.json @@ -650,7 +650,7 @@ { "dashedName": "relational-databases", "blocks": [ - { "dashedName": "workshop-mario-database" }, + { "dashedName": "workshop-database-of-video-game-characters" }, { "dashedName": "lab-celestial-bodies-database" }, { "dashedName": "review-relational-database" }, { "dashedName": "quiz-relational-database" }