diff options
author | Joris | 2022-02-27 09:36:14 +0100 |
---|---|---|
committer | Joris | 2022-02-27 09:36:14 +0100 |
commit | f58c120bcc0a84156e5e253be57c1f958ea8576e (patch) | |
tree | 664951a5b791469fea036a0552946f1bfc995116 /README.md | |
parent | 5f1f9065476a46ccced3f1b0e31a90d3a00eccef (diff) |
Don’t create an event if repetition is not valid
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -18,14 +18,8 @@ cargo test ## V1 -### Repeat events - -1. When validating repetition, don’t produce None if there is a validation error. -2. Update / delete specific repetition occurences. - -### Navigate around - -1. Select previous or next week with shortcuts. +- Select previous or next week with shortcuts. +- Update / delete specific repetition occurences. ## V2 |