-
-
Notifications
You must be signed in to change notification settings - Fork 89
Update status of track #450
Copy link
Copy link
Open
Labels
x:action/improveImprove existing functionality/contentImprove existing functionality/contentx:knowledge/elementaryLittle Exercism knowledge requiredLittle Exercism knowledge requiredx:size/tinyTiny amount of workTiny amount of workx:type/contentWork on content (e.g. exercises, concepts)Work on content (e.g. exercises, concepts)
Milestone
Metadata
Metadata
Assignees
Labels
x:action/improveImprove existing functionality/contentImprove existing functionality/contentx:knowledge/elementaryLittle Exercism knowledge requiredLittle Exercism knowledge requiredx:size/tinyTiny amount of workTiny amount of workx:type/contentWork on content (e.g. exercises, concepts)Work on content (e.g. exercises, concepts)
This issue is part of the migration to v3. You can read full details about the various changes here.
There are several new features in Exercism v3 for tracks to build. To selectively enable these features on the Exercism v3 website, each track must keep track of the status of the following features:
The status of these features is specified in the top-level
"status"field in the track'sconfig.json, as specified in the spec.Goal
The
"status"field in theconfig.jsonfile should be updated to indicate the status of the features for this track. The list of features is defined in the spec.Example
{ "status": { "concept_exercises": true, "test_runner": true, "representer": false, "analyzer": false } }Tracking
exercism/v3-launch#12