diff --git a/memostorage.json b/memostorage.json new file mode 100644 index 0000000..d3e7073 --- /dev/null +++ b/memostorage.json @@ -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": [] +} \ No newline at end of file