API for created tasks does not have a way to add the task under a parent block
mundo03
yeah so, when I create a task, the task itself is always created under a parent.
But I have no control over which parent, you only gave us de option to say if we want to place at
afterbegin
or beforebegin
, which is nice, but it is not enough control.This is what you get when you create a task
{
"ok": true,
"item": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"text": "string",
"parentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"completed": false
}
]
}
It would be super nice if you can allow the API to acpet the partentID as input, so we can choose the node where to create the task, and respect the placement in that node,
afterbegin
or beforebeing
whithin the parent node selected.Thanks
Log In