Replies: 4 comments 6 replies
-
Hi @rwinger1 - thanks for your feedback! It's an interesting idea - I had not thought of using the component for navigation, but that's a definite possibility. I could see the component returning whatever step you had clicked on, which would allow you to use a Decision element to decide where to navigate. Does that sound like what you're envisioning? Very interesting, thanks for brainstorming. |
Beta Was this translation helpful? Give feedback.
-
I've tried my hand at implementing this functionality and found the following:
My work in progress: |
Beta Was this translation helpful? Give feedback.
-
What are all your thoughts on 'forward' navigation? I believe there may be complications:
Overall navigating forward brings far too many concerns to be allowed, I feel. |
Beta Was this translation helpful? Give feedback.
-
I agree that enabling a component like this for navigation opens up a can
of worms for handling the user experience and processing flow logic, but it
could be done. That’s not the point of this component, but it could be
done. I have many flows where I use custom navigation button menus to guide
the user, but only at specific points (and only with planned/specific
buttons).
This component’s purpose os to visually depict where in a process the user
is - there are no plans to make it available for navigation.
Thanks again for the feedback though! Mitch
…On Tue, Oct 25, 2022 at 3:26 AM Jon ***@***.***> wrote:
What are all your thoughts on 'forward' navigation?
I believe there may be complications:
1. We will need to maintain state to track what screens the user has
already visited, these should be the only ones they should be allowed to
navigate to.
2. What if changed values result in a new screen becoming available in
a decision?
3. What about more complex validations that may occur in specific
screens?
Overall navigating forward brings far too many concerns to be allowed, I
feel.
—
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB3SVZF2S33VCFA3VDG5523WE6DQRANCNFSM5NGWM6LA>
.
You are receiving this because you were mentioned.Message ID:
<SFDC-Assets/DynamicFlowProgress/repo-discussions/2/comments/3957725@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
Thank you for this component; I definitely have a need for this. One enhancement I would love to see would be to have the option to make the navigation bar clickable so that when you clicked on one of the steps in the navigation bar, it would jump you to that flow screen. Thanks in advance for you consideration.
Beta Was this translation helpful? Give feedback.
All reactions