128 Commits

Author SHA1 Message Date
33c721c5a6 added footer colour
some tickets were visible below the footer because it was transparent, so I gave it a background colour.
2024-01-10 11:08:27 +00:00
2dbc08b93c fixed issues with multiple filters 2024-01-10 11:07:50 +00:00
f581e22a78 fixed email content not showing on small screens #2 2024-01-10 09:34:38 +00:00
03b34ebd20 working on filter functionality #4 2024-01-10 00:48:41 +00:00
8acb8c3aca update fixture scripts 2024-01-09 22:48:41 +00:00
cae5ac024e implemented filter counts #4
While this contributes to #4, it doesn't complete it as the filters are still mostly eye candy.
2024-01-09 22:48:28 +00:00
7ccdbc326a fixtures import script (windows) 2024-01-09 00:22:14 +00:00
b0c72bdc0a added shellscript to quickly install fixtures 2024-01-09 00:20:46 +00:00
8c4a06bb33 added default fixture for tickets 2024-01-09 00:17:55 +00:00
c229413f49 Update README.md 2024-01-08 23:42:28 +00:00
03de8540b0 moved from migrations to fixtures for default data 2024-01-08 23:42:21 +00:00
f49e7e7702 implemented tag and priority colour changes 2024-01-08 00:42:08 +00:00
c85c1324fd Emptied the notifications and "emails" dropdowns
also renamed "emails" dropdown to tickets dropdown
2024-01-08 00:41:53 +00:00
3089c1fa01 added uuid for Department model 2024-01-08 00:40:45 +00:00
b3b8d481fa Added background colour for priorities and tags 2024-01-08 00:40:32 +00:00
8a6bddeb97 Dependencies are now local 2024-01-08 00:39:46 +00:00
7d52bbec66 Changed how the user avatar is stored
its now media/users/USER_UUID/icon.webp every time.

it also defaults to static/images/defaultuser.webp
2024-01-05 22:58:43 +00:00
46fb0580b9 Change tickets to use Ajax over Template Syntax
The tickets are now loaded dynamically using ajax, instead of when the page loads using django template syntax.

This allows for dynamic reloading.
2024-01-05 16:45:52 +00:00
278d990bd0 fixed migration error (breaks db.slqlite3) 2024-01-05 15:22:34 +00:00
5bbc56dfb4 Merge branch 'master' of https://gitea.corbz.dev/corbz/ticket-website 2024-01-05 15:14:11 +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
6fcf8d5876 Update README.md 2024-01-05 15:08:24 +00:00
16de4e50a6 working on tickets modal 2024-01-05 15:05:12 +00:00
a59baefd8f default migrations 2024-01-05 12:06:50 +00:00
f630e00c21 fixed ticket-get url
needed to specify uuid instead of int
2024-01-05 09:23:33 +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