feat: allow adding one-off list items

This commit is contained in:
2026-04-16 11:30:14 +03:00
parent dfcb75d818
commit ad7dae5a5e
18 changed files with 325 additions and 13 deletions

View File

@@ -295,6 +295,7 @@
"doneBy",
"rrule",
"repeatFromCompletion",
"deleteOnDone",
"nextDueAt",
"imageFileId",
"imageUploadedBy",
@@ -346,6 +347,9 @@
"repeatFromCompletion": {
"type": "boolean"
},
"deleteOnDone": {
"type": "boolean"
},
"nextDueAt": {
"type": "integer",
"format": "int64",
@@ -1950,6 +1954,11 @@
"default": false,
"description": "If true, the next occurrence is measured from when the item is marked done; if false, the schedule is anchored at item creation."
},
"deleteOnDone": {
"type": "boolean",
"default": false,
"description": "If true, the item is deleted when marked done."
},
"sortOrder": {
"type": "integer",
"format": "int64",
@@ -2115,6 +2124,12 @@
"default": null,
"description": "New recurrence anchor mode."
},
"deleteOnDone": {
"type": "boolean",
"nullable": true,
"default": null,
"description": "If true, the item is deleted when marked done."
},
"imageFileId": {
"type": "integer",
"format": "int64",