Skip to content
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

Implement upload portal for missouri and mississippi court opinions #4034

Open
wants to merge 24 commits into
base: main
Choose a base branch
from

Conversation

quevon24
Copy link
Member

@quevon24 quevon24 commented May 8, 2024

These are the implementations for the upload portal for mo, moctapp, miss and missctapp.

Based on what I saw on their sites, i define the following fields for the forms: caption, docket number, publication date, optional lead author and pdf file, only for Mississippi a summary field is required. I didn't find that they had neutral citations like maine or tennessee.

The information I added about the courts was extracted from their pages

image

image

image

image

I added a back button in the form and an asterisk to indicate required fields.

image

Tennessee and Maine maintain the same functionality, they just use the same base form.

miss fields:

  • Caption
  • Docket Number
  • Publication Date
  • Lead Author
  • Judges/Lead Author (str field)
  • Disposition
  • Summary
  • Lower Court (str)
  • Lower court docket number (str)
  • Download url
  • Opinion type
  • Opinion pdf

missctapp fields:

  • Caption
  • Docket Number
  • Publication Date
  • Lead Author
  • Judges/Lead Author (str field)
  • Disposition
  • Summary
  • Lower Court (str)
  • Lower court docket number (str)
  • Download url
  • Opinion type
  • Opinion pdf

mo fields:

  • Caption
  • Docket Number
  • Publication Date
  • Lead Author
  • Judges/Lead Author (str field)
  • Disposition
  • Download url
  • Opinion type
  • Opinion pdf

moctapp fields:

  • Caption
  • Docket Number
  • Publication Date
  • Lead Author
  • Judges/Lead Author (str field)
  • Disposition
  • Download url
  • Opinion type
  • Opinion pdf

Steps:

Add the new courts to courtlistener:

  • moctapped
  • moctappsd
  • moctappwd

Add new user groups and assign users to the groups:

  • uploaders_mo
  • uploaders_moctapp
  • uploaders_moctapped
  • uploaders_moctappsd
  • uploaders_moctappwd
  • uploaders_miss
  • uploaders_missctapp

@quevon24 quevon24 requested a review from flooie May 8, 2024 19:33
@quevon24 quevon24 linked an issue May 8, 2024 that may be closed by this pull request
@quevon24 quevon24 marked this pull request as draft May 8, 2024 20:06
quevon24 added 14 commits May 9, 2024 10:47
update make_objects function
update BaseCourtUploadForm
… court of appeals (with temporary ids for the new courts)
…-missouri-mississippi-court-opinions' into 3996-implement-upload-portal-for-missouri-mississippi-court-opinions
@quevon24 quevon24 marked this pull request as ready for review May 30, 2024 15:44
@quevon24 quevon24 requested a review from flooie May 30, 2024 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Upload Portal for Missouri & Mississippi Court Opinions
2 participants