Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

image-20250130-135617.pngImage Removedimage-20250131-021606.pngImage Added

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.

image-20250130-135737.png

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.

image-20250131-021404.pngImage Added

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

image-20250130-140001.pngImage Removedimage-20250131-021722.pngImage Added

Posting an Update

...