Skip to content

Commit

Permalink
Add Portal disposition methods so more offenses show on petitions
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebecca Drabenstott committed Sep 5, 2024
1 parent c8a3152 commit cb8c8ca
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions dear_petition/petition/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,17 +112,23 @@
PORTAL_DISPOSITION_METHODS_DISMISSED = (
"VD-District Dismissals w/o Leave by DA - No Plea Agreement",
"VD-Superior Dismissals w/o Leave by DA - No Plea Agreement",
"VD-District Dismissals w/o Leave by DA - Per Plea Agreement",
"Superior Dismissed by the Court - No Plea Agreement",
"District Dismissed by the Court - No Plea Agreement",
"No Probable Cause Found",
"Superior Deferred Proceeding/Prosecution Dismissal",
)

PORTAL_DISPOSITION_METHODS_NOT_GUILTY = (
"District Not Guilty - Judge",
"Superior Not Guilty - Judge"
"Superior Not Guilty - Judge",
"Not Guilty - Jury",
)

PORTAL_DISPOSITION_METHODS_CONVICTED = (
"District Guilty - Judge",
"Superior Guilty - Judge"
"Superior Guilty - Judge",
"Guilty - Jury",
)

DISP_METHOD_SUPERSEDING_INDICTMENT = "SUPERSEDING INDICTMENT OR PROCESS"
Expand Down

0 comments on commit cb8c8ca

Please sign in to comment.