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.
Should we display the number of views?
2 answers
I think we should, voting score is a poor indicator of how useful a post is because most visitors aren't going to sign up and vote.
Right now it's hard to tell how many people are reading the posts created here from a user or even a moderator standpoint how successful we are at getting people to read our content.
On the old sites, I would also use that as an indicator of what questions people thought were interesting and then see about writing similiar ones.
0 comments
soft no1
Codidact is already wasting a lot of storage space in the edits history2 and who knows what else, let's please not request unnecessary space waster features until the not-for-profit is already set up and the cash flow is demonstrated sustainable.
1: Temporary.
2: By storing (for each edit) both the state-before and the state-after edit.
6 comments
A single number column is a very small amount of space. Even if you add it to 200 tables, it's insignificant. Incomparable to something like edit history, which is X number of large Strings
Let's lobby against unnecessary editing until the edit history is optimized.
The edit history is unrelated
I'll take that as a yes!
Couldn't you use something like Git for revision history?
2 comments
This is a 2-part issue: 1 - Is this information recorded? 2 - Do we want to display it? Recording this is a significant hit to the database - an update for every single view. It gets a bit more complicated if we want to track unique (i.e., per user) views. If this is already being tracked then display is a UI/policy issue. If it is not already being tracked then (based on my experience in other projects) I would think long & hard before adding that tracking. @ArtOfCode ? — manassehkatz 3 months ago
I would imagine that the main reason SE displays it, is to see which posts that are most profitable. They refuse to delete some bad or off-topic old posts if they have enough traffic. We hopefully will have no need for that. But maybe there are other uses - knowing which ones that are high traffic vs low traffic tags might be useful during moderation. — Lundin 3 months ago