Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update status of track #324

Closed
Tracked by #326
ErikSchierboom opened this issue Jan 29, 2021 · 3 comments
Closed
Tracked by #326

Update status of track #324

ErikSchierboom opened this issue Jan 29, 2021 · 3 comments
Labels
x:action/improve Improve existing functionality/content x:knowledge/elementary Little Exercism knowledge required x:size/tiny Tiny amount of work x:type/content Work on content (e.g. exercises, concepts)

Comments

@ErikSchierboom
Copy link
Member

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

exercism/v3-launch#12

@ErikSchierboom ErikSchierboom mentioned this issue Jan 29, 2021
10 tasks
@mpizenberg
Copy link
Member

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

@iHiD
Copy link
Member

iHiD commented Jan 30, 2021

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.

@ErikSchierboom ErikSchierboom changed the title [v3] Update status of track Update status of track Aug 17, 2021
@ErikSchierboom ErikSchierboom added x:action/improve Improve existing functionality/content x:knowledge/elementary Little Exercism knowledge required x:size/tiny Tiny amount of work x:type/content Work on content (e.g. exercises, concepts) labels Aug 18, 2021
@mpizenberg
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
x:action/improve Improve existing functionality/content x:knowledge/elementary Little Exercism knowledge required x:size/tiny Tiny amount of work x:type/content Work on content (e.g. exercises, concepts)
Projects
None yet
Development

No branches or pull requests

3 participants