Skip to content

Commit

Permalink
Add districts
Browse files Browse the repository at this point in the history
  • Loading branch information
terryttsai committed May 6, 2022
1 parent 3e08e69 commit 3dcf625
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spotlight-client/src/contentApi/sources/us_me.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ import { ageGroup, gender, raceOrEthnicity } from "./methodologyBoilerplate";
// localities for both sentencing and probation
const judicialDistricts: { id: string; label: string }[] = [
{ id: "ALL", label: "All Districts" },
{ id: "AUGUSTA (MAIN OFFICE), ADULT", label: "Augusta (Main Office)" },
{ id: "SOUTH PARIS, ADULT", label: "South Paris" },
{ id: "WISCASSET, ADULT", label: "Wiscasset" },
{ id: "BIDDEFORD, ADULT", label: "Biddeford" },
{ id: "ELLSWORTH, ADULT", label: "Ellsworth" },
{ id: "EXTERNAL_UNKNOWN", label: "Unknown" },
];

const demographicsBoilerplate = `<p>${ageGroup} ${gender} ${raceOrEthnicity}</p>`;
Expand Down

0 comments on commit 3dcf625

Please sign in to comment.