-
Notifications
You must be signed in to change notification settings - Fork 6
feat(casework): court-record binder for accused binds and case dates #442
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
gaurav-karki
wants to merge
27
commits into
main
Choose a base branch
from
feat/casework-court-record-binder
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 24 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
118b57e
feat(casework): read a court case and write scalars + a whole list in…
gaurav-karki 9e8e8e7
feat(casework): read a case's whole court record, not just defendant …
gaurav-karki 8dc5a71
feat(casework): derive case start and end dates from the court record
gaurav-karki a20321d
test(casework): prove deciding_hearing picks by max date, not filter …
gaurav-karki 9dffe05
feat(casework): resolve court defendants by exact person name, or cre…
gaurav-karki 00c4ac7
fix(casework): fail cautious on a truncated search window, and stop r…
gaurav-karki bdaa351
feat(casework): plan the court-record patch, merging binds and never …
gaurav-karki cfc05a9
fix(casework): merge against the PATCH shape, refuse a payload with n…
gaurav-karki d9c116a
test(casework): prove bind_outcome's ACQUITTED path, and normalise mi…
gaurav-karki 2f71f18
feat(casework): the court-record binder CLI, with every step logged
gaurav-karki 1437351
fix(casework): route court-read failures and 412s to the right event,…
gaurav-karki c6de859
feat(casework): register the court_record stage and correct the date …
gaurav-karki 3010e9d
fix(casework): refuse the colliding bind, and stop the dry run pollut…
gaurav-karki ddf0947
fix(casework): classify the court case number, and bind only prosecut…
gaurav-karki f5c1bf1
fix(casework): route non-prosecution skips to bind_plan, and trim the…
gaurav-karki a94c7d9
feat(casework): hold a defendant name that appears on more than one case
gaurav-karki fc83d00
fix(casework): stop counting a held defendant as resolved or bound
gaurav-karki b645f25
feat(casework): wire the held-name index into main, and fix the revie…
gaurav-karki 8b2936b
fix(casework): create the held file's directory, and surface a shrunk…
gaurav-karki 00f585b
fix(casework): warn on a shrunk held index, not just a narrowed selec…
gaurav-karki b915890
fix(casework): make an unparseable case number skip, not bind
gaurav-karki 704c15a
fix(casework): warn on --fiscal-year narrowing, and admit what the he…
gaurav-karki 92c2486
fix(casework): keep a resolution's caveat instead of letting its IRI …
gaurav-karki eca85a6
test(casework): pin that IN_REVIEW feeds the held index but is never …
gaurav-karki 7df92ab
revert(cases): drop the date help-text change and its migration
gaurav-karki d3a2477
Merge remote-tracking branch 'origin/main' into feat/casework-court-r…
gaurav-karki 45a24cd
fix(casework): page hearings on next, and stop rung 1 binding a non-p…
gaurav-karki File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| # Generated by Django 5.2.15 on 2026-08-07 19:45 | ||
|
|
||
| from django.db import migrations, models | ||
|
|
||
|
|
||
| class Migration(migrations.Migration): | ||
|
|
||
| dependencies = [ | ||
| ('cases', '0055_alter_case_banner_url_alter_case_thumbnail_url'), | ||
| ] | ||
|
|
||
| operations = [ | ||
| migrations.AlterField( | ||
| model_name='case', | ||
| name='case_end_date', | ||
| field=models.DateField(blank=True, help_text='When the case concluded — the deciding hearing date. Leave empty for a case still being heard: a value here renders the case as concluded on the public site', null=True), | ||
| ), | ||
| migrations.AlterField( | ||
| model_name='case', | ||
| name='case_start_date', | ||
| field=models.DateField(blank=True, help_text='When the case began — the court registration date for a case with a court record', null=True), | ||
| ), | ||
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.