From 9d6baf5459cf01731c3a97740a86abd950fa7d1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaros=C5=82aw=20Zywert?= Date: Sat, 30 Mar 2024 22:47:07 +0100 Subject: [PATCH] update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ec6b0f9..e1fab2a 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,6 @@ Just remember to urldecode it. Save it and you should ready to go! ## Todo list -- [ ] cli version does not update worklogs if they exist already - - [ ] fetch worklogs from current day and propose them for selection - [ ] ticket status change prompt after logging time - [ ] tests - [ ] unify workLogs and worklogsIssues structs - use one for both @@ -81,7 +79,9 @@ Just remember to urldecode it. Save it and you should ready to go! - `gojira log -i TICKET -t 1h30m` - `gojira` -> `gojira recent` - `gojira` -> `gojira --help` -- [ ] trigger ui updates after worklog change more efficiently +- [ ] trigger ui updates after worklog change more efficiently +- [x] cli version does not update worklogs if they exist already + - [x] fetch worklogs from current day and propose them for selection - [x] Add worklogs from ui - [x] gojira worklog delete option - [x] recent jira task list for easy time logging