Loomio

Tag Comment Functionality

D D351 Public Seen by 82

Currently, tags that are used in comments do not add that content to results for those tags. It would be useful to be able to add tags in comments that cause the original post to come up in results for that tag. This is particularly useful in regards to the inability of a user to edit their post, should they have forgotten tags. Other than writing the code itself, are there any systemic problems preventing this from being implemented?

DU

Rich Wed 28 Jan 2015 3:33PM

Interesting idea, if I've understood it correctly...

So the end result of this would be that if you made a post and included the tag #funny then I could comment on your post and maybe put #joke in my comment on your post too. Then when someone searched for #joke your original post would appear in their search results, even though your post does not contain #joke.

Is this what you mean?

DU

Rich Wed 28 Jan 2015 3:35PM

If this is the intended operation you'd have to consider the possibility of abuse of the system too.

What if I went and tagged all your posts with #nsfw or with a rude or explicit tag? (or worse)

RF

Rasmus Fuhse Wed 28 Jan 2015 3:37PM

Great idea! I second that. I built something very similar in the social network of Stud.IP and it works. I realized that the comment-hashtags should be visibly different from the usual hashtags of the posting. Go ahead!

D

D351 Wed 28 Jan 2015 3:48PM

@Rich Yes, that's what I mean. Other than #NSFW, which hides the original post, having the ability to flag a post with a negative tag would represent the opinions of D* users fairly harmlessly and perhaps serve as a less authoritarian way of reporting abuse to the rest of the users... sort of a public shaming. I think there may be potential abuse, but not any more than normal tagging already has in allowing people to use tags to make people see content that offends people likely to be following those tags (not using #nsfw while posting porn to #religion would be an example), which is not heavily enough abused to even be of concern.

JR

Jason Robinson Wed 28 Jan 2015 9:05PM

I like this idea too, nice one. Care to file it as an issue in the Github issue tracker? Won't be lost as well as here, maybe add a link there to this discussion :)

Implementing this might require some optimization to the code, maybe pre-generate post id's or something to make sure performance is not hit, but otherwise hard to see why this couldn't be done?

D

D351 Thu 29 Jan 2015 4:37AM

@Rich Actually, the original poster can delete comments, so now that I think of it, abuse is even less of an issue than I originally thought.

D

D351 Thu 29 Jan 2015 4:39AM

@Jason I have never used github and haven't the slightest clue what I'd be doing. Feel free to copy and paste whatever you want from my posting here though. #kopimi

DU

Rich Thu 29 Jan 2015 6:36AM

the original poster can delete comments

Yup, very true!

G

Globulle Thu 29 Jan 2015 8:49AM

I agree with all what have been said above. I would just add that if we consider there is a risk of abuse (which seems not the case to me for the same reasons as given by @d351mims ), one possible limitation is to allow tagging by the only contacts of the person who originally posted. That could be a kind of filter.

JR

Jason Robinson Thu 29 Jan 2015 9:36AM

one possible limitation is to allow tagging by the only contacts of the person

Very good idea too!

Load More