diff options
author | Joris | 2022-03-19 22:03:58 +0100 |
---|---|---|
committer | Joris | 2022-03-19 22:03:58 +0100 |
commit | 35cc74578e969bae4812afd2ff041eba3746142d (patch) | |
tree | c0ef18d3c81554f0e70c91fcb1006d587470365c /README.md | |
parent | 199624dc03ead28ddc7454147457512d9568c593 (diff) |
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.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 22 |
1 files changed, 10 insertions, 12 deletions
@@ -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. |