Skip to content

Feature Request: Use semantic versioning for dictionaries #142

@rosibaj

Description

@rosibaj

When submitting a new dictionary, only x.xx versions are allowed.,

We have run into issues with this in the ARGO implementation - three levels of version would help with dictionary version management, i.e x.x.x

image

For example:

curl --location --request POST 'https://lectern.qa.argo.cancercollaboratory.org/dictionaries' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <Ego JET here>
--data-raw '
{
    "name": "ICGC-ARGO Data Dictionary-TeST VERSIONS",
    "version": "1.10.1",
    "references": {-dict info-},
    "schemas": [-dict info-]
}
`

Metadata

Metadata

Assignees

No one assigned

    Labels

    new-featureRequest is a new feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions