-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
more named scope applications, plus notes of what to do next
- Loading branch information
1 parent
5990bd7
commit 4728074
Showing
4 changed files
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class Csser < Application | ||
def index | ||
@issues = Issue.all(:conditions => {:status => 'approved'}) | ||
@issues = Issue.approved | ||
render | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
- Get email working on the server | ||
|
||
- Allow issue registration | ||
- notification system | ||
- scraping for actionable events, senate and house bill approval | ||
|
||
- Contact politicians interface | ||
|
||
- Member politician details/signup process | ||
|
||
(until this is done should make all issues approved?) | ||
- Admin interface for Issue approval | ||
- merge issues | ||
- categorize/nest issues | ||
- automatic upgrade of users who suggest X number of valid bill_issues | ||
- Admin interface for members | ||
- disable spammers | ||
- enable other administrators | ||
|
||
- Bring news into bills for better information allowing better bill_issues | ||
|
||
- autocompletion for bill_issues form, on comma | ||
|