...
The menu item also shows the number of runs in progress. Tapping on the `Playbook runs` menu item navigates the user to the same Runs list screen for that channel, even if there is just 1 active run in the channel.
When there arr no in-progress runs, the menu item will be there without a number on the right. Tapping on it will navigate the user to the list of Finished runs for the channel.
...
Channel ••• bottom sheet
Similar to the Channel Info modal, if there are any in progress OR finished runs linked to a channel, there’ll be a menu item in the bottom sheet to access Playbook Runs. Tapping on the `Playbook runs` menu item navigates the user to the same Runs list screen for that channel, even if there is just 1 active run in the channel.
...
Once the user selects “Playbook runs” (via bannerthe header icon button, modal, or bottom sheet), they arrive at a screen listing all runs tied to that channel.
...
The only action possible on a Checklist group will be to expand or collapse it. Tapping anywhere on the checklist title row should toggle this.
For every task, the title will be shown in 1 line and and the description can be shown in upto 2 lines. Any overflow will be truncated. The full title and description can be seen in the bottom sheet when the user taps on the task details.
Check Off a Task
The user can tap the checkbox in the Run Details view to mark it as complete.
If a task is in the skipped state, tapping on the checkbox should take it to the unchecked state.
...