diff --git a/favro_sync/__init__.py b/favro_sync/__init__.py index ed92f59..28e8197 100644 --- a/favro_sync/__init__.py +++ b/favro_sync/__init__.py @@ -55,7 +55,11 @@ Following features are work in progress: - [ ] Frontmatter: Writable Tags - [ ] Frontmatter: Writable assigned members -- [ ] Frontmatter: Writable tasks. +- [ ] Frontmatter: Writable Tasks. + 1. Save updated TaskList along with card (using `PUT cards`) + 2. Get the Card's TaskList. + 3. Remove all TaskList's except for the latest (how to determine latest?) + 4. That's three requests just to save a freaking list of tasks! - [ ] Frontmatter: Arbitrary structured data (Custom Fields)? Read-only. - [ ] Frontmatter: Readable Dependencies. As vault links in Obsidian mode. - [ ] Frontmatter: Writable Dependencies.