Commit Graph

359 Commits

Author SHA1 Message Date
sosokker
bb1189fab7 Merge branch 'main' into frontend-production 2023-11-22 23:12:18 +07:00
Sirin Puenggun
be65b53fd7
Merge pull request #58 from TurTaskProject/backend-deployment
Backend deployment
2023-11-22 23:12:03 +07:00
sosokker
03ec4c8223 Add local_setting for github action 2023-11-22 23:08:52 +07:00
sosokker
d013b734eb Update django.yml 2023-11-22 23:06:17 +07:00
sosokker
d98c77acc6 Change CORS 2023-11-22 22:55:49 +07:00
sosokker
8574635076 Update vercel include path 2023-11-22 22:51:42 +07:00
sosokker
84bd04126e Update vite.config.js 2023-11-22 22:47:16 +07:00
sosokker
375397c141 Update requirements.txt 2023-11-22 22:29:41 +07:00
sosokker
54527e11f7 update production setting 2023-11-22 21:42:40 +07:00
sosokker
f1a109a220 Move requirments.txt 2023-11-22 21:35:07 +07:00
sosokker
7c73580150 update build settings 2023-11-22 21:26:42 +07:00
sosokker
168b648765 Update cachetable name 2023-11-22 21:09:16 +07:00
sosokker
6ac8c65de7 Set baseURL variable 2023-11-22 21:01:43 +07:00
sosokker
d647906ff0 Update deployment file 2023-11-22 20:50:47 +07:00
Sirin Puenggun
58bfb0edb6
Update dashboard.jsx 2023-11-22 20:29:04 +07:00
Sirin Puenggun
903a943042
Merge pull request #57 from TurTaskProject/main
Merge lastest update and test deploy
2023-11-22 20:04:22 +07:00
Sirin Puenggun
aa2dd95f94
Merge pull request #56 from TurTaskProject/feature/user-authentication
Fix Bug when logout
2023-11-22 20:02:54 +07:00
sosokker
da2dc5eff8 Fix fetch data before component is mouted 2023-11-22 20:00:20 +07:00
sosokker
107a3d23f2 Seperate authentication context and hook 2023-11-22 20:00:02 +07:00
THIS ONE IS A LITTLE BIT TRICKY KRUB
fd5f9e33bd Merge branch 'main' into feature/dashboard 2023-11-22 19:27:48 +07:00
sosokker
78f5f19c70 Merge branch 'main' into feature/user-authentication 2023-11-22 17:33:52 +07:00
sosokker
8ba74d846d Add absolute import part and move AxiosInstance 2023-11-22 17:32:01 +07:00
Sirin Puenggun
afbd654c37
Update LoginPage.jsx 2023-11-22 16:10:32 +07:00
Sirin Puenggun
43b445f105
Fix wrong import path 2023-11-22 16:03:15 +07:00
Sirin Puenggun
f572c265ec
Create vercel.json 2023-11-22 15:55:14 +07:00
Wissarut Kanasub
7fe64fab6a landingPage.jsx adding 2023-11-22 14:41:46 +07:00
THIS ONE IS A LITTLE BIT TRICKY KRUB
822143f546 Add react-daterange-picker package 2023-11-21 22:30:12 +07:00
Sirin Puenggun
f88aa1a1ab
Merge pull request #55 from TurTaskProject/feature/dashboard
Fix data fetching and update UI components
2023-11-21 13:25:10 +07:00
sosokker
5ef268180d Merge branch 'feature/dashboard' of https://github.com/TurTaskProject/TurTaskWeb into feature/dashboard 2023-11-21 13:22:32 +07:00
Sirin Puenggun
f9b610e5b4
Merge pull request #54 from TurTaskProject/feature/tasks-api
Add checkbox handler in Eisenhower and caledar task delete + profile fetch
2023-11-21 12:42:06 +07:00
sosokker
86c8af32e9 Send delete when delete in calendar 2023-11-21 12:38:16 +07:00
sosokker
11601df6a3 Add checkbox false handle 2023-11-21 12:36:10 +07:00
sosokker
5c78ffd5f3 Fetch data from todo and add checkbox handle 2023-11-21 12:16:11 +07:00
Pattadon
9e6154429b Fix data fetching and update UI components 2023-11-21 11:36:56 +07:00
Sirin Puenggun
9dd99bcd42
Merge pull request #53 from TurTaskProject/feature/tasks-api
Connect Api with Kanban
2023-11-21 11:31:19 +07:00
sosokker
da975625fb comment the old test 2023-11-21 11:27:01 +07:00
sosokker
8e3b91b8ac Add create adn update task 2023-11-21 07:07:25 +07:00
sosokker
dc154c0122 Sync task location when move to different column 2023-11-21 06:20:10 +07:00
sosokker
5b4a11b374 Seperate Modal State 2023-11-21 06:12:56 +07:00
sosokker
ddac2bc5ee Connect API on ListBoard in Kanban 2023-11-21 05:54:55 +07:00
sosokker
81914dd7fa Add function to create and save new column 2023-11-21 05:07:18 +07:00
sosokker
063e7eda70 Connect Kanban with Api (Fetch data) + Save Task Position 2023-11-21 04:50:22 +07:00
sosokker
7d75c4a453 Change Icon of sidebar and link 2023-11-21 03:43:26 +07:00
sosokker
10e64bb340 Change listboard creation logic 2023-11-21 03:42:41 +07:00
sosokker
fc1134d744 Add signal docstring 2023-11-21 03:11:19 +07:00
sosokker
167d943740 Auto create KanbanTaskOrder when First time create ListBoard 2023-11-21 03:02:00 +07:00
sosokker
4d928e4782 Check existing of task in task order data 2023-11-21 02:40:54 +07:00
sosokker
6873d0a174 Add kanban position manage api 2023-11-21 02:38:57 +07:00
sosokker
72934d9175 Merge branch 'main' into feature/tasks-api 2023-11-21 01:57:35 +07:00
Sirin Puenggun
415543606c
Merge pull request #52 from TurTaskProject/feature/dashboard
Add Dashboard UI
2023-11-21 01:57:12 +07:00