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

Handle duplicate image messaages #322

Open
MrOrz opened this issue Sep 9, 2022 · 1 comment
Open

Handle duplicate image messaages #322

MrOrz opened this issue Sep 9, 2022 · 1 comment

Comments

@MrOrz
Copy link
Member

MrOrz commented Sep 9, 2022

In 20220907 meeting we discussed several cases when users may submit images that is highly similar to existing images in the database.

We will use this ticket to track the issue and see if we should mitigate this issue further (such as using image hash as article hash; don't change article ID if we change hashing algorithm)

@MrOrz
Copy link
Member Author

MrOrz commented Nov 23, 2022

Another log: https://g0v.hackmd.io/nNjUnOgRTqOa2dDcqF67KA?view#%E9%87%8D%E8%A4%87%E5%9C%96-log

The only solution we can think of is to memorize that the user has already clicked "Yes" before.

Given the fact that the submit button action sends session ID, we probably can just store if the user has clicked submit in the current session.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant