-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
appWork for frontend appWork for frontend appenhancementNew feature or requestNew feature or requestrefactorWork to refactor part of the codebase.Work to refactor part of the codebase.
Description
The list of metrics available to frontend features are defined in app/site/metrics.js. Currently, the metric config objects contain these fields:
rideshare_pickups_covid: {
name: "Rideshare Pickups Since March 2020",
units: "trips",
format: Formatter.numberInMillions,
fullFormat: Formatter.numberWithCommas,
},In order to responsibly display data on our website, we are missing some important information:
- Source of the data
- Description of the metric
- Methodological information, like sample size or other information needed to interpret the metric
We could add this information to each config object as new fields, or within a field called metadata. Any other ideas for how to design this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
appWork for frontend appWork for frontend appenhancementNew feature or requestNew feature or requestrefactorWork to refactor part of the codebase.Work to refactor part of the codebase.