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 Feature module with basic content types #1

Closed kjaebker closed 12 years ago

kjaebker commented 12 years ago

Create a new feature module to include the basic content types for a tour:

Stop groups just point to other stops All of the image/video/audio stops will need media reference fields

billbostick commented 12 years ago

I've posted a first-cut. We should probably discuss some of the dependent modules.

kjaebker commented 12 years ago

I added the views module, I think we will want to create some standard views for viewing a tour.

I also added node references to each stop type so that a stop can reference a tour. This is how we will be able to maintain the connections for TourML.

karnold commented 12 years ago

field groups has also been added to this module

kjaebker commented 12 years ago

I'm closing this for now since we have a good first pass at this module.