CDCgov / ReportVision

Intelligent Data Workflow Automation
Apache License 2.0
1 stars 1 forks source link

Update labels.json v2 #211

Closed zdeveloper closed 1 week ago

zdeveloper commented 2 weeks ago

labels.json has been a great start with key/value structure, however, as we look into expanding, we want it to accommodate for more dynamic structure, please update the code base to follow the following format

[
  {
    "label": "nbs_patient_id",
    "type": "text",
    "color": "0,0,255"
  }
]

Acceptance Criteria

Update all existing labels.json to this format Update all pipeline classes to access this format Update api to use this format