From 19d7843bdbded5e344b4e4661125f7fe4725378e Mon Sep 17 00:00:00 2001 From: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com> Date: Mon, 16 Sep 2024 18:40:29 -0700 Subject: [PATCH] feat(curriculum): adding bike rental shop to cert (#56128) Co-authored-by: Tom <20648924+moT01@users.noreply.github.com> --- client/i18n/locales/english/intro.json | 7 ++++++- .../workshop-bike-rental-shop/index.md | 9 +++++++++ .../_meta/workshop-bike-rental-shop/meta.json | 12 ++++++++++++ .../5f5b969a05380d2179fe6e18.md | 19 +++++++++++++++++++ 4 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 client/src/pages/learn/front-end-development/workshop-bike-rental-shop/index.md create mode 100644 curriculum/challenges/_meta/workshop-bike-rental-shop/meta.json create mode 100644 curriculum/challenges/english/25-front-end-development/workshop-bike-rental-shop/5f5b969a05380d2179fe6e18.md diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index 911978c42a6..393fa7bffe4 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -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": [ diff --git a/client/src/pages/learn/front-end-development/workshop-bike-rental-shop/index.md b/client/src/pages/learn/front-end-development/workshop-bike-rental-shop/index.md new file mode 100644 index 00000000000..8dff72041eb --- /dev/null +++ b/client/src/pages/learn/front-end-development/workshop-bike-rental-shop/index.md @@ -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. diff --git a/curriculum/challenges/_meta/workshop-bike-rental-shop/meta.json b/curriculum/challenges/_meta/workshop-bike-rental-shop/meta.json new file mode 100644 index 00000000000..0255018e05d --- /dev/null +++ b/curriculum/challenges/_meta/workshop-bike-rental-shop/meta.json @@ -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" +} diff --git a/curriculum/challenges/english/25-front-end-development/workshop-bike-rental-shop/5f5b969a05380d2179fe6e18.md b/curriculum/challenges/english/25-front-end-development/workshop-bike-rental-shop/5f5b969a05380d2179fe6e18.md new file mode 100644 index 00000000000..d8a12d0534c --- /dev/null +++ b/curriculum/challenges/english/25-front-end-development/workshop-bike-rental-shop/5f5b969a05380d2179fe6e18.md @@ -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--