From 35cc74578e969bae4812afd2ff041eba3746142d Mon Sep 17 00:00:00 2001 From: Joris Date: Sat, 19 Mar 2022 22:03:58 +0100 Subject: Allow to repeat an event until a specific date Also provide a shortcut to modify a repetead event from a specific occurence. This set the end repetition date under the hood and create a new repeated event. --- README.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 567d487..de17573 100644 --- a/README.md +++ b/README.md @@ -16,30 +16,28 @@ cargo test # TODO -## V2 +## Description -### Optimizations +- Add description textarea field -- Optimize refresh - -### Recurring +## Optimizations -- Add end repetition date for a recurring event -- Give the possibility to update only future events when modifying recurring event +- Optimize refresh -### Categorize events +## Categorize events 1. CRUD for list of types (name + color). 2. Show / hide depending on the type. -### Nice to have +## Multi day events + +- Try width parameter using grid.attach + +## Nice to have - Drag & drop events. -- Show an indicator when a day can be scrolled vertically. -- Multi day events. - Prevent to launch multiple instances. - Show a date picker in dialog form. -- Apply a style on times in the calendar (bold ?). - 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. -- cgit v1.2.3