Commit Graph

58 Commits

Author SHA1 Message Date
sosokker
52edc03abd Remove unuse import 2023-11-20 17:04:05 +07:00
sosokker
b3efc99d3d Save all task from calendar in Todo model 2023-11-20 17:03:06 +07:00
sosokker
3c7c966dea Add docstring to describe models 2023-11-20 16:47:42 +07:00
sosokker
47c0f6d054 Register board and task to admin 2023-11-20 03:28:30 +07:00
sosokker
a40e1bc6f0 Add Listboard assign signal 2023-11-20 03:16:32 +07:00
sosokker
be1c6fd466 Update Task sub class field 2023-11-20 03:16:15 +07:00
sosokker
fec588f81f Update model according to last design 2023-11-20 02:39:41 +07:00
sosokker
e372c1b3ba Update API url 2023-11-20 01:38:34 +07:00
sosokker
50cfc7809c Merge branch 'main' into dashboard-api 2023-11-20 01:37:02 +07:00
Sirin Puenggun
1d28f2ba01
Update sample.env 2023-11-18 22:02:40 +07:00
sosokker
f1b97d1a3d Merge branch 'main' into dashboard-api 2023-11-17 23:31:46 +07:00
Chaiyawut Thengket
8c91b3030a create apiview 2023-11-17 10:44:54 +07:00
sosokker
d2f75c4fc1 Add RRule parser from 2 tasks and save Recurrence Tasks 2023-11-14 22:28:46 +07:00
sosokker
4d96f8c94e Add Habit Tasks 2023-11-14 01:15:56 +07:00
sosokker
1b436d2dc6 Add RecurrenceTaskViewSet 2023-11-09 23:52:33 +07:00
sosokker
67a30ce114 Update test to match Todoviewset 2023-11-07 03:38:51 +07:00
sosokker
a403e45f9f Use ModelViewset for Todo and Add some fields before validate 2023-11-07 03:23:20 +07:00
sosokker
6f47b10749 Rename Serializer and Skip Reccurence task mapping for now 2023-11-06 23:58:40 +07:00
sosokker
4100b10167 Add recurrence tasks use rrule field 2023-11-06 23:14:53 +07:00
sosokker
792e1f5276 Rewrite test for Todo 2023-11-06 22:18:28 +07:00
sosokker
3baf716c6f Use Signal to calculate Priority 2023-11-06 22:18:20 +07:00
sosokker
39601926ff Use Task Abstract model instead of Big Task model 2023-11-06 22:02:11 +07:00
sosokker
89fb618698 Use signal to create UserStats Instead 2023-11-06 18:34:41 +07:00
sosokker
0c256bf003 Remove unready stat calculation 2023-11-06 13:04:28 +07:00
sosokker
661b178715 Add Level in UserStats 2023-11-06 13:02:25 +07:00
sosokker
a34f2f0a7f Merge branch 'main' into feature/stat-logic 2023-11-06 12:39:37 +07:00
sosokker
cb2b235e20 Add UserProfile 2023-11-06 12:37:10 +07:00
sosokker
194fdc3dbc Update swagger settings 2023-11-05 22:19:29 +07:00
sosokker
b07179f121 Add Swagger Doc 2023-11-05 22:15:25 +07:00
sosokker
2a47b228de Add default for Amazon S3 key 2023-11-05 19:04:25 +07:00
sosokker
47d4d97ce7 Add Profile update page 2023-11-05 19:01:05 +07:00
sosokker
0ce32b9613 Add JWT expiration 2023-11-05 18:59:04 +07:00
sosokker
3d9a56f0df Update Model field and add Profile Cutomize API 2023-11-05 03:48:10 +07:00
sosokker
db297c06ce Connect Amazon S3 to store image 2023-11-05 03:47:43 +07:00
sosokker
c122812b32 Update docstring style 2023-11-04 18:55:24 +07:00
sosokker
4a1a42859b Add Task prioritize 2023-11-04 18:37:52 +07:00
sosokker
5aa524bef4 Separate Authentication and Users 2023-11-04 03:51:20 +07:00
sosokker
c926a9f332 Improve Google API Sync 2023-11-04 03:30:21 +07:00
sosokker
fcf674f3f6 Clean up after remove reminders 2023-11-03 23:29:54 +07:00
sosokker
02236f9873 Remove Reminders from model 2023-11-03 12:49:46 +07:00
sosokker
6581b547a0 Add Retreive data from calendar API 2023-11-02 11:22:13 +07:00
sosokker
fafb8cf5f9 Add Save refresh_token in user db 2023-11-02 01:03:45 +07:00
sosokker
22e5b705e3 Update Use Authorization code to exchange with token. 2023-11-02 00:52:39 +07:00
sosokker
8b266b65d2 Add logout in user dropdown 2023-10-31 10:41:11 +07:00
sosokker
67829fc292 Fix Google Login / Restyle Login-Logout 2023-10-31 04:09:18 +07:00
Sirin Puenggun
f032ae50d6
Add django.yml to run github action on tests (#11)
* Create django.yml

* Update django.yml

* Update django.yml

* Connect to Postgres before do test

* Fix Syntax Error

* Fix Migrate error

* Fix migration error / Modify requirments.txt

* Fix Database secret value missing

* Fix test error

* Add badge to README.md
2023-10-30 20:25:27 +07:00
sosokker
1c3f6cd4c7 Delete tests.py 2023-10-30 15:53:43 +07:00
sosokker
82ac48f3de Add Task CRUD API tests 2023-10-30 15:53:43 +07:00
sosokker
8025746e93 Fix ManytoMany assign at Initialize error 2023-10-30 15:53:43 +07:00
sosokker
48a2d6dd7a Add CRUD task, tag, reminder API 2023-10-30 15:53:43 +07:00