diff options
author | Joris | 2022-02-26 18:35:24 +0100 |
---|---|---|
committer | Joris | 2022-02-26 18:35:24 +0100 |
commit | 2d80413609130f1c121dcae39a150a27dd9f02ea (patch) | |
tree | a8c807b7e95d5049ea43a1757d292b5cb745524b /README.md | |
parent | 1445e23a26c6581ad0c3f5b5016e47e95d224e9f (diff) |
Show repeated events
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -10,13 +10,17 @@ nix develop --command cargo run - gtk4-rs documentation: https://gtk-rs.org/gtk4-rs/stable/latest/docs/gtk4/ - Event-Driven GTK by Example — 2021 Edition: https://mmstick.github.io/gtkrs-tutorials/ +# Tests + +cargo test + # TODO ## V1 ### Repeat events -1. Show repeated events. +1. Run `cargo clippy --all-targets -- -D warnings` 2. Update / delete specific repetition occurences. 3. When validating repetition, don’t produce None if there is a validation error. @@ -31,6 +35,10 @@ nix develop --command cargo run ## V2 +### Optimizations + +- Optimize refresh + ### Categorize events 1. CRUD for list of types (name + color). @@ -46,6 +54,5 @@ nix develop --command cargo run - Apply a style on times in the calendar (bold ?). - Print errors on forms when validating. - Validate the form when pressing enter on any field. -- Remove event with right click. - Select the default focus with a button or a shortcut. -- Specify until which date a repeted event is +- Specify until which date a repeated event is |