CivicTechTO / CivicTechTO/missing-persons

Connect scraped images to person (not case)

Open
#14 0 comments 0 reactions 0 assignees View on GitHub
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:

Screen Shot 2022-06-01 at 12 48 01 AM

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.