multiple waypoints?
I can't figure out how to manage waypoint inside waypoints. For example I have:
content [this is a waypoint]
content->login [view]
content->loading [view]
content->dashboard [view with a viewstack insede, so also a waypoint?]
content->dashboard->policies [view]
content->dashboard->reports [view]
content->dashboard->configurations [view wirh anothery waypoint?]
content->dashboard->configurations->list [regular view]
content->dashboard->configurations->panel [regular view]
content->dashboard->configurations->other [regular view]
When i had this everything was working just fine, my problems are been presented when i try to add waypoint insede another waypoint.
content [this is a waypoint]
content->login [view]
content->loading [view]
content->dashboard [view]
There is an example of multiple waypoints?
Also when I am using multiple waypoints should I change the annotation from [Waypoint] with something else?
Thanks!!!
