nipunayf / highlights

A productivity application designed to reduce the scheduling friction between the task manager and the calendar.
GNU Affero General Public License v3.0
0 stars 0 forks source link

[New Feature]: Import tasks from Google Tasks #3

Open nipunayf opened 3 months ago

nipunayf commented 3 months ago

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.

ashen92 commented 3 days 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.