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

Feature Request: Sorting of some elements in data dictionary #33

Open
3 tasks
rosibaj opened this issue Sep 3, 2019 · 0 comments
Open
3 tasks

Feature Request: Sorting of some elements in data dictionary #33

rosibaj opened this issue Sep 3, 2019 · 0 comments
Labels
new-feature Request is a new feature

Comments

@rosibaj
Copy link
Contributor

rosibaj commented Sep 3, 2019

Detailed Description

Data Curators can submit data to the dictionary in any format - this can result in non-homogeneous data display within the dictionary.

  • Example data: Dictionary 5d696a21ddf130001c9bd20f on argo qa
  • https://lectern.qa.argo.cancercollaboratory.org/dictionaries/5d696a21ddf130001c9bd20f

Requested features:

  • 1. Define the order of properties within a field to be returned - If a user submits theallowed properties correctly, but out of order, then upon fetch of the dictionary they should display correctly. The order of properties within a field should be:
{
         "name": "program_id",
          "description": "Unique identifier of the ARGO program.",
          "valueType": "string",
          "restrictions": {
            "required": true
          "meta": {
            "example": example
}
  • 2. Define the order of properties within a schema - If a user submits the allowed properties correctly, but out of order, then upon fetch of the dictionary they should display correctly. The order of properties within a schema should be:
    {
      "name": "registration",
      "description": "TSV to register Donor-Specimen-Sample data to the ARGO Platform.",
      "key": "submitter_donor_id",
      "fields": []
  • 3. Sort codelists alphabetically; It is easier when viewing the dictionary for enum elements to be listed alphabetically.
@rosibaj rosibaj added the new-feature Request is a new feature label Sep 3, 2019
@andricDu andricDu self-assigned this Sep 5, 2019
@akachru-github akachru-github removed this from the Donkey Kong - Sprint 11 milestone Sep 12, 2019
@rosibaj rosibaj added this to the Donkey Kong - Sprint 13 milestone Sep 18, 2019
@rosibaj rosibaj removed this from the Donkey Kong - Sprint 13 milestone Sep 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature Request is a new feature
Projects
None yet
Development

No branches or pull requests

3 participants