TurTaskWeb/backend/boards
2023-11-26 10:10:45 +07:00
..
migrations Add KanbanTaskOrder to track order of task in list 2023-11-21 01:24:53 +07:00
__init__.py Update model according to last design 2023-11-20 02:39:41 +07:00
admin.py Auto create KanbanTaskOrder when First time create ListBoard 2023-11-21 03:02:00 +07:00
apps.py Add user creation signal test and Spectacular need Authentication 2023-11-26 10:10:45 +07:00
models.py Auto create KanbanTaskOrder when First time create ListBoard 2023-11-21 03:02:00 +07:00
serializers.py Add Board and ListBoard Viewset 2023-11-20 20:08:00 +07:00
tests.py Update model according to last design 2023-11-20 02:39:41 +07:00
urls.py Add Board and ListBoard Viewset 2023-11-20 20:08:00 +07:00
views.py Board and list retrieve need authentication 2023-11-23 21:52:12 +07:00