Skip to content

Commit a79319c

Browse files
zairahiraDario-DC
andauthored
feat(curriculum): add user configuration manager lab (freeCodeCamp#60845)
Co-authored-by: Dario-DC <[email protected]>
1 parent ec51058 commit a79319c

File tree

5 files changed

+487
-4
lines changed

5 files changed

+487
-4
lines changed

client/i18n/locales/english/intro.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4257,9 +4257,11 @@
42574257
"In this workshop, you'll practice working with dictionaries and sets while validating a collection of medical data."
42584258
]
42594259
},
4260-
"lab-placeholder-dictionaries-and-sets": {
4261-
"title": "Placeholder - waiting for title",
4262-
"intro": [""]
4260+
"lab-user-configuration-manager": {
4261+
"title": "Build a User Configuration Manager",
4262+
"intro": [
4263+
"In this lab, you will practice working with dictionaries in Python."
4264+
]
42634265
},
42644266
"review-dictionaries-and-sets": {
42654267
"title": "Dictionaries and Sets review",
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Introduction to the Build a User Configuration Manager
3+
block: lab-user-configuration-manager
4+
superBlock: full-stack-developer
5+
---
6+
7+
## Introduction to the Build a User Configuration Manager
8+
9+
In this lab you will practice dictionaries in Python by building a small app that manages user configuration settings.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "Build a User Configuration Manager",
3+
"isUpcomingChange": true,
4+
"dashedName": "lab-user-configuration-manager",
5+
"superBlock": "full-stack-developer",
6+
"challengeOrder": [
7+
{
8+
"id": "684aaf9ec670c68d20efd0d0",
9+
"title": "Build a User Configuration Manager"
10+
}
11+
],
12+
"blockLayout": "link",
13+
"blockType": "lab",
14+
"helpCategory": "Python"
15+
}

0 commit comments

Comments
 (0)