aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 10 insertions, 12 deletions
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.