From 3e3c843cc35e3ec242fdb442b6fc93b9d2c7e46e Mon Sep 17 00:00:00 2001 From: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com> Date: Thu, 2 Oct 2025 03:12:14 -0700 Subject: [PATCH] feat(curriculum): adding data visualization module (#62448) --- client/i18n/locales/english/intro.json | 7 +++++++ curriculum/structure/superblocks/full-stack-developer.json | 5 +++++ 2 files changed, 12 insertions(+) diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index 23fd2821772..bfd7a9566bd 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -1818,6 +1818,7 @@ "performance": "Performance", "testing": "Testing", "css-libraries-and-frameworks": "CSS Libraries and Frameworks", + "data-visualization": "Data Visualization and D3", "typescript-fundamentals": "TypeScript Fundamentals", "review-front-end-libraries": "Front End Libraries Review", "exam-front-end-libraries": "Front End Libraries Exam", @@ -1868,6 +1869,12 @@ "In this module, you will be introduced to CSS libraries, frameworks, and preprocessors, including Tailwind CSS, Bootstrap, and Sass. You will build out various components using Tailwind CSS and test your knowledge of these tools with a short quiz." ] }, + "data-visualization": { + "note": "Coming Winter 2025", + "intro": [ + "In this module, you will be introduced to data visualization and learn how to work with the D3 library." + ] + }, "typescript-fundamentals": { "note": "Coming Fall 2025", "intro": [ diff --git a/curriculum/structure/superblocks/full-stack-developer.json b/curriculum/structure/superblocks/full-stack-developer.json index 98d8cae8938..ff917d38817 100644 --- a/curriculum/structure/superblocks/full-stack-developer.json +++ b/curriculum/structure/superblocks/full-stack-developer.json @@ -637,6 +637,11 @@ "quiz-css-libraries-and-frameworks" ] }, + { + "dashedName": "data-visualization", + "comingSoon": true, + "blocks": [] + }, { "dashedName": "typescript-fundamentals", "comingSoon": true,