Skip to content

Commit

Permalink
docs(go): update roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmlft committed Oct 22, 2024
1 parent ef33f8b commit 7f6a80c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions todo-go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A Todo list manager written in Go.
- [x] Add `list` command to print current todos
- [x] Add `done` command to mark todos as done
- [ ] Add flag to `list` to filter on "done/not-done" todos
- [ ] Support setting priority in commands:
- [ ] Add optional flag to `add` to set priority of new todo
- [ ] Add `set-priority` to change priority of an existing todo
- [ ] Add `remove` command to remove a todo
- [x] Add optional flag to `add` to set priority of new todo
- [x] Add `remove` command to remove a todo
- [ ] Use an `enum` for priorities with labels `"low", "medium", "high"` and use these in printing
- [ ] Add `edit` command to modify an existing todo

0 comments on commit 7f6a80c

Please sign in to comment.