apiaryio / polls-api

Polls is an example web API that allows consumers to view polls and vote in them.
MIT License
46 stars 22 forks source link

Prevent a user creating two identical questions #11

Closed kylef closed 9 years ago

kylef commented 9 years ago

This adds tests, and logic so that when someone tries to create an identical question with the same choices using the API. We will no longer create a duplicate and instead return the same question as before.

Mostly due to many people hitting "try-it" on Apiary for the default question.

XVincentX commented 9 years ago

@honzajavorek ?