Hello, I know once you get a certain amount of reputation, you can see the total up and down votes for questions. Well, my proposal is to always be able to see this on your own questions and answers. You can see it by going to your user page anyway, so why not make it possible to do by simply clicking on the number of votes(like you can when you have the rep)?

link|improve this question

63% accept rate
19  
I would extend this request to include their own questions and their own answers. – Robert Cartaino Feb 24 '10 at 23:47
Maybe if I'm lucky by putting a bounty on it Jeff may come and say status-declined or status-planned. – Earlz Mar 22 '10 at 17:59
feedback

7 Answers

up vote 29 down vote accepted
+100

That sounds reasonable. The author of a post has the most to gain from seeing the breakdown.

The rep limitation for requesting split votes is primarily to moderate the additional load on the server. If you let users view the vote breakdown on just their own posts (questions and answers), the additional load would be negligible.

link|improve this answer
feedback

We already get complaints from people when they see one of their questions was downvoted with no comment explaining why.

Allowing new users who are not used to the system to immediately see that their post is getting downvotes even when it's overall positive will only amplify that effect.

Further, downvotes are relatively rare. It's certainly more interesting on meta to have this information, but on SO most users are content to upvote the good answers, leave the poor answers alone, and only downvote wrong answers.

Lastly, a downvote doesn't tell you anything. It could be a bad vote - and even if it was valid you're still at a loss as to why your post was considered bad enough to get a downvote. A lot of downvotes are probably improperly cast - as the recent up/down voting ratio limit is intended to help with.

  • How will having the vote split available to all users really going to improve SO in any measurable way?
  • What useful or actionable information does the vote split provide that the overall vote value does not provide?

It's only a "nice to have" or "navel gazing" feature, and one that would simply cause more complaints if given to everyone, even if restricted to their own posts. Yes, they can see that information now, but they have to look for it, and learn about the system to get there. With this feature it's easy to find (lots of people confused about it at first when they stumbled on it by missing the up or down vote button), and actually not intuitive. If someone intends to vote something up, thinks they hit the upvote button, and suddenly gets the split view it's only going to confuse them, especially as a new user.

link|improve this answer
feedback

This is now possible. See here:

http://stackapps.com/questions/557/

link|improve this answer
Only works for questions. – Artefacto Aug 18 '10 at 1:24
2  
@Artefacto The OP requested this feature for questions. If you want this feature for answers as well, have a look at: “View Vote totals” without 1000 rep. – Rob W Feb 19 at 14:45
feedback

It would take away the thrill of reaching 1000 rep!

link|improve this answer
feedback

why not make it possible to do by simply clicking on the number of votes(like you can when you have the rep)?

It was actually arbitrarily placed as a bonus for 1k rep to make the long slog to 2k seem a little more pleasant since there's a stepping stone in the middle.

Since it's really part of the game, I doubt that's going to change. You can see the up/down for all questions in the data dump, or if you are impatient go to the user's page for the person that posted it and check out their reputation graph for upvotes and downvotes in that post.

link|improve this answer
3  
The user would still gain new abilities at 1K... lifting the limitation of seeing only their own posts (i.e. see vote split on all posts). – Robert Cartaino Feb 24 '10 at 23:51
1  
You can vote to close/open your own questions at 250 rep and you can edit your own posts at 1 rep. Does that make the long slog to 10k seem less pleasant because the 2k/3k bonuses are less powerful? – mmyers Feb 25 '10 at 16:19
1  
@Rob @mmyers - I suspect that the majority of the usage of this feature is already for people to look at their own scores. So yes, making it available for one's own scores earlier does significantly lessen the value of the 1k transition. Regardless, it's just a part of the game. As far as I can tell it just makes navel-gazing easier, so why not make people work for it? How does having this feature improve stackoverflow? – Adam Davis Feb 25 '10 at 19:33
I'm not sure about the premise that we simply need something to happen at 1K (may or may not be true, I don't know). That seems arbitrary to me. Most rep-limited features are withheld to allow users to gain enough experience to use them properly... except this. I don't have a strong personal feeling about it either way. I was under the assumption the 1K limitation was a server-load issue (see my post). "How does this feature improve SO" is pretty much whatever argument you make as to why it is available in the first place... only now extended to another small group where it is "needed." – Robert Cartaino Feb 25 '10 at 19:57
@Robert - So we can conclude that there's no good reason for it at any level? Once we conclude that there's no reason to have it, then it's just eye candy or navel gazing, which can be simply used as a minor feature one can gain at an arbitrary level. Given that, explain again how SO will benefit if the arbitrary level is moved down from 1k. – Adam Davis Mar 22 '10 at 1:50
2  
@Pollyanna - I don't conclude that "there's no good reason for it." It was my feature request (meta.stackoverflow.com/questions/747/…). If I had my magic wand, I'd just make it available to everybody. I was questioning whether "we need something to happen at 1K" is the actual reason the rep limitation is in place. – Robert Cartaino Mar 22 '10 at 3:23
feedback

It was decided a reputation requirement was needed for performance reasons, as showing the individual votes requires a query in the votes table (counting them) instead of just fetching the score field in the post's entry.

Now I personally think this is ridiculous; such a query would require a fraction of the time needed to perform all the operations of - for example - a single, uncached page view. And users with less than 1,000 rep can view pages, can't they?

link|improve this answer
I was of the understanding that SO denormalized the vote counts... – waiwai933 Feb 25 '10 at 2:07
@waiwai: it keeps a field in the post table, score, that is the one displayed (upvotes + downvotes). The individual number of upvotes and downvotes is in the votes table. – Koper Feb 25 '10 at 2:14
feedback

I still think it's an ability you should earn.

(at least to do it the easy point and click way)

link|improve this answer
12  
So you have to earn the ability to have information you already have presented nice to you? You might as well earn the ability to use formatting shortcuts in the editor instead of typing tags. – CrazyJugglerDrummer Aug 18 '10 at 22:57
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged