mirror of
https://git.alemi.dev/memo-cli.git
synced 2024-11-14 17:39:18 +01:00
add test memostorage ad todo tracker for proj
This commit is contained in:
parent
9af29da716
commit
f09c9b7e13
1 changed files with 51 additions and 0 deletions
51
memostorage.json
Normal file
51
memostorage.json
Normal file
|
@ -0,0 +1,51 @@
|
|||
{
|
||||
"key": "",
|
||||
"hash": "",
|
||||
"last_sync": null,
|
||||
"last_run": "2022-03-27T23:56:45.356972118Z",
|
||||
"memo": [
|
||||
{
|
||||
"id": "dba39f62-919e-4dcf-8c2b-65db2e11e6d5",
|
||||
"body": "store last_edit and not last_run",
|
||||
"due": null,
|
||||
"done": null
|
||||
},
|
||||
{
|
||||
"id": "41a975f7-3f2d-4f72-bf0e-21de91631fbc",
|
||||
"body": "store last_edit in memos",
|
||||
"due": null,
|
||||
"done": null
|
||||
},
|
||||
{
|
||||
"id": "eaac08b0-c367-4901-a980-0cda66efbb54",
|
||||
"body": "fix merge policy (always uses remote data)",
|
||||
"due": null,
|
||||
"done": null
|
||||
},
|
||||
{
|
||||
"id": "171b69de-677c-4a82-a57b-7f00af4ae7e3",
|
||||
"body": "data encryption",
|
||||
"due": null,
|
||||
"done": null
|
||||
},
|
||||
{
|
||||
"id": "d3cdd44f-96c1-4063-855a-8d55283be768",
|
||||
"body": "recurring memos",
|
||||
"due": null,
|
||||
"done": null
|
||||
},
|
||||
{
|
||||
"id": "78622159-8bdc-4c1f-bf04-147e165e0f6e",
|
||||
"body": "yml and toml formats?",
|
||||
"due": null,
|
||||
"done": null
|
||||
},
|
||||
{
|
||||
"id": "0f0df75d-6a0c-4e4e-9a3c-2075a045963c",
|
||||
"body": "improve server...",
|
||||
"due": null,
|
||||
"done": null
|
||||
}
|
||||
],
|
||||
"archive": []
|
||||
}
|
Loading…
Reference in a new issue