My space_event database
Posted by sharplesa on March 19, 2009 at 4:25am
I saw an old post by Eric where he was suggesting that we post about projects we're working on in order to try to get the community rolling. Here goes...
I'm working on a site that correlates space_event data with observation data. Is there an easier, more Drupal, way to accomplish my mission than this?
Say there's a big astronomy event -- a solar eclipse, a nova, a comet fly-by. I have a CCK content type that describes that event (space_event):
-date/time
-description
-event-type (solar, planetary, etc)
-collection of observation_ref (node references to the observations)
