diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -16,16 +16,21 @@ cargo test # TODO -## V1 - -- Update / delete specific repetition occurences. - ## V2 ### Optimizations - Optimize refresh +### Mouse + +- Improve mouse precision + +### Recurring + +- Add end date for a recurring event +- Give the possibility to update only future events when modifying recurring event + ### Categorize events 1. CRUD for list of types (name + color). @@ -42,4 +47,4 @@ cargo test - Print errors on forms when validating. - Validate the form when pressing enter on any field. - Select the default focus with a button or a shortcut. -- Specify until which date a repeated event is +- Specify until which date a recurring event is |