Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempt to explain why we override this function. I...actually don't understand why we do, so this explanation may be wrong. It seems like we could have fit within the BaseDocketReport framework of returning our information as `docket_entries` rather than `data` but maybe I'm missing something.
- Loading branch information
The reason for this is that it keeps life simple if we treat each RSS item as a docket unto itself and then return a list of dockets from this function. The nice thing about doing it that way is that in CourtListener, we just apply all of our usual merging code on each docket in the list and we're all set without thinking twice about some kind of new JSON object.