aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoris2022-01-09 14:50:45 +0100
committerJoris2022-01-09 14:50:45 +0100
commit6c47403b11e7aaf1a22778bdc7615051779cb7bd (patch)
tree66b643ed4032b65e16dffce9182a6a1e46c56e3a /README.md
parentd0a9063631e71928484a698f6c585ebb3915e8a2 (diff)
downloadcalendar-6c47403b11e7aaf1a22778bdc7615051779cb7bd.tar.gz
calendar-6c47403b11e7aaf1a22778bdc7615051779cb7bd.tar.bz2
calendar-6c47403b11e7aaf1a22778bdc7615051779cb7bd.zip
Allow to delete events
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/README.md b/README.md
index 2ec9e8d..ddd7ed3 100644
--- a/README.md
+++ b/README.md
@@ -12,11 +12,6 @@ nix develop --command cargo run
# TODO
-## CRUD
-
-1. Modify an event with double click.
-2. Delete an event with right click.
-
## Complexify event
Be able to specify repetition.
@@ -52,3 +47,4 @@ Be able to specify repetition.
- 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