Skip to content

spheric/tedx-brisbane

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#TEDx Brisbane

We're building an application for TEDx Brisbane. You can see the site it will replace.

Generally, the system will allow people to learn about the event, and register their interest in attending. An admin will be able to invite people in batches, at which time they can purchase a ticket. This invitation should expire, so that another batch of people may be invited. This may go through multiple rounds of invitations.

User Stories

  • As a user, I want to browse static content related to the event without signing in
  • As a user, I want to use a "contact us" form
  • As a user, I want to register my interest in purchasing a ticket
  • As a user, I want to purchase a ticket with my credit card
  • As an admin, I want to see a list of all users, filterable by their status
  • As an admin, I want to see the details of a particular users
  • As an admin, I want to invite batches of users to purchase tickets.
  • As a user, I want to receive an email "Thanks for registering"
  • As a user, I want to receive an email "You've been invited to purchase a ticket"
  • As a user, I want to receive an email "Sorry, your invitation has been passed on to someone else"
  • As a user, I want to receive an email "Here's another chance to purchase a ticket"
  • As a user, I want to receive an email "Thanks for purchasing a ticket"
  • As a user, I want to receive an email "A reminder before the event"

RSpec

  • We'll write tests for everything, and CircleCI will make our staging deploys
  • The RSpec book is invaluable. Buy it. Read it.
  • The Relish docs are also a great place to learn.

Mandrill

State Machine (for User statuses)

  • awaiting_first_invitation
  • received_first_invitation
  • awaiting_second_invitation
  • received_second_invitation
  • awaiting_third_invitation
  • received_third_invitation
  • paid
  • received_reminder
  • confirmed
  • declined
  • https://github.com/pluginaweek/state_machine

Sidekiq

Active Admin

Braintree

API / Push notifications / Live queuing information

About

Collects attendee registrations for TEDx Brisbane

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors