aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoris2022-02-26 18:35:24 +0100
committerJoris2022-02-26 18:35:24 +0100
commit2d80413609130f1c121dcae39a150a27dd9f02ea (patch)
treea8c807b7e95d5049ea43a1757d292b5cb745524b /README.md
parent1445e23a26c6581ad0c3f5b5016e47e95d224e9f (diff)
downloadcalendar-2d80413609130f1c121dcae39a150a27dd9f02ea.tar.gz
calendar-2d80413609130f1c121dcae39a150a27dd9f02ea.tar.bz2
calendar-2d80413609130f1c121dcae39a150a27dd9f02ea.zip
Show repeated events
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/README.md b/README.md
index e2517ad..ce0c140 100644
--- a/README.md
+++ b/README.md
@@ -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