Browse Source

Added more TODOs

master
Julio Biason 4 years ago
parent
commit
7e7569cc0f
  1. 7
      README.md

7
README.md

@ -23,16 +23,17 @@ tell you that you have 15 days up to it.
### Visual/Interface ### Visual/Interface
- [ ] Option to remove events - [ ] Option to remove events
- [ ] Option to remove every "Over" event"
- [ ] Pretty output like `bat` - [ ] Pretty output like `bat`
### Internal changes ### Internal changes
- [ ] Automatically remove past events - [ ] `Date` and `Time` constructors
- [ ] Move the app "db" to a fixed space
- [ ] Create a proper "repository" for the event list
- [ ] Change `due` match to use guardians and remove the internal match - [ ] Change `due` match to use guardians and remove the internal match
- [ ] Remove `fmt::Display` from `Event`; the display should be in the - [ ] Remove `fmt::Display` from `Event`; the display should be in the
main/interface layer 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 - [ ] Replace toml; the resulting file, although simple to use internally, is
hard to read due our data format; we can either remove `serde` completely hard to read due our data format; we can either remove `serde` completely
or write our own `Serializer`/`Deserializer` interfaces or write our own `Serializer`/`Deserializer` interfaces

Loading…
Cancel
Save