...
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.
Runs list
Once the user selects “Playbook runs” (via banner, modal, or bottom sheet), they arrive at a screen listing all runs tied to that channel.
...
For the MVP, we can sort runs by recently updated.
Info |
---|
Too many runs For finished runs, the list will keep growing over time as there is usage. We should consider a lazy loading mechanism here and only load ~20 runs at a time, and then load more as the user scrolls. There can be a loading indicator added at the bottom when the user scrolls down to the end. |
Viewing Run Details
When the user taps a run card, they see the Run Details screen which is similar to the Run RHS in the web app.
...
Run name
Run summary
Owner and Participants (read-only for MVP)
Update due in …
Post Update button
Checklists and tasks
Finish run button
Posting an Update
...