From dd503d57021a54fedee9c16d6de6138e159ccb5f Mon Sep 17 00:00:00 2001 From: alemidev Date: Mon, 28 Mar 2022 02:14:40 +0200 Subject: [PATCH] added random deadlines to (eventually) sort tasks, added more tasks --- memostorage.json | 52 ++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 44 insertions(+), 8 deletions(-) diff --git a/memostorage.json b/memostorage.json index d3e7073..d72c298 100644 --- a/memostorage.json +++ b/memostorage.json @@ -2,48 +2,84 @@ "key": "", "hash": "", "last_sync": null, - "last_run": "2022-03-27T23:56:45.356972118Z", + "last_run": "2022-03-28T00:13:34.265758517Z", "memo": [ { "id": "dba39f62-919e-4dcf-8c2b-65db2e11e6d5", "body": "store last_edit and not last_run", - "due": null, + "due": "2022-04-04T00:03:02.096181142Z", "done": null }, { "id": "41a975f7-3f2d-4f72-bf0e-21de91631fbc", "body": "store last_edit in memos", - "due": null, + "due": "2022-04-04T00:03:02.096181142Z", "done": null }, { "id": "eaac08b0-c367-4901-a980-0cda66efbb54", "body": "fix merge policy (always uses remote data)", - "due": null, + "due": "2022-04-04T00:03:02.096181142Z", "done": null }, { "id": "171b69de-677c-4a82-a57b-7f00af4ae7e3", "body": "data encryption", - "due": null, + "due": "2022-04-04T00:03:02.096181142Z", "done": null }, { "id": "d3cdd44f-96c1-4063-855a-8d55283be768", "body": "recurring memos", - "due": null, + "due": "2022-04-27T00:03:41.531165213Z", "done": null }, { "id": "78622159-8bdc-4c1f-bf04-147e165e0f6e", "body": "yml and toml formats?", - "due": null, + "due": "2022-04-27T00:03:41.531165213Z", "done": null }, { "id": "0f0df75d-6a0c-4e4e-9a3c-2075a045963c", "body": "improve server...", - "due": null, + "due": "2022-07-06T00:04:05.889521359Z", + "done": null + }, + { + "id": "69b7d74c-3bcb-4cf6-bfbe-4e703c9957a2", + "body": "add title to each storage", + "due": "2022-04-04T00:03:02.096181142Z", + "done": null + }, + { + "id": "f81ffe23-ac41-4939-82e1-3a73066d1680", + "body": "maybe implement memo dependancies?", + "due": "2022-04-27T00:03:41.531165213Z", + "done": null + }, + { + "id": "f665d76b-79ed-45de-9f1e-73863b02f08a", + "body": "make android app synched with server", + "due": "2022-07-06T00:04:05.889521359Z", + "done": null + }, + { + "id": "a5a44ada-54fe-49e6-aebd-5353dc30ced4", + "body": "add description to each storage", + "due": "2022-04-04T00:06:05.528741299Z", + "done": null + }, + { + "id": "bf6e3b8e-e941-43f0-a2a4-51f8cf08a65c", + "body": "impl eq and ord for memo", + "due": "2022-04-04T00:13:10.508332057Z", + "done": null + }, + { + "id": "c03f6c49-ed72-4f52-8076-639278783598", + "body": "fix: json storage all() is not sorted", + "due": "2022-04-04T00:13:31.734454630Z", "done": null } ],