journalduhacker/app/models
joshua stein e940601a2f start on automated story title and tagging suggestions
Rather than keep "poorly titled" and "poorly tagged" as reasons for
flagging, make the user do the work of suggesting new ones.

At some point, suggested taggings will flip to real taggings once
they reach a certain count (to be determined later).  This also has
to take into account tagging sets that don't contain current tags,
for when they need to be removed.

For titles, I'm not yet sure how to handle this in an automated
fashion except for the (probably rare) case of multiple users
submitting the same exact thing, but at least collect them for now.

Issue #207
2015-10-14 20:32:24 -05:00
..
.gitkeep initial work on conversion from php tree 2012-06-16 20:15:46 -05:00
comment.rb export some more things through json 2015-08-04 09:58:47 -05:00
hat.rb Hat: provide a destroy method that can log a moderation 2015-02-17 11:47:26 -06:00
hidden_story.rb separate story hiding from voting 2015-02-11 11:37:03 -06:00
invitation.rb use Rails4-style strong parameters mass assignment protection 2014-02-02 15:41:38 -05:00
invitation_request.rb use Rails4-style strong parameters mass assignment protection 2014-02-02 15:41:38 -05:00
keystore.rb add postgresql support 2014-01-14 21:42:27 -05:00
message.rb move user unread message count into a scope 2015-04-03 12:57:12 -05:00
moderation.rb use Rails4-style strong parameters mass assignment protection 2014-02-02 15:41:38 -05:00
search.rb Search: more sphinx chars to escape 2015-03-10 17:07:15 -05:00
short_id.rb change some before_create's to before_validation, :on => :create 2013-07-19 22:05:00 -05:00
stories_paginator.rb StoriesPaginator: make per_page configurable 2015-04-03 12:58:14 -05:00
story.rb start on automated story title and tagging suggestions 2015-10-14 20:32:24 -05:00
story_repository.rb separate story hiding from voting 2015-02-11 11:37:03 -06:00
suggested_tagging.rb start on automated story title and tagging suggestions 2015-10-14 20:32:24 -05:00
suggested_title.rb start on automated story title and tagging suggestions 2015-10-14 20:32:24 -05:00
tag.rb Tag: remove accessible_to, use valid_for? 2015-07-24 00:51:11 -05:00
tag_filter.rb use Rails4-style strong parameters mass assignment protection 2014-02-02 15:41:38 -05:00
tagging.rb replace some raw sql with database-agnostic activerecord queries 2013-12-30 16:23:59 -05:00
user.rb my karma means nothing 2015-07-31 22:43:16 -05:00
vote.rb start on automated story title and tagging suggestions 2015-10-14 20:32:24 -05:00