CoderDojoGitHub / our-dojo

Our dojo's website, used for archiving lesson plans and signing up students for classes
http://coderdojosf.com
5 stars 4 forks source link

Design and style Event pages. #5

Closed jonmagic closed 11 years ago

jonmagic commented 11 years ago

/cc @nrrrdcore

jonmagic commented 11 years ago

Should probably expose the event state in the UI too and I didn't add a tag for that yet. Possible states:


  States = {
    draft: 0,
    event_created: 1,
    invites_sent: 2,
    registration_opened: 3,
    completed: 4,
  }
jonmagic commented 11 years ago

Once an event has been created on the Eventbrite side we'll have an event id from them and we can provide a link from our event page to theirs, so we'll want to show that link somewhere as well.

jonmagic commented 11 years ago

For the customer facing event show page we could use the Eventbrite embeddable thingy if we wanted to.

cameronmcefee commented 11 years ago

Yeah, I think using the embedded Evenbrite thing is fine.

jonmagic commented 11 years ago

Not relevant anymore.