Participant Reputation Works Properly ?
-
Does Participant Reputation showing proper value ?
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
Does Participant Reputation showing proper value ?
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
I believe so. Is there something in particular that you're noticing?
-
I believe so. Is there something in particular that you're noticing?
Thiru, Thanks for Replying. Participation Graphs Contain point for Sign up 100 Sign in 1 MVP status 1000 Newsletter opt-in 50 Competition Winner 200 Post a Discussion Forum Message forum 1 Discussion Forum Message Upvoted 5 Now Just take about my points, My Praticipation point is 1417 . Now If you calculate only MVP and Competition Winner points then it is more than the current point. I have found the same in several profile. Hope you got my point. Thanks !
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
Thiru, Thanks for Replying. Participation Graphs Contain point for Sign up 100 Sign in 1 MVP status 1000 Newsletter opt-in 50 Competition Winner 200 Post a Discussion Forum Message forum 1 Discussion Forum Message Upvoted 5 Now Just take about my points, My Praticipation point is 1417 . Now If you calculate only MVP and Competition Winner points then it is more than the current point. I have found the same in several profile. Hope you got my point. Thanks !
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
As they haven't fully recovered from the New Year festivities yet, the hamsters are probably still dealing with a serious backlog. Check again tomorrow, your rep may grow overnight. ;P
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]
Happy New Year to all.
We hope 2010 soon brings us automatic PRE tags!
Until then, please insert them manually.
-
As they haven't fully recovered from the New Year festivities yet, the hamsters are probably still dealing with a serious backlog. Check again tomorrow, your rep may grow overnight. ;P
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]
Happy New Year to all.
We hope 2010 soon brings us automatic PRE tags!
Until then, please insert them manually.
Hey Luc Congrats for MVP ! :-D ;P
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
Hey Luc Congrats for MVP ! :-D ;P
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
And to you! :thumbsup:
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]
Happy New Year to all.
We hope 2010 soon brings us automatic PRE tags!
Until then, please insert them manually.
-
I believe so. Is there something in particular that you're noticing?
As far as mine goes, I've been a member since 2002. My rep doesn't move off the initial 100 until late 2006. I know I was at least logging in nearly daily for those 4 years or so.
You measure democracy by the freedom it gives its dissidents, not the freedom it gives its assimilated conformists.
-
As far as mine goes, I've been a member since 2002. My rep doesn't move off the initial 100 until late 2006. I know I was at least logging in nearly daily for those 4 years or so.
You measure democracy by the freedom it gives its dissidents, not the freedom it gives its assimilated conformists.
Beyond a certain point logins weren't being tracked in the DB and would need to be datamined from the IIS logs themselves. In previous queries Chris hadn't decided between: 0) Not parsing the logs to get the data due to the amount of CPU time involved. 1) Doing the parsing slowly in small chunks to keep the load from affecting the site. 2) Buying a dedicated system to spend, IIRC a month or so running 24/7, and then (I assume) adding it to the farm that runs the rest of the site. The prior assumes my memory hasn't gone, and that I haven't missed any other public discussions of the matter.
3x12=36 2x12=24 1x12=12 0x12=18
-
Does Participant Reputation showing proper value ?
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
For everything other than logins, yes. We did not store login dates for members previously so we do not have all this information available. We do have ways of guessing when you logged in, and will work to retroactively update participation login points as we can
cheers, Chris Maunder The Code Project Co-founder Microsoft C++ MVP
-
Thiru, Thanks for Replying. Participation Graphs Contain point for Sign up 100 Sign in 1 MVP status 1000 Newsletter opt-in 50 Competition Winner 200 Post a Discussion Forum Message forum 1 Discussion Forum Message Upvoted 5 Now Just take about my points, My Praticipation point is 1417 . Now If you calculate only MVP and Competition Winner points then it is more than the current point. I have found the same in several profile. Hope you got my point. Thanks !
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
We'll take a closer look at all reputation events and ensure everything's being recorded correctly.