feature(map): move locked static challenges to seed files
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Nonprofit Projects",
|
||||
"order": 22,
|
||||
"time": "800 Hours",
|
||||
"isLocked": true,
|
||||
"message": "To qualify for these nonprofit projects, you must first earn all three foundational certifications: Front End, Data Visualization, and Back End",
|
||||
"challenges": [
|
||||
{
|
||||
"title": "Greenfield Nonprofit Project #1",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"title": "Greenfield Nonprofit Project #2",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"title": "Legacy Code Nonprofit Project #1",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"title": "Legacy Code Nonprofit Project #2",
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"title": "Claim your Full Stack Development Certification"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "Coding Interview Training",
|
||||
"order": 23,
|
||||
"time": "70 Hours",
|
||||
"isLocked": true,
|
||||
"message": "To qualify for these nonprofit projects, you must first earn all three foundational certifications: Front End, Data Visualization, and Back End",
|
||||
"challenges": [
|
||||
{
|
||||
"title": "Soft Skill Training"
|
||||
},
|
||||
{
|
||||
"title": "Critical Thinking Training"
|
||||
},
|
||||
{
|
||||
"title": "Whiteboard Coding Training"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "Mock Interviews",
|
||||
"order": 24,
|
||||
"time": "10 Hours",
|
||||
"isLocked": true,
|
||||
"message": "To qualify for these nonprofit projects, you must first earn all three foundational certifications: Front End, Data Visualization, and Back End",
|
||||
"challenges": [
|
||||
{
|
||||
"title": "Mock Interview #1"
|
||||
},
|
||||
{
|
||||
"title": "Mock Interview #2"
|
||||
},
|
||||
{
|
||||
"title": "Mock Interview #3"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user