Open grossir opened 1 month ago
On some oral argument sources, we can collect the "attorneys" field. Most recently seen in cadc by @flooie
cadc
There is a Docket.parties field, but those are objects, not strings.
Docket.parties
We should have in the Audio model an attorneys field, similar to the one existing on OpinionCluster:
https://github.com/freelawproject/courtlistener/blob/ec8bc9074ef41872bbda4f65d8d83a51818d9b51/cl/search/models.py#L2591-L2594
Another proposed modification to the Audio model: https://github.com/freelawproject/courtlistener/issues/4195
5th Circuit does too, but formatting isn't that great: https://www.ca5.uscourts.gov/oral-argument-information/oral-argument-recordings
On some oral argument sources, we can collect the "attorneys" field. Most recently seen in
cadc
by @flooieThere is a
Docket.parties
field, but those are objects, not strings.We should have in the Audio model an attorneys field, similar to the one existing on OpinionCluster:
https://github.com/freelawproject/courtlistener/blob/ec8bc9074ef41872bbda4f65d8d83a51818d9b51/cl/search/models.py#L2591-L2594
Another proposed modification to the Audio model: https://github.com/freelawproject/courtlistener/issues/4195