Open nipunayf opened 3 months ago
Currently, users can link their Google account, after which their task lists are displayed on the left navigation bar. Users can click on these task lists to view the tasks within them. Account linking and task importing occur purely on the front end, while our database only tracks whether a user has linked their Google account.
What it does?
Integrates Google Tasks with the application.
Why is it important?
Expands the application’s functionality by allowing users to import tasks from a widely used task management platform.
How it works?
Authenticates the user after taking the developer token, retrieves task data from the Google Tasks API, maps this data to the application’s task structure.