Add update/close ability to tickets #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Is your feature request related to a problem? Please describe.
Tickets are currently read-only through the UI.
Describe the solution you'd like
A page need to be created to update the ticket, and update/close buttons need to exist on the view page.
Additional context
For traceability reasons, we DO NOT want to add delete functionality.
Put these buttons where the black rectangle is on the screenshot (like on the home page):
Branch feature/issue-5 created!
Do we want Admin delete functionality?
Possibly, but that should only be available to admins. In the event that we implement this, we then need to consider implementing a permissions system.