join-api/task_app
2025-03-20 04:45:12 +01:00
..
migrations first commit 2025-03-18 19:19:41 +01:00
__init__.py first commit 2025-03-18 19:19:41 +01:00
admin.py feat: add models, serializers, and viewsets for Task, SubTask, and AssignedTask 2025-03-18 19:56:05 +01:00
apps.py first commit 2025-03-18 19:19:41 +01:00
models.py Feat: change Task model ID field to a UUID without dashes for cleaner format 2025-03-19 19:41:50 +01:00
serializers.py feat: rename "assigned_users" field to "assignees" in task API response 2025-03-20 04:45:12 +01:00
tests.py first commit 2025-03-18 19:19:41 +01:00
views.py feat: add models, serializers, and viewsets for Task, SubTask, and AssignedTask 2025-03-18 19:56:05 +01:00