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

fix(dcd): update to OpinionSiteLinear #1020

Merged
merged 5 commits into from
Jun 11, 2024
Merged

Commits on May 6, 2024

  1. fix(dcd): update to OpinionSiteLinear

    Solves freelawproject#1019
    
    Updating base class to OpinionSiteLinear makes code shorter and cleaner, also solves the following bug:
    
    InsanityException caused by unexpected extra line of text in case name cell: "LEAVE OF COURT REQUIRED FOR FILINGS.", which inflated the case_name count by 1
    grossir committed May 6, 2024
    Configuration menu
    Copy the full SHA
    bcb1af6 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. feat(OpinionSiteLinear): add all "optional" field getters

    fix(dcd): remove `nature_of_suit`
    
    - Remove nature of suit extraction following discussion on freelawproject#1020
    - OpinionSiteLinear supporting all optional fields reduces code duplication, and a getter in `dcd`
    grossir committed May 9, 2024
    Configuration menu
    Copy the full SHA
    7c9a9fe View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    0834825 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    0131564 View commit details
    Browse the repository at this point in the history
  2. fix(dcd): Revert OpinionSiteLinear changes

    Also, revert dcd_example_compare.json
    grossir committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    3ef1761 View commit details
    Browse the repository at this point in the history