-
Notifications
You must be signed in to change notification settings - Fork 14
/
README
30 lines (20 loc) · 1.13 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
26
27
28
29
30
ideagora - a place to share and discover info about you and your fellow Railscampers
Done:
- user auth by email address or twitter handle (no password)
- a simple profile form for each user with contact info, bio, and skills/interests tagging
- browse users, search / filter by anything displayed in the users index table
- view / edit talks
To-Do:
- styling
- view / edit project info for each user
Someday Maybe:
- collect audio/video/notes taken from talks and expose for viewing by others later (at camp or post-camp)
- gravatar integration
- profile picture (not gravatar) with paperclip or carrierwave
- mobile interface
- input talk proposals or requests for talks and let people upvote the ones they'd like to hear the most
- notify users who upvoted if proposal or wanted-talk becomes a talk
- a bonjour chat bot could do some neat things:
- when browsing users, could show live 'online/offline' info next to each name for users with bonjour chat names in their profile
- broadcast talk info
- tag projects with keywords that map to skills and interests from users so we can show people projects that match their skills/interests