Skip to content

Iteration 2

Sirin Puenggun edited this page Nov 10, 2023 · 1 revision

Goals

Goal of this Iteration is to Implement Model as design, connect PostgresSQL and connect Django with React. Implement some pages such as login/registration

Feature

Backend

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

Frontend

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

Additional

Discussion with team about process and how to contribute

Criteria

  • 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

Clone this wiki locally