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

feat(acms): Adds support to upload ACMS attachment pages #375

Merged
merged 4 commits into from
May 28, 2024

Conversation

ERosendo
Copy link
Contributor

@ERosendo ERosendo commented May 22, 2024

This PR introduces a new upload type for attachment pages from ACMS('ACMS_ATTACHMENT_PAGE': 17) and adds a new method handleAcmsAttachmentPage to the AppellateDelegate class specifically for handling attachment pages uploads from ACMS.

This PR depends on freelawproject/courtlistener#3393.

Here's a gif showing how the extension works:

cropped video

@ERosendo ERosendo marked this pull request as ready for review May 22, 2024 19:47
@ERosendo ERosendo requested a review from mlissner May 22, 2024 19:47
Copy link
Member

@mlissner mlissner left a comment

Choose a reason for hiding this comment

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

One little thing, but looks great otherwise. Getting close!

Comment on lines 91 to 93
console.log('in cb');
if (ok) {
console.log('cb success');
Copy link
Member

Choose a reason for hiding this comment

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

Some stray logging here. Can you please remove?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure!

@mlissner mlissner merged commit 25f9e4b into main May 28, 2024
8 checks passed
@mlissner mlissner deleted the feat-add-support-to-upload-acms-attachment-pages branch May 28, 2024 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants