Re: Please include unique voters in GR graphs

2019-12-29 Thread Niels Thykier
Kurt Roeckx:
> On Sat, Dec 28, 2019 at 04:44:00PM +, Niels Thykier wrote:
>> Kurt Roeckx:
>>> [...]

 Thanks, that would be great. :)
>>>
>>> So I've done it for the current vote, it's on the website now.
>>>
>>>
>>> Kurt
>>>
>>
>> Thanks. :)
>>
>> Should the Y-axis label be updated to say "Ballots / Voters"?
>> Otherwise, it looks as expected. :)
> 
> Updated.
> 

Thanks. :)

> Should I do this for other past votes too?
> 

I am unlikely to check the graph for past votes and prefer to leave it
to others to express interest in this if they want.

My interest is for discussing active votes and to what degree a spike in
ballots were also a spike in unique voters (vs. people changing their
existing votes).


> I should probably also update devotee to do this instead.
> 
> 
> Kurt
> 

:)

Thanks,
~Niels



Re: Please include unique voters in GR graphs

2019-12-28 Thread Kurt Roeckx
On Sat, Dec 28, 2019 at 04:44:00PM +, Niels Thykier wrote:
> Kurt Roeckx:
> > [...]
> >>
> >> Thanks, that would be great. :)
> > 
> > So I've done it for the current vote, it's on the website now.
> > 
> > 
> > Kurt
> > 
> 
> Thanks. :)
> 
> Should the Y-axis label be updated to say "Ballots / Voters"?
> Otherwise, it looks as expected. :)

Updated.

Should I do this for other past votes too?

I should probably also update devotee to do this instead.


Kurt



Re: Please include unique voters in GR graphs

2019-12-28 Thread Niels Thykier
Kurt Roeckx:
> [...]
>>
>> Thanks, that would be great. :)
> 
> So I've done it for the current vote, it's on the website now.
> 
> 
> Kurt
> 

Thanks. :)

Should the Y-axis label be updated to say "Ballots / Voters"?
Otherwise, it looks as expected. :)

Thanks,
~Niels



Re: Please include unique voters in GR graphs

2019-12-28 Thread Kurt Roeckx
On Sat, Dec 28, 2019 at 08:26:00AM +, Niels Thykier wrote:
> Kurt Roeckx:
> > On Fri, Dec 27, 2019 at 07:56:00AM +, Niels Thykier wrote:
> >> Hi,
> >>
> >> It seems that GR has a stats/graph page like this:
> >>  * https://vote.debian.org/~secretary/gr_initsystems/ (ongoing)
> >>  * https://www.debian.org/vote/2019/suppl_001_stats (finished)
> >>
> >> This includes a graph over ballots received, votes tallied etc. over
> >> time.  I would like to see the number of unique votes as well.  The
> >> unique voters count is interesting because it reflects our voter turnout.
> > 
> > I theory I have this data, even for some of the historic votes. It
> > just requires parsing some of the files it kept during the vote,
> > and generate a file for gnuplot, and then let gnuplot print that.
> > If I remember, I'll try to do this after the vote.
> > 
> > [...]
> > 
> > Kurt
> > 
> 
> Thanks, that would be great. :)

So I've done it for the current vote, it's on the website now.


Kurt



Re: Please include unique voters in GR graphs

2019-12-28 Thread Niels Thykier
Kurt Roeckx:
> On Fri, Dec 27, 2019 at 07:56:00AM +, Niels Thykier wrote:
>> Hi,
>>
>> It seems that GR has a stats/graph page like this:
>>  * https://vote.debian.org/~secretary/gr_initsystems/ (ongoing)
>>  * https://www.debian.org/vote/2019/suppl_001_stats (finished)
>>
>> This includes a graph over ballots received, votes tallied etc. over
>> time.  I would like to see the number of unique votes as well.  The
>> unique voters count is interesting because it reflects our voter turnout.
> 
> I theory I have this data, even for some of the historic votes. It
> just requires parsing some of the files it kept during the vote,
> and generate a file for gnuplot, and then let gnuplot print that.
> If I remember, I'll try to do this after the vote.
> 
> [...]
> 
> Kurt
> 

Thanks, that would be great. :)

~Niels



Re: Please include unique voters in GR graphs

2019-12-27 Thread Kurt Roeckx
On Fri, Dec 27, 2019 at 07:56:00AM +, Niels Thykier wrote:
> Hi,
> 
> It seems that GR has a stats/graph page like this:
>  * https://vote.debian.org/~secretary/gr_initsystems/ (ongoing)
>  * https://www.debian.org/vote/2019/suppl_001_stats (finished)
> 
> This includes a graph over ballots received, votes tallied etc. over
> time.  I would like to see the number of unique votes as well.  The
> unique voters count is interesting because it reflects our voter turnout.

I theory I have this data, even for some of the historic votes. It
just requires parsing some of the files it kept during the vote,
and generate a file for gnuplot, and then let gnuplot print that.
If I remember, I'll try to do this after the vote.

> Related, assuming the script knows the number of eligible voters, having
> the current actual voter turnout would be great too.

The script thinks it knows the eligible voters, but it doesn't.
The top of the graph is now just above 900, because devotee thinks
there are 909 DDs. 909 is the amount that will be able to vote,
because they have a GPG key in the keyring. But the real number is
1011, so I actually need to fix the numbers after the vote.


Kurt