-
Notifications
You must be signed in to change notification settings - Fork 0
Iteration 2
Sirin Puenggun edited this page Nov 10, 2023
·
1 revision
Goal of this Iteration is to Implement Model as design, connect PostgresSQL and connect Django with React. Implement some pages such as login/registration
| Task | Description |
|---|---|
| Implment Model and Initialize PostgresSQL | Implement model as design using django model and connect Django with PostgresSQL |
| Access google calendar API | Using key from Google Oauth to request data from Google Calendar |
| Provide Tasks CRUD API | With DRF, provide CRUD API |
| Task | Description |
|---|---|
| Implement Login/Registration Page | React + Tailwindcss + DaisyUI to implement those page |
| Connect React with DRF | With Axios, fetch data from DRF API endpoints |
| Navigation Bar and Sidebar Development | Finish Navbar implementation and get some parts of Sidebar finish |
| Discussion with team about process and how to contribute |
|---|
- Model migration work correctly with PostgresSQL
- Can retreive data from Google Calendar via API
- Provide API for Tasks CRUD
- Connect React with DRF via API and Axios
You can navigate through this wiki with a sidebar on the right😉