Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to Codidact Meta!

Codidact Meta is the meta-discussion site for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.

Comments on A way to prohibit creating certain tags.

Parent

A way to prohibit creating certain tags.

+7
−0

On EE.CO we have some tags that are utterly useless, but people keep on using them, for example voltage.

For non-experts: voltage is one of the main physical quantity used to describe the behavior of any circuit or electrical system.

Such tags become kitchen sinks used to tag questions of all sorts, so there is no benefit to use them to organize questions.

I was thinking whether we would need a new feature like a "forbidden tag" thing, with which mods could define a set of tags that cannot be created (when a user tried to create them, some kind of message would be displayed to warn them). They could appear on the tag list in a different color, with a notice to not use them.

However, I think this behavior could be emulated with existing features.

If we define a tag like do-not-use-this-tag-ever and then create synonyms with all the tags we want to prohibit, the users wouldn't be able to create them and the platform would already point that out.

Do you think this is a sound idea?

A problem I can see is that probably there is a limit on how many tag synonyms can be created (is it a DB limit or a UI limit?).

I've already created tags with 4 synonyms, but in this case we could be dealing with dozens of synonyms (commonly used words used in the field that are too generic to mean anything as tags). Maybe the system is not designed to handle this.

What do you think about the idea?

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

3 comment threads

Explanation of why the tag is banned (1 comment)
I think we tested with dozens of synonyms but not hundreds. This seems like a workable approach until... (5 comments)
Is voltage really meaningless? (9 comments)
Post
+1
−0

Moderator only tags

Another existing feature that might be relevant as part of a solution: some tags can only be added by a moderator, such as "status-completed". If "voltage" is created as a moderator only tag, then the description can explain why it's not useful, to reduce user frustration when they find they cannot use it. I'm not sure if synonyms would be part of this approach or not.

Acceptable?

Does this work as a solution? Would moderators be happy with this or would it clutter their workflow too much? Does this depend on how many forbidden tags there are likely to be?

Alternative

If using moderator only tags for this is not acceptable, would it be useful to create a third type of tag, that cannot be added to posts but does not clutter the moderator only tags?

This would mean that instead of a notice not to use them, they would simply be impossible to use (with a friendly description explaining why).

History
Why does this post require moderator attention?
You might want to add some details to your flag.

1 comment thread

Mod tags are highlighted, which doesn't seem like what we want for a do-not-use signal. (2 comments)
Mod tags are highlighted, which doesn't seem like what we want for a do-not-use signal.
Monica Cellio‭ wrote 9 months ago

Mod tags are highlighted, which doesn't seem like what we want for a do-not-use signal.

trichoplax‭ wrote 9 months ago · edited 9 months ago

Good point. Maybe only a third tag type would work then. That way it could show in the tags list with styling that suggests it is disabled, and its description could explain why it cannot be used, and we could prevent it being added to posts. A lot more work than just reusing an existing tag type though, and it raises more questions, such as "How do we stop it being added to a post without causing confusion?". The current response to a user trying to add a mod only tag could do with being made more clear, so maybe future work on that could consider a third tag type too.