NEXT icon indicating copy to clipboard operation
NEXT copied to clipboard

Duplicate processAnswer calls are not treated as so

Open kgjamieson opened this issue 8 years ago • 0 comments

If someone POSTs the same processAnswer over and over, each request gets sent to the algorithm. This has the effect of 'voting' many times potentially. Note, that there is only ever one query_doc created. Thus, I believe this can be corrected at the MyApp level (if an answer already exists, do nothing)

kgjamieson avatar Jun 27 '16 17:06 kgjamieson