public
Description: Manage conferences with speakers, sessions and sponsors with Radiant CMS
Homepage: http://www.apachecon.com
Clone URL: git://github.com/farra/radiant-conferences-extensions.git
100644 34 lines (25 sloc) 1.193 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
= Conferences
 
Simple conference management system for Radiant CMS 0.6.9.
 
This extension was specifically designed for ApacheCon and may still
contain several ApacheCon specific features.
 
== Basic model organization
 
 A Conference has one Venue with one or more Locations and one or more
 Tracks associated with a Location. Users create Presentations which
 are submitted as Submissions to a Conference. Submissions can then
 be approved and scheduled, becoming Scheduled Sessions associated
 with a Track in the Conference. Activities are scheduled events
 associated with a Conference (and optionally a Track) that may have
 no associated User (such as a lunch or break). Finally,
 Organizations can become Sponsors of a Conference.
 
== Requirements
 
The following other extensions or plugins should also be installed in
Radiant:
 
- radiant-members-extension (radiant extension)
- tinymce_filter (radiant extension)
- active_scaffold (rails plugin)
- file_column (rails plugin)
- tzinfo_timezone (rails plugin)
 
== To Do
 
- The current set of migrations need refactored to work for a clean install
- RSpec tests need written
- Replace ActiveScaffold with custom, better designed forms