Commit Graph

15 Commits

Author SHA1 Message Date
acbe69e9c7 Updated the ticket creation form to assign tickets to queues 2022-12-04 21:42:07 -05:00
80a12a86ef Added a ticket queues object to organize tickets; added ability to change a ticket's queue 2022-12-04 21:33:21 -05:00
ab2c87ce3a Added functionality to update the ticket's last updated time when changing the ticket status or severity 2022-12-04 17:15:17 -05:00
77c8605b49 Added ability to change the ticket severity level 2022-12-04 15:05:38 -05:00
5d5265ef38 Added ability to change the ticket status 2022-12-04 15:00:26 -05:00
f3ac8a6965 Added ticket deletion; fixed some small issues with the ticket list on the home page 2022-11-21 23:55:19 -05:00
5683c0bc8b Added ticket comments 2022-11-21 23:48:25 -05:00
4371fd0b2f More style changes 2022-11-21 22:21:38 -05:00
3ac8671742 More style changes 2022-11-21 18:48:49 -05:00
b347988937 Updated some styles on the ticket view; added markdown parsing for ticket body 2022-11-21 18:16:37 -05:00
55048bda33 Styled the ticket view page; added a section for future ticket comments 2022-11-21 18:04:24 -05:00
17c2e36bb5 Added ticket edit action 2022-11-21 13:03:51 -05:00
c6d4c3df10 Added ticket status 2022-11-20 23:42:45 -05:00
95bf9250e7 Added a ticket view route 2022-11-20 23:38:16 -05:00
830a950bf4 Added Eloquent and Phinx for handling database connections and migrations; added a Ticket model and a simple ticket/create form to create new tickets 2022-11-20 22:25:29 -05:00