IMAmuseum / tap-cms

Authoring tools for the TAP mobile application software platform, built on top of Drupal. Learn more about the project at TAPintoMuseums.org.
https://github.com/IMAmuseum/tap-cms/wiki
GNU General Public License v3.0
24 stars 8 forks source link

Create quick add stop & view to tours #2

Closed kjaebker closed 11 years ago

kjaebker commented 12 years ago

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.

billbostick commented 12 years ago

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.