Commit Graph

341 Commits

Author SHA1 Message Date
sosokker
cfccebf189 Incorrect model in subtask serializer and add PUT PATCH for subtask 2023-11-28 01:20:01 +07:00
sosokker
f9e1250c56 Add subtasks api in react 2023-11-28 00:43:37 +07:00
sosokker
d3a8c90c30 Add subtask api 2023-11-28 00:33:39 +07:00
sosokker
2b013cda45 Fix move task over task error 2023-11-27 22:37:51 +07:00
sosokker
b331fd97c3 Fix task can't move to other column 2023-11-27 22:14:57 +07:00
sosokker
53ce5c22fb Merge branch 'feature/kanban-board' of https://github.com/TurTaskProject/TurTaskWeb into feature/kanban-board 2023-11-27 20:24:31 +07:00
Pattadon
1320ccdbcd Merge branch 'feature/kanban-board' of https://github.com/TurTaskProject/TurTaskWeb into feature/kanban-board 2023-11-27 15:56:49 +07:00
Pattadon
c98ff37b1b Fix progress calculation and add totalTaskToday
state
2023-11-27 15:56:44 +07:00
Chaiyawut Thengket
3c74d43f49 add field 2023-11-27 15:52:13 +07:00
Chaiyawut Thengket
cbe1e04da0 add field 2023-11-27 15:51:32 +07:00
Pattadon
8f866d4820 Fix typo in setFirstName function 2023-11-27 15:41:16 +07:00
sosokker
95cc140a6b Merge branch 'feature/kanban-board' of https://github.com/TurTaskProject/TurTaskWeb into feature/kanban-board 2023-11-27 15:38:06 +07:00
Pattadon
0c60f48d18 Refactor navigation links and update profile
component
2023-11-27 15:37:39 +07:00
sosokker
bfc31255b3 Merge branch 'main' into feature/kanban-board 2023-11-27 15:23:33 +07:00
Pattadon
f0d54d6423 Merge branch 'main' into feature/kanban-board 2023-11-27 14:25:47 +07:00
Pattadon
00c68538fc Add react-ios-time-picker package and fix merge
conflict in PieChart component
2023-11-27 14:24:59 +07:00
Sirin Puenggun
273337990d
Merge pull request #86 from TurTaskProject/feature/dashboard
Add user data retreival viewset
2023-11-27 14:20:52 +07:00
sosokker
fcff22e64d Add user data retreival viewset 2023-11-27 14:17:37 +07:00
Pattadon
8f2e64b5e0 Merge branch 'feature/kanban-board' of https://github.com/TurTaskProject/TurTaskWeb into feature/kanban-board 2023-11-27 12:59:21 +07:00
sosokker
4a3f253e30 Add placeholder for ui to provide more detail on task card 2023-11-26 22:28:39 +07:00
Sirin Puenggun
92731815da
Merge pull request #83 from TurTaskProject/feature/dashboard
Completed all dashboard features and corrected percent issues. + Rewrite test of task/ dashboard + move some signal to users
2023-11-26 12:04:20 +07:00
sosokker
d1fca5c7b3 Fix typo in dashboard import path 2023-11-26 11:59:58 +07:00
sosokker
976c786870 Fix serializer can't get user first list 2023-11-26 11:57:05 +07:00
sosokker
e93667b697 Update test of dashboard 2023-11-26 11:51:33 +07:00
sosokker
07b8b419e7 Task from google will assign to first list of user 2023-11-26 11:47:50 +07:00
sosokker
b36c675084 Task serializer must test userid availability 2023-11-26 11:47:15 +07:00
sosokker
80ad7fc744 Update Tasks Test 2023-11-26 11:46:50 +07:00
sosokker
41cf2fb6d3 Add user creation signal test and Spectacular need Authentication 2023-11-26 10:10:45 +07:00
sosokker
5c9319c5f1 Move user creation related signal to user.signals 2023-11-26 09:25:50 +07:00
Pattadon
bd946bce94 Fix order of donut chart data 2023-11-26 01:41:55 +07:00
Pattadon
6d0ac33d45 Fix order of donut chart data 2023-11-26 01:40:06 +07:00
Pattadon
75f194386f Refactor code to handle NaN and infinite values in
KpiCard and ProgressCircleChart components
2023-11-26 01:13:32 +07:00
Pattadon
2070692c6a Merge branch 'feature/dashboard' into feature/kanban-board 2023-11-26 00:37:17 +07:00
THIS ONE IS A LITTLE BIT TRICKY KRUB
779e45aa89 completed dashboard. 2023-11-25 15:41:54 +07:00
THIS ONE IS A LITTLE BIT TRICKY KRUB
7867a75dcd Merge branch 'dashboard-api' into feature/dashboard 2023-11-25 15:19:03 +07:00
THIS ONE IS A LITTLE BIT TRICKY KRUB
c29543407f Fix capitalization of Dashboard component and add
task statistics to Overview tab
2023-11-25 15:18:21 +07:00
Chaiyawut Thengket
778594ab9a add total_tasks_today 2023-11-25 15:17:09 +07:00
THIS ONE IS A LITTLE BIT TRICKY KRUB
debcbef7ca Refactor dashboard components and update API
endpoints
2023-11-25 14:48:29 +07:00
THIS ONE IS A LITTLE BIT TRICKY KRUB
ea6353a455 Refactor dashboard component imports and remove
unused code
2023-11-25 14:34:23 +07:00
THIS ONE IS A LITTLE BIT TRICKY KRUB
1ab46f8668 Merge branch 'dashboard-api' into feature/dashboard 2023-11-25 13:32:40 +07:00
Chaiyawut Thengket
f6e9489a14 add new url 2023-11-25 13:17:13 +07:00
THIS ONE IS A LITTLE BIT TRICKY KRUB
16a10b87bb Merge branch 'main' into feature/dashboard 2023-11-25 13:10:15 +07:00
THIS ONE IS A LITTLE BIT TRICKY KRUB
eec15cf297 Merge branch 'feature/dashboard' of https://github.com/TurTaskProject/TurTaskWeb into feature/dashboard 2023-11-25 13:10:12 +07:00
Pattadon
b161e13ad1 Merge branch 'main' into feature/kanban-board 2023-11-24 22:17:22 +07:00
Pattadon
4e1580f7d1 Merge branch 'feature/kanban-board' of https://github.com/TurTaskProject/TurTaskWeb into feature/kanban-board 2023-11-24 22:17:18 +07:00
Sirin Puenggun
0158fe5a87
Merge pull request #68 from TurTaskProject/feature/kanban-board
Comment some bugs feature, deploy by 10pm of 23/11
2023-11-23 21:54:05 +07:00
sosokker
128e8a1ea6 Comment bug before deploy 2023-11-23 21:52:56 +07:00
sosokker
3801a6446c Board and list retrieve need authentication 2023-11-23 21:52:12 +07:00
Wissarut Kanasub
280517ec4f
Merge pull request #65 from TurTaskProject/feature/dashboard
Refactor login and signup pages, add floating particles.
2023-11-23 19:29:41 +07:00
Sirin Puenggun
af1ba7fd89
Merge pull request #66 from TurTaskProject/feature/kanban-board
Fix Kanban board -> Column cant move and Have template for column, user can't create by themselves
2023-11-23 16:28:18 +07:00