exercism / elm

Exercism exercises in Elm.
https://exercism.org/tracks/elm
MIT License
134 stars 109 forks source link

Update status of track #324

Closed ErikSchierboom closed 3 years ago

ErikSchierboom commented 3 years ago

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's config.json, as specified in the spec.

Goal

The "status" field in the config.json file 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

https://github.com/exercism/v3-launch/issues/12

mpizenberg commented 3 years ago

@ErikSchierboom or @iHiD can we set concept_exercises to true if we have 1 concept exercise for the time being?

iHiD commented 3 years ago

Right now, my thinking is that probably 5 concept exercises are needed. So for now leave it as false. But I’ll make a more final decision once we’ve pot things ready and we can try different tracks with their exercises and see how they feel.

mpizenberg commented 3 years ago

That track has everything activated except analyzers that we do not plan to implement soon so I'd say the status has been updated correctly and this issue can be closed.