davidchua / Political-Watch

A webapplication for users to aggregate news of political activities in a time-log fashion.

This URL has Read+Write access

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!