From 3d61c78c35eca93726a47614bd72af826a1c3c4f Mon Sep 17 00:00:00 2001 From: Louison SARLIN--MAGNUS Date: Thu, 2 Apr 2026 14:34:45 +0200 Subject: [PATCH] docs: roadmap update --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 67400d9..726a348 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ Tiny project aiming at creating a CLI task tracker in Golang 1. Keep track of tasks ## Roadmap -1. Add -2. List all -3. Progress -4. Regress -5. List by +1. ~~Add~~ +2. ~~List all~~ +3. Progress +4. Regress +5. List by ## Features ### Add tasks @@ -63,7 +63,7 @@ New task "Publish code" added to do @ id=4 +---------------------------------------------------------------------+ |id| Description | Status | Created | Updated | |--|--------------|-------------|------------------|------------------| -| 4| Publish code | doing | 01-04-2026 09:13 | 01-04-2026 10:30 | +| 4| Publish code | todo | 01-04-2026 09:13 | 01-04-2026 10:33 | +---------------------------------------------------------------------+ ```