File tree 2 files changed +2
-15
lines changed
2 files changed +2
-15
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ namespace :db do
7
7
'db:port:teams' ,
8
8
'db:port:likes' ,
9
9
'db:fix_counters' ,
10
+ 'db:clean:spam' ,
10
11
'cache:score:recalculate' ]
11
12
12
13
task :fix_counters => :environment do
You can’t perform that action at this time.
0 commit comments