its-me-abhishek / ccsync

Built for Taskserver Project in GSoC'24 @CCExtractor
https://summerofcode.withgoogle.com/programs/2024/projects/JJCQFYTA
MIT License
2 stars 0 forks source link

Error created when updating task from Flutter app #50

Open sternj opened 5 days ago

sternj commented 5 days ago

A task without a due date is given the string -, which is sent to the backend and is not able to be used by the CLI. Since tasks have default values in the taskDetails UI, perhaps these should be ignored. I'm testing a fix!

sternj commented 5 days ago

(by the way, I also cleaned up the Dockerfile-- I'll be making a more in-depth PR describing what I did and how it speeds up repeated builds)