nyuoss / glaceon-google-suite-tasks

An easy-to-use tool to manage Google Tasks.
MIT License
0 stars 0 forks source link

feat: view tasks retrieved from task crawler on webpage #17

Closed zwinniez closed 4 months ago

zwinniez commented 4 months ago

Pull Request Template

Description

All task retrieved from google script task crawler is now viewable on webpage. This commit connects the data flow from the backend to frontend. However, the tasks have not been filtered by tasklist category yet. Currently, all tasks appear under the Starred tasklist with their respective tasklist category as a meta-description.

Fixes # (issue)

Type of change

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.

Checklist:

Note:

Include the information the reviewers need to know.

Yanglin-Tao commented 4 months ago

Nice work! Have you worked with the backend team to test on task data crawled from Google Tasks?

zwinniez commented 4 months ago

Yes, it is tested. Thanks for the review