From 7e7569cc0f94addc243bc54b8cf1dbc741b1c8d0 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 14 May 2020 13:48:17 -0300 Subject: [PATCH] Added more TODOs --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 54732d8..d177ef2 100644 --- a/README.md +++ b/README.md @@ -23,16 +23,17 @@ tell you that you have 15 days up to it. ### Visual/Interface - [ ] Option to remove events + - [ ] Option to remove every "Over" event" - [ ] Pretty output like `bat` ### Internal changes -- [ ] Automatically remove past events -- [ ] Move the app "db" to a fixed space -- [ ] Create a proper "repository" for the event list +- [ ] `Date` and `Time` constructors - [ ] Change `due` match to use guardians and remove the internal match - [ ] Remove `fmt::Display` from `Event`; the display should be in the main/interface layer +- [ ] Move the app "db" to a fixed space +- [ ] Create a proper "repository" for the event list - [ ] Replace toml; the resulting file, although simple to use internally, is hard to read due our data format; we can either remove `serde` completely or write our own `Serializer`/`Deserializer` interfaces