CivicTechTO / CivicTechTO/missing-persons
Connect scraped images to person (not case)
- Dominant language
- TypeScript
- Stars
- 9
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Re-ticketed [from Slack message](https://civictechto.slack.com/archives/C03DJRS2ZRV/p1654059180775809?thread_ts=1654059008.306579&cid=C03DJRS2ZRV)
We currently scrape images into something like this:
```json
"PageImages": [
"https://www.services.rcmp-grc.gc.ca/missing-disparus/showImage?id=2064&thumb=medium",
"https://www.services.rcmp-grc.gc.ca/missing-disparus/showImage?id=2064&thumb=small",
"https://www.services.rcmp-grc.gc.ca/missing-disparus/showImage?id=2065&thumb=medium",
"https://www.services.rcmp-grc.gc.ca/missing-disparus/showImage?id=2065&thumb=small"
],
```
But the case page markup should allow us to resolve this to a specific person, even when a case page has multiple people:
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.