diff options
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 |