Display metadata about metrics #100
Labels
app
Work for frontend app
enhancement
New feature or request
refactor
Work to refactor part of the codebase.
The list of metrics available to frontend features are defined in
app/site/metrics.js
. Currently, the metric config objects contain these fields:In order to responsibly display data on our website, we are missing some important information:
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?The text was updated successfully, but these errors were encountered: