#855: Investigate removal of Ticket.title CharField and Ticket.description
TextField
--------------------------------+-----------------------
Reporter: gjm | Owner: nobody
Type: defect | Status: new
Priority: major | Product: BHD
Milestone: BH Core Experiment | Component: dashboard
Version: | Keywords: bhcore
--------------------------------+-----------------------
The ticket and description "django model fields" were added to the Ticket
model during the PyConUK 2018 sprints to make it easier to see the admin
pages and help with working on an initial rest api.
Ideally, all ticket details that can change should benefit from being
represented by ChangeEvents on TicketFields so that a history of changes
is kept.
The main requirements of this for now would be to ensure that it is
possible to add a ticket with no details that can be populated via other
api calls (at least for now)
--
Ticket URL:
<https://bloodhound-vm3.apache.org/bloodhound/products/BHD/ticket/855>
Bloodhound Live <https://live.bloodhound.apache.org/bloodhound>