summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2025-07-19 19:52:46 +0100
committerJoe Carstairs <me@joeac.net>2025-07-19 19:52:49 +0100
commit25458661e733b03f659a8bfbbbbbf07418cb56e9 (patch)
tree26963012ac2a180295b755ee7ef8916b51358b2e
parent28a15d746b0d31d34002e8d9ec0f23b2f14e7292 (diff)
add epic-003, edit kanban
-rw-r--r--requirements/kanban.md9
-rw-r--r--requirements/tasks/epic-003.md7
2 files changed, 15 insertions, 1 deletions
diff --git a/requirements/kanban.md b/requirements/kanban.md
index 8a78a3b..096f3a5 100644
--- a/requirements/kanban.md
+++ b/requirements/kanban.md
@@ -2,7 +2,11 @@
| Backlog | Ready | In Progress |
| -------- | ----- | ----------- |
-| epic-000 | | task-041 |
+| | | epic-003 |
+| ======== | ===== | =========== |
+| | | task-041 |
+| ======== | ===== | =========== |
+| epic-000 | | |
## Usage notes
@@ -14,3 +18,6 @@
- `req.sh list -S req`
- `req.sh list -D task`
- There is no 'Done' column. When a task is done, it is removed from the board.
+- Tasks are grouped by Epic. There is a row of === after an epic ticket, and
+ after the last ticket in the Epic. No task should be on the board without an
+ Epic.
diff --git a/requirements/tasks/epic-003.md b/requirements/tasks/epic-003.md
new file mode 100644
index 0000000..7d07739
--- /dev/null
+++ b/requirements/tasks/epic-003.md
@@ -0,0 +1,7 @@
+# epic-003: project setup
+
+For this Epic, the project should be ready to start work.
+
+## Ordered backlog
+
+- [ ] task-041 (requirements)