2023-08-27 03:26:55 +00:00
|
|
|
TODO:
|
|
|
|
- check if first run (api call) and show google calendar login button
|
2023-08-27 04:51:44 +00:00
|
|
|
- schedule pypi every().day() or smth like that at (time to print)-5 minutes to update calendar and get ready to print new daily list
|
2023-08-27 04:25:56 +00:00
|
|
|
- parse calendar list to database format and call save_todos() with list of Todos
|
|
|
|
- Start uvicorn on device startup (using gunicorn + sysmtectl)
|
2023-08-27 04:51:44 +00:00
|
|
|
* remove from recurring list api call
|
|
|
|
* change .firsttimeruncheck from true to false if google autherization breaks
|