Recidiviz / justice-counts-components

A set of React components powering a web app for exploring centralized, standardized metrics on the performance of justice systems across the United States
GNU General Public License v3.0
1 stars 0 forks source link

Cleanly handle empty key insights or flow chart for Corrections #137

Closed colincadams closed 3 years ago

colincadams commented 3 years ago

Description of the change

Prior to this change, if none of the 5 metrics that we will include in Key Insights are present, it is just empty. If none of the metrics in the flow chart are present, but there are chart metrics present, we will put undefined dates in Last Updated and at the top of the flow chart. (If all data is missing the tab will be disabled by #136).

This change handles the missing dates and adds a note to Key Insights. This is merely proposed, I am not a UX designer or copy editor, @hobuobi please review!!

Before:

Screen Shot 2021-08-06 at 5 20 44 PM

After:

Screen Shot 2021-08-06 at 5 20 10 PM

Type of change

Related issues

@hobuobi to fill in with an issue

Checklists

Development

These boxes should be checked by the submitter prior to merging:

Code review

These boxes should be checked by reviewers prior to merging:

hobuobi commented 3 years ago

Suggested changes:

colincadams commented 3 years ago

addressed comments