Skip to content

Allow to use a challenge element if there is only one challenge in a track #352

Closed

Description

Some tracks only define one challenge:

    {
      "description": "....",
      "indices": [  ],
      "challenges": [
        {
          "name": "index-and-query",
          "description": "...",
          "schedule": [ ]
        }
      ]
    }

To simplify the syntax a bit, we should allow to use the following syntax in this case:

    {
      "description": "....",
      "indices": [  ],
      "challenge": {
          "name": "index-and-query",
          "description": "...",
          "schedule": [ ]
        }
    }

Note how we replaced the challenges array with a single challenge property.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    :Track ManagementNew operations, changes in the track format, track download changes and the like:UsabilityMakes Rally easier to useenhancementImproves the status quo

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions