codeforboston / codeforboston/maple
Handle Multiple Videos in Hearings
- Dominant language
- TypeScript
- Stars
- 56
- Forks
- 175
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 13
Description
## Problem
On rare occasions, a hearing will have multiple videos associated with it. The only case I've seen is a single hearing broken up across multiple video files. We currently only scrape and process the first video on a Hearing Detail page, but we would like to support transcriptions for these cases.
## Success Criteria
- [ ] Investigation: How many hearings have multiple videos? Is this actually a common case?
- [ ] Add support for associating multiple videos with a single Hearing
- [ ] Modify the hearing scraper to scrape each video associated with a hearing independently
- [ ] Might be worth biting the bullet and finally breaking the video processing out into a separate cloud function?
- [ ]
Contributor guide
Assessment
This issue has not been assessed yet.