1 Click Ban
Suggestions
Well the way I would write requirements for it it would look like this:
Using Gherkin...
Given that I am logged in as an admin
when I go to the dashboard
and I click on Pending
Then I will see a new button called Ban on the signup row
When I click Ban
Then I will get a modal popup with three check-boxes (and a select all option)
When I click ban IP
And I click ban user name
And I click ban email
Then I will receive a confirmation message to confirm ban actions
When I click ok on the confirmation message
Then the signup will be deleted
And the users email, username and ip will be added to the ban section