davidchua / Political-Watch
- Source
- Commits
- Network (1)
- Issues (10)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
David Chua (author)
Sat Oct 17 12:41:13 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
CHANGE | ||
| |
COPYING | ||
| |
IDEAS | ||
| |
README | ||
| |
Rakefile | ||
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
doc/ | ||
| |
lib/ | ||
| |
log/ | ||
| |
public/ | ||
| |
script/ | ||
| |
test/ | ||
| |
tmp/ |
README
Current Version = 0.0.1 This Rails application looks to be a social news aggregator in the likes of HackerNews, but with more focus on keeping tabs on what's going on in the Singapore political scene. ==How to get started== 1. Make sure you have the following gems installed 'ruby-openid' 'sqlite3-ruby' 2. Pull the latest version 3. rake db:migrate away :) 4. Head on to http://localhost:3000/items to start ==Roadmap== Features planned for 0.1 - Comment System : Users are able to comment on individual news items. - Navigation bar - Fix up item's 'show' html Features planned for 0.2 - Users are able to add karma points or minus points (plus - minus) - User profile system : Users are able to edit their username and personal - Get 'Sign-in' with Google Account automated Features planned for 0.3 - Twitpic Feature - Users can submit twitpics to @polwatch to show up on the main page - Users can add subnews-items - Users can sort news articles according to Party-type/Active/Pending Moderation Features planned for 0.4 - Get automated test working!

