I have always like to model an app's navigation with a DAG. If a child node needs to redirect it can send a message up to its parent and either take action or continue to pass it up to the next parent.
Dave- Thanks for sharing this. Admittedly, redirect logic is outside of my usual stomping ground. So this is a refreshing find. Hope you're well this week. Cheers, -Thalia
I have always like to model an app's navigation with a DAG. If a child node needs to redirect it can send a message up to its parent and either take action or continue to pass it up to the next parent.
Very interesting. I have not seen this approach before. I have something to research today!
Dave- Thanks for sharing this. Admittedly, redirect logic is outside of my usual stomping ground. So this is a refreshing find. Hope you're well this week. Cheers, -Thalia