summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)