|
30fd8e6027
|
Update Dockerfile
|
2024-07-24 18:14:07 +08:00 |
|
|
fffe3c7145
|
Update python image in dockerfile
|
2023-12-28 11:32:21 +08:00 |
|
|
20debf7d45
|
Fix to study group distance and radius
|
2023-12-19 19:03:16 +08:00 |
|
|
8c13732933
|
Adjust static study group radius
|
2023-12-19 18:50:42 +08:00 |
|
|
dda6b62f37
|
Hotfix for study groups distance
|
2023-12-19 18:50:00 +08:00 |
|
|
d1244296f8
|
Hotfix for study groups radius
|
2023-12-19 18:48:00 +08:00 |
|
|
1b3207d86b
|
Hotfix for study groups radius
|
2023-12-19 18:35:54 +08:00 |
|
|
a246a5f24c
|
Set group radius to a fixed 30m
|
2023-12-19 18:29:48 +08:00 |
|
|
ddf91f2e3b
|
Added .env.sample
|
2023-12-05 00:32:00 +08:00 |
|
|
e9bf93da4a
|
Fixed landmarks not being properly saved on study group creation
|
2023-11-24 00:13:41 +08:00 |
|
|
832283f029
|
Fixed pruning command not deleting old study groups
|
2023-11-06 21:35:48 +08:00 |
|
|
ef8ac8c28c
|
Remove container cron job and move cron job to main server instead
|
2023-10-30 23:01:59 +08:00 |
|
|
0429d7cd25
|
revert sudo in cronjob
|
2023-10-30 22:41:46 +08:00 |
|
|
5d07861c38
|
Make crontab job run as sudo
|
2023-10-30 21:40:35 +08:00 |
|
|
0e41c30347
|
Fixed statement for study group moving
|
2023-10-28 00:17:07 +08:00 |
|
|
7b5e84c400
|
Also update study group radius calculation for nearby study groups view
|
2023-10-27 23:49:06 +08:00 |
|
|
f6e0483706
|
Reworked study group radius calculation to be based on the number of students with a set limit rather than by largest distance
|
2023-10-27 23:46:26 +08:00 |
|
|
0007f84b47
|
Also delete empty study groups when students move between groups
|
2023-10-27 23:32:41 +08:00 |
|
|
c140e7fc6a
|
Prune groups and statuses older than 4 hours from 8 hours and improved student status filtering for pruning
|
2023-10-17 21:39:47 +08:00 |
|
|
a58142030d
|
Commit migrations and fixed pruning crontab command not setting student status to False. Also fixed Student Status subject field in admin
|
2023-10-13 12:34:20 +08:00 |
|
|
87d1bcb04f
|
Fixed study group timestamp field
|
2023-10-13 11:53:52 +08:00 |
|
|
ac7360cafa
|
Added records and record handling for Computer Science course
|
2023-10-02 15:47:57 +08:00 |
|
|
9515b25a7b
|
Added cronjob to Dockerfile
|
2023-10-02 01:32:03 +08:00 |
|
|
a970c4c925
|
Switch debug flag off
|
2023-10-02 00:58:49 +08:00 |
|
|
d7f88e1770
|
Hotfix for registration crashing due to non-unique StudentStatus instance creation
|
2023-10-02 00:46:44 +08:00 |
|
|
1eb1f71232
|
Improved pruning command logging
|
2023-10-01 16:50:01 +08:00 |
|
|
13ba0cb12a
|
Added pruning command
|
2023-10-01 16:44:21 +08:00 |
|
|
c8fca412b8
|
Added endpoint for querying avatars of users in a study group and for individual study group details
|
2023-10-01 01:24:58 +08:00 |
|
|
0ecfb2223a
|
Also return distance in study group serializers
|
2023-09-30 17:06:35 +08:00 |
|
|
2e4a52eded
|
Shorten student status url endpoints
|
2023-09-29 12:24:03 +08:00 |
|
|
c0992267b4
|
Delete study group if no students are left
|
2023-09-29 11:33:48 +08:00 |
|
|
c5f04328e5
|
Made group name unique and improved group creation functionality
|
2023-09-28 21:03:34 +08:00 |
|
|
032ed36af6
|
Fixed incorrect users field in study group viewset
|
2023-09-28 20:09:24 +08:00 |
|
|
a006aa25f4
|
Remove active field on study group
|
2023-09-26 20:30:36 +08:00 |
|
|
a30e2ea4c5
|
Added endpoint for studygroup creation and auto generate swagger yml on docker build/run
|
2023-09-26 20:28:59 +08:00 |
|
|
e6d85203b0
|
Fixed student status serializer
|
2023-09-26 18:59:33 +08:00 |
|
|
7dc80caee7
|
Removed associative entity and fixed relationship between student status and study group
|
2023-09-25 21:09:31 +08:00 |
|
|
771300f933
|
Added drf spectacular documentation generation to Dockerfile
|
2023-09-25 21:04:27 +08:00 |
|
|
b059c5f1cd
|
Added no-cache to pip install in Dockerfile
|
2023-09-25 20:46:33 +08:00 |
|
|
f9a3e7a440
|
Added initial study group creation, joining, and deletion functionality
|
2023-09-24 21:54:14 +08:00 |
|
|
268069eeb4
|
Restrict access to StudyGroupListNearView if student status is inactive to prevent errors
|
2023-09-24 21:33:16 +08:00 |
|
|
3124c3b6be
|
Removed duplicate codeblock in views and return error if Student Status is active in StudyGroupListNearView
|
2023-09-24 21:17:25 +08:00 |
|
|
05d12073d4
|
Also include radius calculation in study group list all view
|
2023-09-24 21:09:38 +08:00 |
|
|
50fdebf222
|
Offloaded study group radius calculation to backend and fixed study groups serializer
|
2023-09-24 21:03:32 +08:00 |
|
|
018475b92c
|
Remove cache middlewares
|
2023-09-24 19:25:49 +08:00 |
|
|
5af961c941
|
Added missing landmarks field in study group model and fixed serializer for users
|
2023-09-24 19:06:50 +08:00 |
|
|
bf683b08f2
|
Increase filter threshhold for student statuses to 100m
|
2023-09-22 23:11:24 +08:00 |
|
|
46fe8d9397
|
Remove redis cache for django rest api for now as it returns stale data and improved dockerfile and study group viewsets
|
2023-09-20 21:11:53 +08:00 |
|
|
3aacf66aaf
|
Added --noinput to collectstatic to prevent crash
|
2023-09-20 04:34:41 +08:00 |
|
|
1cc6b0a724
|
Revert to the old dockerfile arch as the new one still seems to cause issues
|
2023-09-20 02:38:05 +08:00 |
|