Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
tasks: Add step to table view
Adrian Duke committed 1 month ago
commit b5e0b57ab277a628f119676818e075d7bacb5d24
parent ae210e37eb1fd731548bc058caed8c1f29743d04
1 file changed +8 -6
modified crates/radicle-tasks/features/board-lord.md
@@ -8,6 +8,8 @@

### Feature and scenario headings:

+
> Note that ✗ = unhappy paths and ✓ = happy paths, the order of items below should be shortest to longest path through each feature.
+

- Create a board
  - ✗ Repo not defined
  - ✗ Non-delegate
@@ -76,12 +78,12 @@

        ```
        $ rad board show b67a123 --table
-
        ╭──────────────────────────────────────────────────────────────────────────────╮
-
        │ ●    ID         Title                  Assignee         Labels               │
-
        ├──────────────────────────────────────────────────────────────────────────────┤
-
        │ ●    27d3132    Change passphrase...   z6MkkPv...       bug                  │
-
        │ ●    91f64c0    Add CLI command...     z6MkkPv...       enhancement          │
-
        ╰──────────────────────────────────────────────────────────────────────────────╯
+
        ╭─────────────────────────────────────────────────────────────────────────────────────╮
+
        │ ●    ID        Step    Title                  Assignee         Labels               │
+
        ├─────────────────────────────────────────────────────────────────────────────────────┤
+
        │ ●    27d3132   Todo    Change passphrase...   z6MkkPv...       bug                  │
+
        │ ●    91f64c0   Doing   Add CLI command...     z6MkkPv...       enhancement          │
+
        ╰─────────────────────────────────────────────────────────────────────────────────────╯
        ```

    - Filter