flaxsearch / flaxcode

Automatically exported from code.google.com/p/flaxcode
4 stars 1 forks source link

Delete database button should be confirmed #84

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, the delete database button deletes a database immediately. 
Perhaps we should have a confirm step first?  It's a pretty drastic action,
there's no way to undo it, and it could have taken a very long time to
build the database.  Also, the button is right next to the link to get
details of the database, so the potential for a miss-click is reasonably high.

Original issue reported on code.google.com by boulton.rj@gmail.com on 2 Nov 2007 at 12:17

GoogleCodeExporter commented 9 years ago

Original comment by boulton.rj@gmail.com on 2 Nov 2007 at 12:59

GoogleCodeExporter commented 9 years ago
At the moment it not that drastic because the database is not deleted, but if we
implement deleting the database along with the collection then it will be. 
Personally
I think a javascript confirmation would be fine - it eliminates inadvertent 
clicks,
but we could (obviously) generate a confirmation page server side easily enough 
if
people feel that's preferable.

Original comment by paul.x.r...@googlemail.com on 2 Nov 2007 at 5:58

GoogleCodeExporter commented 9 years ago

Original comment by bano...@gmail.com on 7 Nov 2007 at 5:09