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

Setup MetricConfig for MaternalHealth #3306

Open
7 tasks
benhammondmusic opened this issue May 15, 2024 · 0 comments
Open
7 tasks

Setup MetricConfig for MaternalHealth #3306

benhammondmusic opened this issue May 15, 2024 · 0 comments

Comments

@benhammondmusic
Copy link
Collaborator

benhammondmusic commented May 15, 2024

Setting Up the Metric Config

  • For each new data type, add an entry to an existing MetricConfig file, or create a new [Category]MetricConfig.ts file and place them all in there. Each array will translate into a dropdown option of the first object; and placing more than one MetricConfig object in the array will make those configs data type sub-dropdown options (e.g. Jail and Prison, both options under Incarceration).
  • Import the specific metric configuration for your new dataset into the main metric configuration file (e.g., MetricConfig.ts).
  • Within your dataset's configuration file, define unique identifiers (IDs) for each metric and their types (e.g., count, percentage, rate).
  • For each metric, specify how it should be displayed. This includes setting titles for charts, labels for data points, and any special formatting needs.
  • Topic definition: "Maternal deaths per 100,000 live births. Births were modeled using counts of live births among individuals aged 10 to 54 years between 1999 and 2019. Deaths were modeled from death certificate data for pregnant or recently pregnant individuals aged 10 to 54 years. Maternal deaths are coded as deaths that occurred up to 1 year after the end of pregnancy and were coded with the use of the US standard pregnancy question and/or a specific International Statistical Classification of Diseases and Related Health Problems codes."
  • Configure how it should be mapped, including color schemes and value ranges (if applicable).
  • Ensure that the frontend components (e.g., charts, tables, maps) are aware of and can pull configuration from this setup.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant