Skip to content

jotshin/AutoFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoFlow

Please note this repo is still in its early stage.

Goal

Conditional navigation flow means going forward or backward to different flow steps based on different conditions. The usual approach is to predefine the flow steps and their dependencies. However, this isn't practical if we want to make it real-time and dynamic, meaning the condition would depend on changing inputs. As a result, we need a solution to achieve it.

Solution

We'll try to attack the problem by leveraging the algorithm: topological sort.

link

Every time we need to go forward or backward in the navigation flow, we'll check the dependency and rebuild the graph for the flow.

About

Flow coordination made easy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages