Allow an event to be setup in seconds using a wizard. Later on allow this to be created via drush.

Use ctools to create multi step form. Custom module to be called cream_wizard

Things to include:

  • Event name
  • Date / Days of event (e.g. Friday, Saturday, Sunday)
  • Important Dates
    • Early Bird
    • Session submission open
    • Session submission closed

Comments

joachim’s picture

Reminds me, I need to make the actual event node type and put that in the base feature.

aburrows’s picture

I've started making this, using ctools. 5 Steps so far:
Step 1 - Event configuration

  • Event Name
  • Event Start Date
  • Event End Date
  • Session submissions open
  • Session submissions close

Step 2 - Create Schedule

  • Utilise fields from schedule node

Step 3 - Create Rooms

  • Utilise fields from rooms entity

Step 4 - Create Scheduled Items

  • Utilise fields from scheduled items entity, may not be needed

Step 5 - Create Tracks

  • Taxonomy
joachim’s picture

> Utilise fields from schedule node

Should the fields for this be on the schedule node(s) or the overall event node?