diff options
author | Joris | 2022-03-12 13:27:29 +0100 |
---|---|---|
committer | Joris | 2022-03-12 13:36:09 +0100 |
commit | d584df359640176ec4bc06f59d1e8d42ab17a413 (patch) | |
tree | 6cfaf676fc2ecf4e61067aa376fb2bed0d984d79 /README.md | |
parent | aad7b9601dfa05255d5c24f4a6377d9a25646d45 (diff) |
Update and delete recurring events
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 |