Ask user to provide written consent before confirming repo deletion
Moshiur Howlader
In Qase's
/project
page, a user can click the ellipsis (...
) icon to manage the Settings
or perform a Delete
for the repository. If a user clicks Delete
then accidentally clicks the big red Delete project
button, all the test artifacts (test cases, test plans, test runs etc) will be obliterated. This means weeks worth of work can accidentally be deleted.The ask here is (like with any industry software), qase should ask the user written consent by having them type the name of the resource (repo name for this example) they would like to permanently delete before hitting the delete button.
I have attached an example of what AWS does when asking for user consent to delete an S3 bucket.
Jim Carroll
I would suggest borrowing from another AWS example, ie, prompt the user to type the exact name of the project when prompted, and not simply type "confirm".