Commit graph

29 commits

Author SHA1 Message Date
e8a30537c8 hotfix to null course and section 2024-01-20 19:54:36 +08:00
4a9c81fd34 Add section to transaction serializer 2024-01-20 19:47:15 +08:00
7b511e0d8c Remove section field from transactions. This should be in the user model instead 2024-01-14 21:05:08 +08:00
Prince Kurt Laurence
ba9121d880 added section then changes in erd 2024-01-11 12:01:59 +08:00
e482979d20 Improve query caching 2024-01-07 12:21:14 +08:00
c61f978c75 Improve caching 2024-01-07 11:11:13 +08:00
f418bc017d Improve caching 2024-01-07 11:07:48 +08:00
10f3ece9b7 Improve caching 2024-01-07 11:02:16 +08:00
628e280102 Invalidate cache for equipments on transaction update 2024-01-07 11:00:06 +08:00
b0b1f4db86 Migrate to postgres, add memcache and vastly improve available equipment instance query time from 1min 30 seconds to 12 seconds 2024-01-07 02:28:14 +08:00
7bd33228a6 Allow blank values in certain transaction fields 2024-01-05 20:44:21 +08:00
004896cb26 Add consumables and additional members field to transaction 2024-01-05 19:33:25 +08:00
1757538db1 Add status field in equipments for transaction serializer 2024-01-03 17:31:08 +08:00
d9d94c03ef Allow update requests for editing only remarks on transactions 2024-01-03 17:14:35 +08:00
7a8281dabd Add course to slug related field for borrower in transaction serializer 2023-12-29 18:47:21 +08:00
2ddc9da179 Added subject field to transaction and course field to customuser 2023-12-29 18:38:59 +08:00
0b1c065a80 Improved transaction and breakage report serializers when handling breakages 2023-12-27 20:38:43 +08:00
d0ca68149a Improved serializer for transaction and added available equipment viewset 2023-12-27 18:36:52 +08:00
94ba018c9e Add remarks to transaction serializer 2023-12-27 16:50:52 +08:00
9443631102 Improve transaction serializer and add user id to django admin list view in admin panel 2023-12-26 17:02:18 +08:00
372e466744 Add clearance viewset for student 2023-12-22 14:12:10 +08:00
5c8a99675d Format timestamp properly for transaction 2023-12-21 15:23:28 +08:00
fd6da2de81 Fix urls for transactions 2023-12-21 15:17:10 +08:00
d5dbe2b876 Fix is student permission and add viewsets for teachers and students for viewing transactions assigned to them 2023-12-21 14:57:42 +08:00
9e16bda918 Change Working status to Available 2023-12-16 15:00:13 +08:00
8abf689544 Readd permission class in transaction view set 2023-12-14 19:28:10 +08:00
31b527cd9d Updated transaction serializer to include id and name of borrower and of equipments 2023-12-14 19:27:49 +08:00
c1a7e21e95 Added breakage report model 2023-12-09 00:38:29 +08:00
2c8cc87cbe Added transactions and updated models to reflect transactions 2023-12-08 23:00:15 +08:00