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

Bootstrap new Jails tab in the main view #38

Closed jessex closed 3 years ago

jessex commented 3 years ago

Is your feature request related to a problem? Please describe. As described in the new "Category 2: Jails" section of the PRD, we are going to create a new Jails view alongside the existing Corrections view.

Describe the solution you'd like As shown in the mocks:

  1. Create a new tab selector near the top of the view and have "Corrections" select the view that already exists and "Jails" select a new view
  2. Bootstrap that new view with a section including key insight cards, a section including graphs, and a section describing sources at the bottom. All of these components will be filled in by following tickets

Important note: we don't want to merge the changes for this and the following Jails view tickets into the main branch just yet. We want to finalize testing and work on the corrections view and then create a tag/release in the repository, so that we can smoothly hand the release over to our partners for integration, before we start making more changes on main. @jessex will let you know when it's time. For now, we should create a new v2-jails branch and merge new PRs related to the Jails view into there.

Describe alternatives you've considered N/A

Additional context See the new "Category 2: Jails" section of the PRD and the Figma mocks it links to.

jessex commented 3 years ago

This is done on the v2-jails branch which will be merged back to main after our V1 release has been finalized. Closing this out.