freelawproject / recap

This repository is for filing issues on any RECAP-related effort.
https://free.law/recap/
12 stars 4 forks source link

Insert links and Upload Attachment page from Appellate Pacer #315

Closed ERosendo closed 1 year ago

ERosendo commented 1 year ago

The extension should insert links on this page and also upload it to the API. This page is similar to the attachment menu from the district pacer. Here's a screenshot of this page:

image

@albertisfu The extension will start sending this page to the API. You can take a look at this page following this link: attachment page

albertisfu commented 1 year ago

Thanks! I've checked and CourtListener can already accept this page.

As we also agreed on slack the fields for submitting this page are: court, pacer_case_id, filepath_local and the upload_type

The upload type is: APPELLATE_ATTACHMENT_PAGE = 6

Now we'll only accept and store these pages.

I searched and seems that there's a PR from @flooie to parse this page in Juriscraper but it's not merged.

mlissner commented 1 year ago

I assume if CL can accept this page, but we lack a parser for it, that means CL is just storing and ignoring it?

albertisfu commented 1 year ago

Yes, that's correct, right now CL only stores and ignores appellate attachment pages.