diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 7 insertions, 10 deletions
@@ -4,16 +4,11 @@ nix develop --command cargo run ``` -# TODO +# Links -## Show events at specific days +- gtk4 documentation: https://gtk-rs.org/gtk4-rs/stable/latest/docs/gtk4/ -1. Modelize an event as Day + Option<Time>. -2. Define a simple test list of events. -3. Show it on the calendar (Order events by time). -4. Add ellipsis in case an event description is too long, and show the complete - message when hovering the mouse. -5. Allow to scroll vertically through events if there are a lot of events one day. +# TODO ## CRUD @@ -34,7 +29,7 @@ Be able to specify repetition. ## API -1. Get list of events today. +1. Get list of today events. ## Calendar focus @@ -49,4 +44,6 @@ Be able to specify repetition. ## Nice to have -1. Drag & drop events. +- Drag & drop events. +- Show an indicator when a day can be scrolled vertically. +- Multi day events |