StudE-Backend/stude/study_groups
2023-07-18 15:51:06 +08:00
..
migrations Removed associative entity between student and subject 2023-07-18 15:51:06 +08:00
__init__.py Added study_groups 2023-06-27 21:12:03 +08:00
admin.py Added some needed string definitions for django admin and moved study groups to leaflet 2023-07-10 17:20:15 +08:00
apps.py Added study_groups 2023-06-27 21:12:03 +08:00
models.py Implemented geofencing logic for student_status and study_groups with landmark labels 2023-07-14 23:55:54 +08:00
serializers.py Improved study_groups geofencing in serializer 2023-07-14 23:56:24 +08:00
tests.py Added study_groups 2023-06-27 21:12:03 +08:00
urls.py Polished study_groups list view to only show study_groups which are the same course as the user requesting 2023-06-27 22:57:37 +08:00
views.py Moved subject course associative entity to subjects app 2023-07-10 17:35:54 +08:00