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

60%
+1 −0
Q&A We need to talk about Abilities

Testing different approaches When considering what approach to take to awarding abilities, or what specific values to use for the thresholds, it might be worth drafting database queries for each a...

posted 18d ago by trichoplax‭

Answer
#1: Initial revision by user avatar trichoplax‭ · 2024-10-18T18:50:05Z (18 days ago)
## Testing different approaches
When considering what approach to take to awarding abilities, or what specific values to use for the thresholds, it might be worth drafting database queries for each approach being considered, and a few different threshold values for each approach.

We can then take advantage of the fact that there is a body of data built up already. Even though much of this data is confidential, someone already trusted with database access could run the various queries and share the overall totals without divulging anything private. For example: "With approach A people would have taken on average 5 months and 76 events to gain this ability, whereas with approach B people would have taken on average 4 months and 62 events to gain this ability".

Trying this out for a few different size communities which have had different traffic levels over time could give an idea of what settings it is useful to have, and what defaults to start them out at. Since these totals don't need to be private, results from each approach could be posted in separate answers for discussion and voting. If the database queries are staggered over time to avoid too much load on the server, these results could even be in the form of charts that show how the outcomes vary as each threshold is varied.