Agora-Project / agora-meteor

Meteor based implementation of Agora project. Agora: Solving online discussion.
GNU Affero General Public License v3.0
16 stars 3 forks source link

Implement a method of marking two (or more) posts as being redundant, so only the better one is shown? #10

Open Angular-Angel opened 7 years ago

Angular-Angel commented 7 years ago

Should such a thing be implemented? It could help a lot with keeping the graph from getting too big, but it also might leave some people feeling censored. :/ Perhaps if we allowed people to view the hidden posts underneath?

saulrh commented 7 years ago

"Mark as duplicate" integrated into a voting scheme of some kind?

Angular-Angel commented 7 years ago

Hmm, yeah that's what I'm thinking. Not sure if we should allow everyone to do this, or just moderators? Though i guess we can allow everyone, and if a moderator notices it being misused we can have a tool to allow them to punish all the people responsible at once.

Angular-Angel commented 7 years ago

And I'm thinking more of a "Mark as Synonymous", or some such. So that if you and I make identical arguments, but your is better, it covers mine up.