mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-16 21:06:35 +08:00
feat(curriculum): adding bike rental shop to cert (#56128)
Some checks failed
i18n - Build Validation / Validate i18n Builds (20.x) (push) Has been cancelled
i18n - Download Client UI / Client (push) Has been cancelled
CI - E2E - 3rd party donation tests / Build & Test (20.x) (push) Has been cancelled
CI - Node.js / Lint (20.x) (push) Has been cancelled
CI - Node.js / Build (20.x) (push) Has been cancelled
CI - Node.js / Test (20.x) (push) Has been cancelled
CI - Node.js / Test - Upcoming Changes (20.x) (push) Has been cancelled
CI - Node.js / Test - i18n (italian, 20.x) (push) Has been cancelled
CI - Node.js / Test - i18n (portuguese, 20.x) (push) Has been cancelled
Some checks failed
i18n - Build Validation / Validate i18n Builds (20.x) (push) Has been cancelled
i18n - Download Client UI / Client (push) Has been cancelled
CI - E2E - 3rd party donation tests / Build & Test (20.x) (push) Has been cancelled
CI - Node.js / Lint (20.x) (push) Has been cancelled
CI - Node.js / Build (20.x) (push) Has been cancelled
CI - Node.js / Test (20.x) (push) Has been cancelled
CI - Node.js / Test - Upcoming Changes (20.x) (push) Has been cancelled
CI - Node.js / Test - i18n (italian, 20.x) (push) Has been cancelled
CI - Node.js / Test - i18n (portuguese, 20.x) (push) Has been cancelled
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
This commit is contained in:
parent
b1b371c72a
commit
19d7843bdb
@ -2240,7 +2240,12 @@
|
||||
"In this 140-lesson workshop, you will learn some more complex commands, and the details of how commands work."
|
||||
]
|
||||
},
|
||||
"wgfc": { "title": "350", "intro": [] },
|
||||
"workshop-bike-rental-shop": {
|
||||
"title": "Build a Bike Rental Shop",
|
||||
"intro": [
|
||||
"In this 210-lesson workshop, you will build an interactive Bash program that stores rental information for your bike rental shop using PostgreSQL."
|
||||
]
|
||||
},
|
||||
"lab-salon-appointment-scheduler": {
|
||||
"title": "Build a Salon Appointment Scheduler",
|
||||
"intro": [
|
||||
|
||||
@ -0,0 +1,9 @@
|
||||
---
|
||||
title: Introduction to the Build a Bike Rental Shop
|
||||
block: workshop-bike-rental-shop
|
||||
superBlock: front-end-development
|
||||
---
|
||||
|
||||
## Introduction to the Build a Bike Rental Shop
|
||||
|
||||
This is a test for the new project-based curriculum.
|
||||
@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "Build a Bike Rental Shop",
|
||||
"blockType": "workshop",
|
||||
"isUpcomingChange": true,
|
||||
"usesMultifileEditor": false,
|
||||
"hasEditableBoundaries": false,
|
||||
"dashedName": "workshop-bike-rental-shop",
|
||||
"order": 350,
|
||||
"superBlock": "front-end-development",
|
||||
"challengeOrder": [{ "id": "5f5b969a05380d2179fe6e18", "title": "Build a Bike Rental Shop" }],
|
||||
"helpCategory": "Backend Development"
|
||||
}
|
||||
@ -0,0 +1,19 @@
|
||||
---
|
||||
id: 5f5b969a05380d2179fe6e18
|
||||
title: Build a Bike Rental Shop
|
||||
challengeType: 12
|
||||
url: freeCodeCamp/learn-bash-and-sql-by-building-a-bike-rental-shop
|
||||
dashedName: build-a-bike-rental-shop
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
In this 210-lesson workshop, you will build an interactive Bash program that stores rental information for your bike rental shop using PostgreSQL.
|
||||
|
||||
# --instructions--
|
||||
|
||||
# --hints--
|
||||
|
||||
# --seed--
|
||||
|
||||
# --solutions--
|
||||
Loading…
Reference in New Issue
Block a user