davidchua / Political-Watch

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

This URL has Read+Write access

David Chua (author)
Tue Oct 13 17:40:13 -0700 2009
commit  beec869f65a13615bc07038eda882946ed08f3a2
tree    2d1538a189af7a020b62650bd950a64ee99f2ce6
parent  46b02f746c32e09742b251fd03a1ada5bd203490
name age message
file .gitignore Thu Sep 03 20:15:40 -0700 2009 Created Political Watch rails app [David Chua]
file CHANGE Mon Sep 14 04:17:09 -0700 2009 Added Changeset file [davidchua]
file COPYING Sun Sep 13 00:44:23 -0700 2009 Project is now under the Non-Profit OSL 3.0 Lic... [davidchua]
file IDEAS Thu Sep 10 01:07:59 -0700 2009 Items now belong to user - Views reflects this ... [davidchua]
file README Mon Sep 14 05:40:04 -0700 2009 Added news filtering based on Party [davidchua]
file Rakefile Thu Sep 03 20:15:40 -0700 2009 Created Political Watch rails app [David Chua]
directory app/ Loading commit data...
directory config/ Tue Oct 13 17:40:13 -0700 2009 Added gitignore for sqlite3 database [David Chua]
directory db/ Sun Sep 13 21:31:13 -0700 2009 Made Cosmetic and Validation changes to Add ite... [davidchua]
directory doc/ Thu Sep 03 20:15:40 -0700 2009 Created Political Watch rails app [David Chua]
directory lib/ Mon Sep 07 19:56:20 -0700 2009 Created an authentication library for easier re... [davidchua]
directory log/ Thu Sep 03 20:15:40 -0700 2009 Created Political Watch rails app [David Chua]
directory public/ Sun Sep 13 21:31:13 -0700 2009 Made Cosmetic and Validation changes to Add ite... [davidchua]
directory script/ Thu Sep 03 20:15:40 -0700 2009 Created Political Watch rails app [David Chua]
directory test/ Wed Sep 09 23:28:08 -0700 2009 Major user-interface overhaul - Modified Models... [davidchua]
directory tmp/ Thu Sep 03 20:15:40 -0700 2009 Created Political Watch rails app [David Chua]
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!