mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-21 06:02:37 -05:00
fix(curriculum): rename mario project title (#58721)
This commit is contained in:
@@ -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."
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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--
|
||||
@@ -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--
|
||||
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user