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

Remove option to "Confirm before opening RECAP documents" #216

Closed
mlissner opened this issue Nov 21, 2017 · 3 comments · Fixed by freelawproject/recap-chrome#275
Closed

Comments

@mlissner
Copy link
Member

Right now there is a weird option that says, "Confirm before opening RECAP documents". If it's checked, which it is by default, it pops up a modal whenever you click a [R] icon to download a document. The modal says:

  $('<br><br><small>Note that archived documents may be out of date. ' +
    'RECAP is not affiliated with the U.S. Courts. The documents ' +
    'it makes available are voluntarily uploaded by PACER users. ' +
    'RECAP cannot guarantee the authenticity of documents because the ' +
    'courts themselves provide no document authentication system.</small>')

We should remove this whole thing. Here's why:

  • There's precious little useful information in here.
  • Having an option for this really isn't worth it.
  • It adds a click between users and downloading something.
  • If we want to add more features here, there are better ways.

The better thing to do here is have some kind of dropdown arrow next to the icon that has additional actions. That way, downloading is prioritized and other actions (like seeing the mod date or searching the document on CL) can be out of the way.

@johnhawkinson
Copy link
Collaborator

footnote:

Here's why:

  • The claim about "no document authentication system" is false.

CMECF has a confusing and mostly non-functional document verification system that is only available to filing ECF users (hence https://twitter.com/mlissner/status/933113898571481090 etc.). It is generally not suitable for things related to RECAP, but it is nonetheless not "no system."

@mlissner
Copy link
Member Author

mlissner commented Nov 2, 2022

This should be easy and make RECAP a bit smoother. I guess we should do it, but I'm really on fence about whether it's worth it.

@mlissner mlissner moved this to Backlog in @erosendo's backlog Nov 2, 2022
@mlissner
Copy link
Member Author

@ERosendo when you get to this, I'd suggest just doing the simple thing: Remove the modal and make the links work. I think the links go to www.courtlistener.com, which redirects to storage.courtlistener.com. This might be a good time to fix that too (not sure). The redirect is no longer needed.

@ERosendo ERosendo moved this from Backlog to In Progress in @erosendo's backlog Nov 21, 2022
@ERosendo ERosendo moved this from In Progress to In Review in @erosendo's backlog Nov 21, 2022
Repository owner moved this from In Review to Done in @erosendo's backlog Nov 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants