forked from carlism/barcamp_schedule
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
25 lines (21 loc) · 1.12 KB
/
README
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
This is a scheduling app for managing a one-day barcamp or other sort of user-driven/open convention.
This software is provided under the MIT License. See doc/LICENSE.
Features:
* Browser and iPhone interface for viewing the schedule.
* Commenting system for in-presentation discussion or notes.
* Admin interface for quick entry and adjustment of schedule. Now with drag and drop.
* Some twitter integration available.
TO-DO:
* Extend for a multi-day event
* Improve security around the admin pages
* Add an all-comments page
* migrate the whole thing to jquery
* Add timeblocks for showing "Planning" and or "Lunch" in the schedule
* Make the app self-service: logins create and admin new events
** Add subdomain-fu
** Add Event model to be loaded based on subdomain.
** Add Event config: icon, url, owner, contact info, color pallet
Twitter integration ideas:
* Add links to display text. Link @user words to twitter.com/user and #tags to search.twitter.com/search?q=tags
* Add #tag suggestions per presentation, ie. #bcp_40
* Investigate background tasks to search twitter for #bcp_nn type tags and post them to the presentation comments