Commit Graph

370 Commits

Author SHA1 Message Date
Sirin Puenggun
d83115c01d
Update README.md 2023-12-11 23:45:19 +07:00
Sirin Puenggun
9bf73be360
Update README.md 2023-12-02 14:03:43 +07:00
Sirin Puenggun
311bc3db21
Update README.md 2023-12-02 14:00:39 +07:00
Sirin Puenggun
311401c384
Merge pull request #89 from TurTaskProject/feature/kanban-board
Feature/kanban board
2023-11-30 09:00:31 +07:00
sosokker
6322a08104 Fix description and time 2023-11-30 08:39:15 +07:00
sosokker
f981490a9d Update table view 2023-11-30 07:25:24 +07:00
sosokker
243e43dbcc Google button work 2023-11-30 07:12:54 +07:00
sosokker
c09592bd00 Add table board 2023-11-29 16:19:38 +07:00
sosokker
25ce4f59b6 Merge branch 'main' into feature/kanban-board 2023-11-29 13:47:37 +07:00
Wissarut Kanasub
7fe1fda080 Fix complete button bug and replace 2023-11-28 19:46:02 +07:00
Wissarut Kanasub
23bd2ddf37 Time change feature completed 2023-11-28 19:13:12 +07:00
Wissarut Kanasub
d49cae6965 feature task modal time change and checkox 2023-11-28 18:54:09 +07:00
Wissarut Kanasub
61549745b6 re place update time btn 2023-11-28 17:52:54 +07:00
Sirin Puenggun
601b3d0a0f
Merge pull request #87 from TurTaskProject/feature/kanban-board
Fix Kanban not work with api, fix style and now, calendar can only delete and view. Fix profile update page
2023-11-28 12:04:16 +07:00
sosokker
145f19f49b Change card Style 2023-11-28 11:58:08 +07:00
sosokker
36958d5256 taskmodal will now work with some apis (need to work with time and desc)
- Editing Title
- Editing complete, challenge, difficulty
2023-11-28 11:57:53 +07:00
sosokker
9affc1ecba Add update partial of task (patch api) 2023-11-28 11:56:25 +07:00
sosokker
b7bb101759 When move task to Todo, make it completed 2023-11-28 11:55:39 +07:00
sosokker
797220b0a6 Merge branch 'feature/kanban-board' of https://github.com/TurTaskProject/TurTaskWeb into feature/kanban-board 2023-11-28 11:52:22 +07:00
sosokker
c2824ec383 Calendar can now only view and delete task 2023-11-28 11:52:03 +07:00
Pattadon
5704d7c917 Refactor EisenhowerMatrix component 2023-11-28 11:45:23 +07:00
sosokker
275738d902 Remove console.log from userAPI 2023-11-28 11:27:06 +07:00
sosokker
1876569ec1 Fix error when not upload image / Use username instead of first name in profile 2023-11-28 11:26:10 +07:00
sosokker
6a583dee90 Give sub_task_count to frontend 2023-11-28 11:01:10 +07:00
Pattadon
06b188752f Update profile page component to display username
instead of first name
2023-11-28 10:59:05 +07:00
Pattadon
34cc54f8a7 Update profile page with first name and about me
fields
2023-11-28 10:45:57 +07:00
Pattadon
22e2521413 Add profile picture to navbar 2023-11-28 10:27:14 +07:00
sosokker
3a7437aa09 Add subtask CRUD and axios for it 2023-11-28 01:28:06 +07:00
sosokker
97e4cc5a0d Fix subtask viewset typo error 2023-11-28 01:26:40 +07:00
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