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 Concept Exercises #2307

Closed
ErikSchierboom opened this issue Jan 29, 2021 · 3 comments
Closed

Update status of Concept Exercises #2307

ErikSchierboom opened this issue Jan 29, 2021 · 3 comments
Milestone

Comments

@ErikSchierboom
Copy link
Member

This issue is part of the migration to v3. You can read full details about the various changes here.

Concept Exercises can have a status specified in their "status" field in their config.json entry, as specified in the spec. This status can be one of four values:

  • "wip": A work-in-progress exercise not ready for public consumption. Exercises with this tag will not be shown to students on the UI or be used for unlocking logic. They may appear for maintainers.
  • "beta": This signifies active exercises that are new and which we would like feedback on. We show a beta label on the site for these exercise, with a Call To Action of "Please give us feedback."
  • "active": The normal state of active exercises
  • "deprecated": Exercises that are no longer shown to students who have not started them (not usable at this stage).

The "status" key can also be omitted, which is the equivalent of setting it to "active".

Goal

The "status" field of Concept Exercises in the config.json file should be updated to reflect the status of the Concept Exercises. See the spec for more information.

If your track doesn't have any Concept Exercises, this issue can be closed.

Example: removed wip status

{
  "exercises": {
    "concept": [
      {
        "uuid": "93fbc7cf-3a7e-4450-ad22-e30129c36bb9",
        "slug": "cars-assemble",
        "name": "Cars, Assemble!",
        "concepts": ["if-statements", "numbers"],
        "prerequisites": ["basics"]
      },
      ...
    ]
  }
}

Example: replaced wip status with active

{
  "exercises": {
    "concept": [
      {
        "uuid": "93fbc7cf-3a7e-4450-ad22-e30129c36bb9",
        "slug": "cars-assemble",
        "name": "Cars, Assemble!",
        "concepts": ["if-statements", "numbers"],
        "prerequisites": ["basics"],
        "status": "active"
      },
      ...
    ]
  }
}

Tracking

exercism/v3-launch#14

@ErikSchierboom ErikSchierboom mentioned this issue Jan 29, 2021
10 tasks
@BethanyG BethanyG added this to the V3 Launch milestone Feb 2, 2021
@BethanyG
Copy link
Member

BethanyG commented Feb 3, 2021

#2319 Updates statuses to reflect current state as of 2/3/21.
But we'll keep this issue open for a while as we hope to move more exercises from WIP to beta before launch.

@BethanyG
Copy link
Member

BethanyG commented Mar 1, 2021

Although we've done an initial pass on the status of these exercises we're keeping this issue open because we expect to move more of the exercises from WIP to beta as we get closer to launch.

@ErikSchierboom ErikSchierboom changed the title [v3] Update status of Concept Exercises Update status of Concept Exercises Aug 17, 2021
@BethanyG
Copy link
Member

BethanyG commented Sep 3, 2021

Closing this. Most of our exercises are now in beta, and we're hoping to move them fully live soonish.

@BethanyG BethanyG closed this as completed Sep 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants