zap: add child property

This commit is contained in:
Tykayn 2023-03-06 00:15:27 +01:00 committed by tykayn
parent bae6e635ed
commit 9ff38a3aa8
1 changed files with 2 additions and 1 deletions

View File

@ -65,7 +65,8 @@ let task = {
corpus: "",
state: "",
tags: [],
tagsInherited: [],
children: [], // TODO list children tasks with a reference to the parent when level is superior to previous task
tagsInherited: [], // TODO inherit tags
dates: {},
logbook: {},
properties: {},