Skip to content

Commit 542bca1

Browse files
authored
fix(curriculum): rename mario project title (freeCodeCamp#58721)
1 parent 5df991d commit 542bca1

File tree

7 files changed

+29
-29
lines changed

7 files changed

+29
-29
lines changed

client/i18n/locales/english/intro.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -672,8 +672,8 @@
672672
"In this 40-lesson course, you will learn how to edit files in the terminal with Nano while building a castle."
673673
]
674674
},
675-
"learn-relational-databases-by-building-a-mario-database": {
676-
"title": "Learn Relational Databases by Building a Mario Database",
675+
"learn-relational-databases-by-building-a-database-of-video-game-characters": {
676+
"title": "Learn Relational Databases by Building a Database of Video Game Characters",
677677
"intro": [
678678
"A relational database organizes data into tables that are linked together through relationships.",
679679
"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 @@
35383538
"intro": ["Test what you've learned bash commands with this quiz."]
35393539
},
35403540
"voks": { "title": "306", "intro": [] },
3541-
"workshop-mario-database": {
3542-
"title": "Build a Mario Database",
3541+
"workshop-database-of-video-game-characters": {
3542+
"title": "Build a Database of Video Game Characters",
35433543
"intro": [
35443544
"A relational database organizes data into tables that are linked together through relationships.",
35453545
"In this 165-lesson workshop, you will learn the basics of a relational database by creating a PostgreSQL database filled with video game characters."
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "Learn Relational Databases by Building a Database of Video Game Characters",
3+
"isUpcomingChange": false,
4+
"dashedName": "learn-relational-databases-by-building-a-database-of-video-game-characters",
5+
"helpCategory": "Backend Development",
6+
"order": 1,
7+
"superBlock": "relational-database",
8+
"challengeOrder": [
9+
{
10+
"id": "5f2c289f164c29556da632fd",
11+
"title": "Build a Database of Video Game Characters"
12+
}
13+
],
14+
"blockLayout": "project-list"
15+
}

curriculum/challenges/_meta/learn-relational-databases-by-building-a-mario-database/meta.json

Lines changed: 0 additions & 15 deletions
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "Build a Mario Database",
2+
"name": "Build a Database of Video Game Characters",
33
"blockType": "workshop",
44
"blockLayout": "link",
55
"isUpcomingChange": true,
66
"usesMultifileEditor": false,
77
"hasEditableBoundaries": false,
8-
"dashedName": "workshop-mario-database",
8+
"dashedName": "workshop-database-of-video-game-characters",
99
"superBlock": "full-stack-developer",
10-
"challengeOrder": [{ "id": "5f2c289f164c29556da632fd", "title": "Build a Mario Database" }],
10+
"challengeOrder": [{ "id": "5f2c289f164c29556da632fd", "title": "Build a Database of Video Game Characters" }],
1111
"helpCategory": "Backend Development"
1212
}

curriculum/challenges/english/13-relational-databases/learn-relational-databases-by-building-a-mario-database/build-a-mario-database.md renamed 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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
id: 5f2c289f164c29556da632fd
3-
title: Build a Mario Database
3+
title: Build a Database of Video Game Characters
44
challengeType: 12
5-
url: freeCodeCamp/learn-relational-databases-by-building-a-mario-database
6-
dashedName: build-a-mario-database
5+
url: freeCodeCamp/learn-relational-databases-by-building-a-database-of-video-game-characters
6+
dashedName: build-a-database-of-video-game-characters
77
---
88

99
# --description--

curriculum/challenges/english/25-front-end-development/workshop-mario-database/5f2c289f164c29556da632fd.md renamed to curriculum/challenges/english/25-front-end-development/workshop-database-of-video-game-characters/5f2c289f164c29556da632fd.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
id: 5f2c289f164c29556da632fd
3-
title: Build a Mario Database
3+
title: Build a Database of Video Game Characters
44
challengeType: 12
5-
url: freeCodeCamp/learn-relational-databases-by-building-a-mario-database
6-
dashedName: build-a-mario-database
5+
url: freeCodeCamp/learn-relational-databases-by-building-a-database-of-video-game-characters
6+
dashedName: build-a-database-of-video-game-characters
77
---
88

99
# --description--

curriculum/superblock-structure/full-stack.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@
650650
{
651651
"dashedName": "relational-databases",
652652
"blocks": [
653-
{ "dashedName": "workshop-mario-database" },
653+
{ "dashedName": "workshop-database-of-video-game-characters" },
654654
{ "dashedName": "lab-celestial-bodies-database" },
655655
{ "dashedName": "review-relational-database" },
656656
{ "dashedName": "quiz-relational-database" }

0 commit comments

Comments
 (0)