eloquence / lib.reviews

A free/libre code and information platform for reviews of anything
Creative Commons Zero v1.0 Universal
171 stars 13 forks source link

Detect if we select a review subject we've previously reviewed #177

Closed eloquence closed 6 years ago

eloquence commented 6 years ago

Right now, if we pick a review subject (through an adapter) that we've previously reviewed, it happily adds a second review. Generally we don't want to allow more than one review of the same subject by the same user, and we do enforce that in other contexts. Let's find a nice way to do that here -- instant redirect to editor is probably too abrupt.