Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Dancer-Plugin-SimpleCRUD CPAN distribution.

Report information
The Basics
Id: 76855
Status: open
Priority: 0/
Queue: Dancer-Plugin-SimpleCRUD

People
Owner: Nobody in particular
Requestors: westerman [...] purdue.edu
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Delete action
Date: Fri, 27 Apr 2012 13:50:52 -0400 (EDT)
To: bug-dancer-plugin-simplecrud [...] rt.cpan.org
From: Rick Westerman <westerman [...] purdue.edu>
You have two levels of delete confirmation. Confirmation is nice and is required to prevent accidents but I have two concerns: 1) Two levels is a bit much. 2) The first level does not give much feed back -- just "Confirm you wish to delete this record?" -- but that is not too bad since it is a popup thus you can see what you just clicked. However the second level -- Do you really wish to delete this record? -- is on a page that shows no other information. "This records" means absolutely nothing. If you are going to have a second level at the very least state what is happening. E.g., -- Do you really wish to delete ID #30, Operator 'Sam'. Actually the first level of delete confirmation could also use better feedback but, as as I said, since it is a pop-up then it is not too bad. BTW: Thanks a bunch for simpleCRUD. It is very useful. -- Rick Westerman westerman@purdue.edu Bioinformatics specialist at the Genomics Facility. Phone: (765) 494-0505 FAX: (765) 496-7255 Department of Horticulture and Landscape Architecture 625 Agriculture Mall Drive West Lafayette, IN 47907-2010 Physically located in room S049, WSLR building
Hi, Firstly, sorry I somehow missed this ticket for so long. Must monitor my ticket queues more carefully! On 2012-04-27 18:51:03, westerman wrote: Show quoted text
> You have two levels of delete confirmation. Confirmation is nice and > is required to prevent accidents but I have two concerns: > > 1) Two levels is a bit much.
I'll have to check more carefully, but I believe you should only see the second confirmation if the first (Javascript) confirmation didn't work. If you're seeing both, it's not working correctly :) Show quoted text
> 2) The first level does not give much feed back -- just "Confirm you > wish to delete this record?" -- but that is not too bad since it is > a popup thus you can see what you just clicked. However the second > level -- Do you really wish to delete this record? -- is on a page > that shows no other information. "This records" means absolutely > nothing. If you are going to have a second level at the very least > state what is happening. E.g., -- Do you really wish to delete ID > #30, Operator 'Sam'. Actually the first level of delete > confirmation could also use better feedback but, as as I said, > since it is a pop-up then it is not too bad.
Yeah, agreed, it would make sense for the separate confirmation page especially to confirm what you're deleting - however, without knowing how to describe whatever a record in the table represents, how to present that in natural English could be challenging. I'm not sure that e.g. "Do you really want to delete $thing $id" is massively helpful in most cases, as the ID (value of the key column) is probably not particularly meaningful. Show quoted text
> BTW: Thanks a bunch for simpleCRUD. It is very useful.
Great to hear!