Skip to content
This repository has been archived by the owner on Mar 12, 2019. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 1.15 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.15 KB

#TEDx Brisbane

Code Climate Coverage Status

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.

Roadmap

Design

  • add static content to public page
  • email content and design

Development

  • rails controller for emails (display this in a browser etc)
  • update active_admin for rails 4 (currently quite hacky)

Sidekiq

Even in developement emails are sent through a background job, you'll need redis and start the server with bundle exec sidekiq -C config/sidekiq.yml