DemocracyClub / yournextrepresentative

👥 A website for crowd-sourcing structured election candidate data
https://candidates.democracyclub.org.uk
GNU Affero General Public License v3.0
21 stars 27 forks source link

Reverse image search now working #2398

Closed edent closed 2 weeks ago

edent commented 2 weeks ago

Fixes #1987

Original: https://www.google.com/searchbyimage?&image_url=https%3A//s3.eu-west-2.amazonaws.com/static-candidates.democracyclub.org.uk/media/queued-images/2024/06/21/107212-50eb481f-1b2e-4bc0-a0fc-95b776d9d560

Fixed: https://lens.google.com/uploadbyurl?url=https%3A//s3.eu-west-2.amazonaws.com/static-candidates.democracyclub.org.uk/media/queued-images/2024/06/21/107212-50eb481f-1b2e-4bc0-a0fc-95b776d9d560

### PR Checklist
- [ ] Update changelog (ie https://keepachangelog.com/en/1.0.0/)
- [x] References a specific issue or if not, describes the bug or feature in detail
- [ ] Note what card in Trello this work relates to
- [ ] Instructions for how reviewers can test the code locally
- [ ] Tests have been added and/or updated
- [ ] Screenshot of the feature/bug fix (if applicable)
- [ ] If any new text is added, it's internationalized
- [ ] Any new elements have aria labels
- [ ] No unintentional console.logs left behind after debugging
- [ ] Did I use the clear and concise names for variables and functions?
- [ ] Did I explain all possible solutions and why I chose the one I did?
- [ ] Added any comments to make new functions clearer
- [ ] Did I added or updated any new dependencies? Explain why.
- [ ] Did I update the package.json and/or Pipfile.lock version if relevant?
- [ ] Have I rebased with the latest version of master?
- [ ] Added PR labels
- [ ] Update any history/changelog file
- [ ] Update any documentation
- [ ] Update dev handbook
symroe commented 2 weeks ago

Thanks!