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.

Post History

71%
+3 −0
Q&A Moderation queues for questions and answers

There currently seems to be no concept of "queues" for questions or answers. I also looked at the old discourse forum, and it seems like different kinds of queues are causally mentioned, for differ...

1 answer  ·  posted 4y ago by Marco13‭  ·  last activity 4y ago by Monica Cellio‭

Question feature-request
#1: Initial revision by user avatar Marco13‭ · 2020-07-22T00:38:17Z (almost 4 years ago)
Moderation queues for questions and answers
There currently seems to be no concept of "queues" for questions or answers. I also looked at the old discourse forum, and it seems like different kinds of queues are causally mentioned, for different purposes, but their actual implementation has not really been discussed. 

It's not entirely clear whether they are simply not implemented yet (and I can imagine that this is challenging and probably not strictly necessary to get started, and thus, had low priority), or whether there is an intention behind that - maybe to foster a different way of participation or self-moderation (?)

We have also seen on other sites that such queues may cause difficulties: When 100 questions are added to some queue per day, then 10 people might work them off. But when there are 1000 questions, these 10 people might say "That's too much. Why me? Why bother?", and the queue will never be drained. 

But I think that queues can serve several important purposes. 

First of all, they offer the possibility to ***systematically* review content**. Preferably, the implementation should already allow filtering queues by tags, support configurable actions that may be applied to the entries, maybe have some sort of "dispatching mechanism" to split queues among multiple reviewers, and maybe also support things like a priorization. 

<sup>(Yes, too many wishes, I know - these are rather "features that might be useful for certain tasks in the future", and should be kept in mind when planning the implementation).</sup>

Another important purpose could be: **Finding a consensus**. This is something that cannot be handled with voting. I'm thinking about things like "Should this question be migrated to another site?": It's not ideal when a single person decides that, even with a high trust level. But when 4 out of 5 persons vote for a migration (maybe also taking the trust level into account), this can offer some resilience against wrong decisions.

More generally and abstractly: Queues can help to distribute workload and decisions over the community, and I think that this can be really helpful for many different kinds of tasks.

<sub>(An aside: There already is the concept of "suggested edits", which was implemented in https://github.com/codidact/qpixel/pull/85 , but the general concept of queues goes a bit beyond that)</sub>