We will begin encouraging OpenTrails publishers to use the part_of field to represent connector trail relationships. So a connector trail A that connections to another trail B will have B as a value in it's part_of array.
In the application when the user clicks on a trailhead, it should not only show the trails that are connected to the trailhead via a trail segment, but also those that are connected to the trailhead via this part_of relationship to trails.
[ ] The TrailHead class in services.js will need to be updated to model this relationship.
[ ] The trailhead details screen will need to be updated to pull trails from this new relatinship.
We will begin encouraging OpenTrails publishers to use the part_of field to represent connector trail relationships. So a connector trail A that connections to another trail B will have B as a value in it's part_of array.
In the application when the user clicks on a trailhead, it should not only show the trails that are connected to the trailhead via a trail segment, but also those that are connected to the trailhead via this part_of relationship to trails.