diff options
author | Joris | 2022-04-24 16:31:49 +0200 |
---|---|---|
committer | Joris | 2022-04-24 16:31:49 +0200 |
commit | 47fe90ee23d8ab04645ef3c7a17459ed40c5b765 (patch) | |
tree | d1aa7d3840a3bd825dcae0a0398fec7ca310f45c /README.md | |
parent | 6d271b09303d924381cc65e7c0b5eb56833780ed (diff) |
Allow to attach categories to events
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -38,14 +38,16 @@ cargo run -- --list-today # TODO -## Optimizations +## Categorize events -- Optimize refresh. +1. Add category form +2. Show categories +3. Update category +4. Delete category -## Categorize events +## Optimizations -1. CRUD for list of types (name + color). -2. Show / hide depending on the type. +- Optimize refresh. ## Multi day events |