13 Commits

Author SHA1 Message Date
c94775d93c Update apps/home/models.py 2024-01-24 13:24:32 +00:00
97141dec4d TicketTag/Priority order field 2024-01-22 14:13:23 +00:00
90abffac05 Ticket Item Changes & Ticket.string_datetime
Added string datetime and indicators for priority and departments.

Also added a toggle for the indicators/departments to be shown.
2024-01-22 01:05:31 +00:00
3f7127347b Increased Ticket.short_description length to 200
Previously 150.

I also added a check to see if 200 is exceeded before suffixing the "..." to it.
2024-01-21 22:53:00 +00:00
bd57cfb94d Added short_description property to Ticket
returns a cleaned version of the description limited to 150 characters.

Suffixed with "...".
2024-01-19 17:54:11 +00:00
362c8f0a16 implemented rest into home app 2024-01-12 19:25:45 +00:00
690bec9b24 functional filter + add modal 2024-01-10 23:15:43 +00:00
b3b8d481fa Added background colour for priorities and tags 2024-01-08 00:40:32 +00:00
acd3c2c5ba Added UUID to TicketTag & TicketPriority Models
These models now use a UUID identifier over an auto incrementing integer identifier.
2024-01-05 15:14:02 +00:00
a59baefd8f default migrations 2024-01-05 12:06:50 +00:00
ff4c71dc54 working on ticket js 2024-01-05 00:12:13 +00:00
d9ecd692ef working on tickets implementation 2024-01-04 21:58:11 +00:00
2b1531a31d initial commit 2024-01-03 09:22:43 +00:00