1
0

TaskList refinement
All checks were successful
Test Python / Test (push) Successful in 25s

This commit is contained in:
Jon Michael Aanes 2024-10-01 16:51:05 +02:00
parent 618bb9e083
commit 2734e7ac7a

View File

@ -55,7 +55,11 @@ Following features are work in progress:
- [ ] Frontmatter: Writable Tags - [ ] Frontmatter: Writable Tags
- [ ] Frontmatter: Writable assigned members - [ ] 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: Arbitrary structured data (Custom Fields)? Read-only.
- [ ] Frontmatter: Readable Dependencies. As vault links in Obsidian mode. - [ ] Frontmatter: Readable Dependencies. As vault links in Obsidian mode.
- [ ] Frontmatter: Writable Dependencies. - [ ] Frontmatter: Writable Dependencies.