This website requires JavaScript.
Explore
Help
Sign in
Chneemann
/
join-api
Watch
1
Star
0
Fork
You've already forked join-api
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
ec851fa164
join-api
/
task_app
History
Chneemann
ec851fa164
feat: rename "assigned_users" field to "assignees" in task API response
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