Skip to Content.
Sympa Menu

discuss - Re: [opennic-discuss] [PROPOSAL] Using the DokuWiki as our voting platform

discuss AT lists.opennicproject.org

Subject: Discuss mailing list

List archive

Re: [opennic-discuss] [PROPOSAL] Using the DokuWiki as our voting platform


Chronological Thread 
  • From: Katie Holly <katie AT opennic.org>
  • To: discuss AT lists.opennicproject.org
  • Subject: Re: [opennic-discuss] [PROPOSAL] Using the DokuWiki as our voting platform
  • Date: Sat, 18 Aug 2018 17:27:25 +0200
  • Arc-authentication-results: i=1; mail.opennic.org; auth=pass smtp.auth=katie.holly AT opennic.org smtp.mailfrom=katie AT opennic.org
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=opennic.org; s=dkim; t=1534606046; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Fc+nsypJy8c03oHpxjAhZl5+n75wPCuikjJ/hkfTSXo=; b=k2Td0HQ7HlPa+gJvVsbjuzN3QcqOLEVvmv1+3lVAoHk4DFuoSWRWVAXZ/gSPYkB7O+TEj3 U/JUvIKf7PhFnbWnQDUkqyLLKXeRW0SC2qFRFG0sk7R+8k1gPTcZB7JIk3QATsmPsrSClT C+qFPek8AuMTVNhpkwCviGt1p0Cwvz/KtC9kHyitIWNaurmcRv3YS9wpwlEPtQBNRWOPSm svIXpR650wyGRwUKlp9McFhWEyYQoOZmbRUy7PyTBOfF7YAjNYyl0FP5F5SrIX3tuLoGsy dQFvbKTM61inPwxNp497L3eBQ5oxbJDfgLhvDTI/GrrJLGhP3ZER7hj0k54ZMQ==
  • Arc-seal: i=1; s=dkim; d=opennic.org; t=1534606046; a=rsa-sha256; cv=none; b=ZssrVUcNIOw4Zz2LCWOur/dYjEKdU2zSHP/7MRjrmzkc1Nwvum0aTxsheldpPYR+idbBhGPTkW7+2ru1xh7cyq6+PHmdax7rJHwQRDv7PE+yITxJcMSBMXeU62IVguPALPleK4K7ooSTyEq8UQYjpWlmU04h28VgvK8o8at+ZwVL/P8zcOYp7Z4+2qwQ5qc/iSh6zhhAzoCt5gdRq2OJuhmJ9FICj8MEl5pmsVJ+oV7LmCjCpT7c+Mj+wbtIh+6wJNWpXYG+WxBYYZ6va9/D1w8zd8gAckBxARO847NKypTdHlGP/SQFNHQcQ++vf+7StDVT8FKqShIAHWP+lgGh8Q==

I just pushed an update to the repository:

https://github.com/opennic/dokuwiki-opennic-vote-plugin/commit/83637978dce9b90f94723169cc759bffe9fbc625

Important features/fixes are:

+ Added link to /user/<voter>
+ Added link to raw voting results data on GitHub: This allows recounting of
votes using the raw JSON data that's stored in the Git repositories
+ Added "Invalid" option for spoilt/protest votes: We'll have to figure out
how we want to handle spoilt/protest votes. Right now, the code
implementation counts spoilt/protest votes the same way as a normal vote
option.
+ Added warning that user votes are public visible: "All votes are public
visible. Other users are therefore able to tell what you voted on!"
* Fixed flock deadlock when database file doesn't exist

Are there any more comments on this or any objections about the general idea?
If not, I think we should move on with starting a voting about this.

On 07/17/2018 10:12 AM, Fusl wrote:
> Hi all,
>
> I've recently been working on a DokuWiki plugin to allow OpenNIC members to
> start votings in a centralized place that is more cleanly, straight forward
> and easier to use: https://github.com/opennic/dokuwiki-opennic-vote-plugin
>
> The plugin was enabled on our wiki.opennic.org instance since a few months
> but was not mature and stable enough. It can be seen in action here:
> https://wiki.opennic.org/votings (scroll down to the end of the page). With
> the latest commit
> (https://github.com/opennic/dokuwiki-opennic-vote-plugin/commit/4d5dd3075168fa383508b29f8486f881746c7bc8)
> the plugin became more stable and ensures that all votes are recorded now.
>
> To create a new voting, one has to browse to
> "https://wiki.opennic.org/votings/new_voting_name_here?do=edit"; and fill
> the textarea with
>
>
> ====== Piwik ======
> <columns 100% 30% 70%>
> <devote title="Test Voting" close="2018-10-18">
> * Option 1
> * Option B
> * Other Option
> * etc.
> </devote>
> <newcolumn>
> <code>
> Long, detailed text of what is being voted on.
> </code>
> </columns>
>
>
> This creates a new wiki page that is automagically included into the
> /votings page where all previous and currently open votings are displayed
> in chronological order (newest to oldest). Once a voting expires
> (`close="2018-10-18"` field), it is automatically closed, no new votes are
> possible and the results are displayed.
>
> Note that our DokuWiki instance automatically syncs changes to GitHub
> (https://github.com/opennic/wikipages/commit/b66d3f5758fc4181a15786c9346ed72775f4f3c3)
> and GitLab
> (https://gitlab.com/opennic/wikipages/commit/b66d3f5758fc4181a15786c9346ed72775f4f3c3)
> so anyone interested can go there to verify the end results of votings by
> comparing these to the results displayed on the wiki.
>
>
> What do you all think about using the DokuWiki system for voting going
> forward from now on?
>
> Let me know if you have any questions.
>
> Thanks,
> Fusl
>
>
>
>
>
> --------
> You are a member of the OpenNIC Discuss list.
> You may unsubscribe by emailing discuss-unsubscribe AT lists.opennicproject.org
>



Archive powered by MHonArc 2.6.19.

Top of Page