When viewing a tour content type, display a list of all stops associated with that tour. The view should be filterable by stop type as well for ease of browsing the tour content.
Also when viewing a tour give the user a list of links to quick add a stop to the tour. This would just link a user to the node creation form with the tour reference field already filed in.
I've implemented the 'add stop quick links' as a block in the tap module, as was done in the v6 module. We might want to consider adding these to the node's $links array instead of using the block.
When viewing a tour content type, display a list of all stops associated with that tour. The view should be filterable by stop type as well for ease of browsing the tour content.
Also when viewing a tour give the user a list of links to quick add a stop to the tour. This would just link a user to the node creation form with the tour reference field already filed in.