Open jon-nfc opened 1 month ago
add the ability for adding and deleting tickets.
Adjust the ticket logic to implement delete and purge actions and permission based.
A ticket that is deleted, only edits field is_deleted=True which is designed to remove it from view.
is_deleted=True
A ticket that is purged, is deleted from the database.
add the ability for adding and deleting tickets.
Details
Adjust the ticket logic to implement delete and purge actions and permission based.
A ticket that is deleted, only edits field
is_deleted=True
which is designed to remove it from view.A ticket that is purged, is deleted from the database.
Requirements