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

Draft
wants to merge 23 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

@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
Comment on lines 159 to 170
</div>
<div class="col-xs-4">
<h3>Neutral Citations</h3>
<p>Beginning on January 1st, 2020 the Tennessee Court of Workers’
Compensation Claims and the Appeals Board will accept pleadings,
briefs, and other filings that include <a
href="{% url "faq" %}#explain-neutral-citations">vendor
neutral citations</a> to prior decisions as discussed below. All
previous decisions have been retroactively assigned such a citation.
These citations are created for each decision by the court itself
instead of by a third party publisher. As a result, they can be
cited immediately when the decision is published by the court.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we fix this whitespace- im not sure if this is even touching tn

Comment on lines 23 to 42
<script src="{% static "js/jquery.bootstrap-growl.js" %}"></script>

{% endblock %}

{% block content %}
<div id="court_homepage" class="col-xs-12">
<div class="row">
<div class="col-xs-4">
<img src="{% static 'img/' %}{{ pk }}-court.jpg" class="img-responsive" width="460" height="206" >
</div>
<div class="col-xs-8">
<h1>Decisions of the {{ court }}
</h1>
<div class="lead gray">
<p>The Supreme Judicial Court of Maine has partnered with the non-profit organization, Free Law Project, to host its court decisions on CourtListener.com. Free Law Project is proud to support this partnership and makes the decisions available online as they are released by the court.</p>
</div>
</div>
</div>
<div id="court_homepage" class="col-xs-12">
<div class="row">
<div class="col-xs-4">
<img src="{% static 'img/' %}{{ pk }}-court.jpg" class="img-responsive"
width="460" height="206">
</div>
<div class="col-xs-8">
<h1>Decisions of the {{ court }}
</h1>
<div class="lead gray">
<p>The Supreme Judicial Court of Maine has partnered with the
non-profit organization, Free Law Project, to host its court
decisions on CourtListener.com. Free Law Project is proud to
support this partnership and makes the decisions available
online as they are released by the court.</p>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this also just looks like white space changes -can we please not add whitespace where its not needed

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