diff options
author | Joris | 2021-11-21 18:12:11 +0100 |
---|---|---|
committer | Joris | 2021-11-21 18:12:11 +0100 |
commit | 3c5be0300f281d809cbe2ecdf52a4ef34598f084 (patch) | |
tree | 5de6256d0d20c8bb0c3e4d88e1f84e17f3f6a7fd /README.md | |
parent | 54bcca5c48b4586433a92fe4aad9cddd2e5500dc (diff) |
Show static events on the calendar
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 |