Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redact non-officer faces in images #194

Open
sea-kelp opened this issue Sep 3, 2022 · 1 comment
Open

Redact non-officer faces in images #194

sea-kelp opened this issue Sep 3, 2022 · 1 comment
Labels
backend Related to the backend/server-side enhancement New feature or request frontend Related to the frontend/client-side good first issue Good for newcomers

Comments

@sea-kelp
Copy link
Collaborator

sea-kelp commented Sep 3, 2022

lucyparsons#39

@sea-kelp sea-kelp added enhancement New feature or request backend Related to the backend/server-side frontend Related to the frontend/client-side labels Sep 3, 2022
@sea-kelp
Copy link
Collaborator Author

sea-kelp commented Oct 8, 2022

To break down this task, this would probably involve:

  1. Add a redacted_img_id field to the faces table and Face.redacted_image relationship to the Face model
  2. Update everywhere that uses face.original_image to use face.redacted_image when available
  3. Add a page similar to the face cropping page for logged in users to redact faces
  4. Regenerate thumbnail if saving a redacted image with a thumbnail

@sea-kelp sea-kelp added the good first issue Good for newcomers label Oct 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Related to the backend/server-side enhancement New feature or request frontend Related to the frontend/client-side good first issue Good for newcomers
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant