-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
Updates to API documentation to make transition from docket entry -> API view more clear #4887
Comments
One thing we could do to help with this is to tweak the sentence that says:
So it says:
I think that'd help if CTRL+F is the first thing the user tried.
I'm not sure we could realistically do this without re-imagining the sidebar. It'd take a lot of space to include all the descriptions of each thing in the TOC. I'm open to re-imaginings though.
Hm, this page does begin with:
So we're not so far off the mark here, but perhaps it can be tweaked to say:
Perhaps that would help? |
It's not possible to display 3 levels of hierarchy in the TOC rather than just two?
My initial reaction was those proposals seem like they would make thing worse! I searched for But of course, if I was willing to read the returned text you propose, I would find a referral to the PACER API page. Keanu Reeves said to shoot the hostage, which often analogize to shooting the user. |
Maybe. I've played with it, and it gets junky really fast. Probably with a careful design it could work, but whenever I've tried you gain the third level, but the whole thing becomes sort of too long to bother reading. |
I admit, I was coming at it from the perspective of search, not reading. I suppose having collapsed hierarchy levels (via the disclosure triangles that look like plus signs) that can be found via Cmd/Ctrl+F searching is perhaps "not a thing." |
Yeah, I fear not, but my other solution above (putting keywords elsewhere on the page) seems like it'd be a step in the right direction. |
User reported confusion when switching from the docket entry view to the API view. They would like this information to be easier to find.
This process is easier for case law. For example, when transitioning from case law view to API view, they update the url from https://www.courtlistener.com/docket/69116157/freeman-v-giuliani/ to https://www.courtlistener.com/api/rest/v4/dockets/69116157/
User had trouble finding information on how to do this for docket entries. In the end, they needed to go from https://www.courtlistener.com/api/rest/v4/dockets/69116157/ to https://www.courtlistener.com/api/rest/v4/docket-entries/?docket=69015293 or, more narrowly https://www.courtlistener.com/api/rest/v4/docket-entries/411967648/, which they learned after landing on the PACER Data APIs page.
Attempts by the user to find the relevant information:
docket_entries
has no hits, nor doesentries
.-
Show the APIs
button was not helpful.The text was updated successfully, but these errors were encountered: