Skip to content

Commit efec3e6

Browse files
committed
cleaned house and moved issues from Readme to GitHub
1 parent 1bfc830 commit efec3e6

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

README.rdoc

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1 @@
1-
## Post release backlog
2-
* TODO: Dragging files into protip editor https://github.com/feross/drag-drop
3-
* TODO: Write announcement protip and link it on homepage
4-
* TODO: Basic Caching
5-
* TODO: Deleting user
6-
* TODO: Team view
7-
* TODO: New welcome email on sign up
8-
* TODO: Fix heart view count overlap viewing protip on mobile
9-
* TODO: Spam detection and robot account creation
10-
* TODO: Reimplement self administration of account deletion
11-
* TODO: Port API to award new badges w/update. Write details describing out to create new awards
12-
* TODO: Mass introduction email out to membership
13-
* TODO: On ajax 401, add a flash message and redirect back to url
14-
* TODO: Remove username from all protip tags
15-
* TODO: Advance tracking in google analytics
1+
Hello.

lib/tasks/db.rake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ namespace :db do
77
'db:port:teams',
88
'db:port:likes',
99
'db:fix_counters',
10+
'db:clean:spam',
1011
'cache:score:recalculate']
1112

1213
task :fix_counters => :environment do

0 commit comments

Comments
 (0)