feature(map): move locked static challenges to seed files

This commit is contained in:
Berkeley Martinez
2016-06-22 14:57:44 -07:00
parent 1f02e31894
commit 3b02495631
6 changed files with 70 additions and 138 deletions

View File

@@ -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"
}
]
}