Skip to content

Releases: Recidiviz/justice-counts

Publisher v1.4.1

05 Dec 18:29
8b6b4b6
Compare
Choose a tag to compare

What's Changed

  • [Frontend] Remove react imports in agency dashboard by @terryttsai in #111
  • Metric Configuration Store (1/2) by @mxosman in #128
  • Redesigned data entry page by @ivan-kishko in #133
  • Bump loader-utils from 2.0.2 to 2.0.3 by @dependabot in #141
  • Bump @types/reach__router from 1.3.10 to 1.3.11 by @dependabot in #68
  • Bump eslint-plugin-react from 7.31.8 to 7.31.10 by @dependabot in #87
  • Bump react-modal from 3.15.1 to 3.16.1 by @dependabot in #124
  • [Justice Counts] Fix data entry form bug when navigating back from publish confirm page by @terryttsai in #148
  • Bump @testing-library/user-event from 13.5.0 to 14.4.3 by @dependabot in #67
  • Bump @recidiviz/design-system from 2.7.0 to 4.1.0 by @dependabot in #86
  • [Frontend][Publisher][Bug] Fix metric count in header inside review page by @ivan-kishko in #147
  • [Agency Dashboard] Dashboard UI scaffolding 1/n by @terryttsai in #146
  • FormStore: Remove Context Validation by @mxosman in #161
  • [Agency Dashboard] About Modal by @terryttsai in #158
  • include FY/CY details for annual reports by @nichelle-hall in #160
  • revert eslint rule to disable requiring react in jsx scope by @terryttsai in #163
  • Race & Ethnicity: UI Scaffolding (1/2) by @mxosman in #142
  • display report creation error when there are overlapping report dates by @nichelle-hall in #164
  • fix month off by one error for report frequency by @nichelle-hall in #168
  • Race & Ethnicities: Data Entry Page (+ TabbedDisaggregations Refactor) by @mxosman in #167
  • add month name to all annual frequencies by @nichelle-hall in #171
  • [Agency Dashboard] Responsive layout for data viz page by @terryttsai in #169
  • Bump loader-utils from 2.0.3 to 2.0.4 by @dependabot in #162
  • [Frontend][Publisher][Redesign] Implement redesigned Data page by @ivan-kishko in #159
  • Replace all instances of "report" in Publisher by @mxosman in #173
  • Race & Ethnicities (Playtesting Followup): Copy Update by @mxosman in #177
  • Race & Ethnicities (Playtesting Followup): Grey Out Grid When Disaggregation Is Disabled by @mxosman in #178
  • [Agency Dashboard] New dataviz controls design + metric insights placements by @terryttsai in #181
  • update metric settings badges to reflect custom reporting frequency by @nichelle-hall in #172
  • Race & Ethnicities (Playtesting Followup): Group Races by Ethnicities in Data Entry Publish Confirmation by @mxosman in #179
  • [Fix] Settings: Metric Configuration Link by @mxosman in #182
  • Race & Ethnicities (Playtesting Followup): Remove Back To Metrics by @mxosman in #175
  • Race & Ethnicities (Playtesting Followup): Make Callout Box Clickable by @mxosman in #176
  • Race & Ethnicities: Replace activeMetricKey and activeSystem with URL params by @mxosman in #184
  • Race & Ethnicities (Playtesting Followup): Debounce Saving & Send All Dimensions by @mxosman in #174
  • [Agency Dashboard] DataVizStore implementation by @terryttsai in #186
  • Race & Ethnicities: Sorting Races & Quick Fix by @mxosman in #190
  • [Justice Counts] update prisons template for bulk upload with new metrics by @nichelle-hall in #191
  • [Agency Dashboard] Create agency data store to fetch published data by @terryttsai in #189
  • [Publisher] Iowa playtesting fixes by @terryttsai in #197
  • Playtesting Followup: General Styling Fixes by @mxosman in #194
  • Playtesting Followup: Remove additional context subheader by @mxosman in #196
  • Playtesting Followup: FRE Updates by @mxosman in #198

New Contributors

Full Changelog: publisher.v1.1.0...publisher.v1.4.1

Publisher v1.1.0

03 Nov 14:32
e6cb934
Compare
Choose a tag to compare

What's Changed

  • Set up common directory for sharing components between publisher + agency-dashboard by @terryttsai in #61
  • Move BarChart, Tooltip, Legend, GlobalStyles, and shared utils + types into common directory by @terryttsai in #62
  • Upgrade publisher to React 18 to match agency-dashboard + move eslint config to parent directory by @terryttsai in #78
  • Render entire datapoints view in agency dashboard by @terryttsai in #79
  • [Frontend] Move react-scripts to devDependencies by @terryttsai in #98
  • Update readme by @terryttsai in #102
  • Install Jest and run jest tests in common directory & run tests on CI by @terryttsai in #103
  • implement basic agency routing + view metric data viz w/ live data by @terryttsai in #105
  • [Frontend] Implement BaseDatapointsStore class that is shared between our frontend apps by @terryttsai in #114
  • update prisons excel with new breakdowns by @nichelle-hall in #119
  • Settings Feature by @mxosman in #84
  • Implement Redesigned Review Page for Manual Data Entry #89 by @ivan-kishko in #107
  • [Bug] Metric Configuration: MetricBoxes Taking Up Entire Height by @mxosman in #126

New Contributors

Full Changelog: v1.0.0...publisher.v1.1.0

v1.0.0

13 Oct 17:50
96ebcfb
Compare
Choose a tag to compare

What's Changed

  • Allow Dependabot to make automatic PRs to upgrade packages by @phenggeler in #1
  • Add CodeQL scanning for Javascript files by @lilidworkin in #5
  • Rename "template" spreadsheets to "example" spreadsheets by @lilidworkin in #17
  • [Frontend] Clear reports and datapoints state when switching agencies by @terryttsai in #16
  • Require Pull Request Labels on all PRs by @mxosman in #20
  • [Frontend] Logic to transform array of Datapoints into a table, display Review Metrics page with basic styling by @terryttsai in #6
  • Small adjustments to the READMEs by @lilidworkin in #21
  • [Frontend] Data Upload: Error/Warning Page by @mxosman in #19
  • [Frontend] Data Entry Form Test by @mxosman in #22
  • [Frontend] Connect Review Metrics page with Data Upload API by @terryttsai in #23
  • [Frontend] Update RawDatapoint type and fix positive number to expect number input by @terryttsai in #29
  • [Frontend] Fix filtering metrics in review metrics page by @terryttsai in #30
  • [Frontend][Review Metrics] Review Metrics Playtesting follow-ups by @terryttsai in #32
  • [Frontend][Review Metrics] New table style to convey horizontal content by @terryttsai in #34
  • [Frontend][Review Metrics] Show old values by @terryttsai in #36
  • [Frontend] Data Upload v1: Playtesting Followups by @mxosman in #33
  • Make it possible to run frontend against staging backend by @lilidworkin in #39
  • [Justice Counts] change updateOnboardingStatus from PUT to PATCH by @nichelle-hall in #40
  • [Frontend] Data Upload v1: Move Uploaded Files to New Settings Page by @mxosman in #37
  • Adjust Proxy Paths by @mxosman in #42
  • Add autosave to Settings page by @mxosman in #44
  • Updating Supervision template by @lilidworkin in #47
  • Data Upload: Refactor Error/Warning/Success Page by @mxosman in #45
  • Data Entry Form: Dimension Field Wrapping by @mxosman in #49
  • Add /auth path to proxy by @mxosman in #50
  • Data Upload: Playtesting Followups ('Add Data' Button Update, Support Email Update) by @mxosman in #51
  • Data Upload: Playtesting Followup (Update Error/Warning/Success Page Copy) by @mxosman in #53
  • add missing copyright header by @terryttsai in #54
  • Enforce Recidiviz copyright header by @terryttsai in #55
  • Fix period in title by @terryttsai in #60

New Contributors

Full Changelog: https://github.com/Recidiviz/justice-counts/commits/v1.0.0