EvitaKnits / hitch-hound

Assessed Project Four for my Code Institute Diploma
0 stars 0 forks source link

Close, Cancel or Delete Issues #9

Closed EvitaKnits closed 3 days ago

EvitaKnits commented 1 month ago

As a user, I want to be able to close or cancel an issue, so that I can set an issue to a final status indicative of how it came to an end. As a user, I want to be able to delete an issue, so that I can remove issues that do not need to be retained for any reason. As a user, I want to be asked whether I am sure when I click to delete an issue, so that I do not accidentally delete an issue that I did not intend to delete.

Required Tasks

Acceptance Criteria

EvitaKnits commented 6 days ago

Issues can be marked as closed or cancelled via the 'Status' options on there and the development of the 'Edit Issue' page from a previous story. This means that I just need to add the ability to delete an issue from the front end.