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

Worker to add missing photo associations #98

Open
jvyden opened this issue Aug 22, 2023 · 0 comments
Open

Worker to add missing photo associations #98

jvyden opened this issue Aug 22, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@jvyden
Copy link
Member

jvyden commented Aug 22, 2023

We can use the new Worker system to periodically check for new users, and then look for unattributed users in photo subjects.

So userA uploads a photo with userB, without userB being registered. userB gets tracked in the uploaded photo with a username (missing their GameUser association), and then userB registers. At this point, the uploaded photo still hasn't tracked their signup accordingly, so our worker runs and updates the photo to add the GameUser to the photo subject.

@jvyden jvyden modified the milestone: 2.0.0 - Production Ready Aug 22, 2023
@jvyden jvyden added the enhancement New feature or request label Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant