How do I make the progress bar move in the new onboarding workflow? #105
-
Hi all. I have a general question on something. I'm intrigued by IBM Notifier's newer Onboarding workflow, and how it can have all these additional payloads and elements. But I'm having trouble understanding exactly how some of them work. For example, adding a general progress bar at the bottom is great, but I can't figure out how to make the progress bar actually "progress" as a user clicks through the pages. If for example, I have 5 steps for someone to click through, I'd want the progress bar to move 20% after clicking each Continue button until it reaches 100%, so they know they've completed the steps. Can anyone suggest a way to do this that I'm overlooking? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi @mm2270, the progress bar on the onboarding UI just work like the progress bar on the pop-up UI so you need to update it from the script using its payload (Ex. |
Beta Was this translation helpful? Give feedback.
Hi @mm2270, the progress bar on the onboarding UI just work like the progress bar on the pop-up UI so you need to update it from the script using its payload (Ex.
/percent 30
). If you would like to have an automatic progress bar that just follow the completion of the onboarding pages please feel free to make a feature request and the community will work on it in one of the next iterations.I'll work on updating the onboarding UI documentation in order to make the progress bar behaviour more clear after the initial setup.