forest/todos/hyperlog/graph.json

35 lines
944 B
JSON
Raw Permalink Normal View History

{
"forest": {
"type": "user",
"projects": {
"type": "section",
"artifacts": {
"type": "item",
"title": "artifacts",
"description": "",
"state": "not-done"
},
"projects": {
2025-02-12 22:38:52 +01:00
"type": "section",
"should be able to download a remote plan": {
"type": "item",
"title": "should be able to download a remote plan",
"description": "",
"state": "not-done"
},
"should be able to template from a remote plan": {
"type": "item",
"title": "should be able to template from a remote plan",
"description": "",
2025-02-18 20:44:26 +01:00
"state": "done"
2025-02-12 22:38:52 +01:00
},
"should be able to use scripts from a remote plan": {
"type": "item",
"title": "should be able to use scripts from a remote plan",
"description": "",
"state": "not-done"
}
}
}
}
}