Is anyone working on this yet?
If not, I have a couple of ideas. Most importantly, I think it would be nice if all the voting could happen through a very simple command line tool and all BUIPs being in a git as the plumbing layer, of course with a web-frontend on top for those of us with a dislike for command line interaction.
This would make the whole evolution of the BU org a nicely documented and easy-to-verify process - and, IMO very importantly, impossible to hide behind arcane server setups and complexity.
@theZerg as current benevolent dictator and president would produce an initial text file of members (pubkey, nick, maybe-full-name).
And a couple scripts could then be used to vote and query and submit votes. Submission of a vote would be pull request to the BU master on github or so.
If no one knows a good tool that does that, I could start hacking a couple python scripts.
Django (I am somewhat familiar with that) or cmdline calling on the server side from JS/Meteor/whatever could then be used to implement the 'BU voting server'. Members could log in, sign the text to vote on their clients, drag/drop it into some text box and be done. The server could validate first by having a valid Bitcoin signature (that matches with the member list) and only then further submit an (automated) pull request.
Thoughts?
If not, I have a couple of ideas. Most importantly, I think it would be nice if all the voting could happen through a very simple command line tool and all BUIPs being in a git as the plumbing layer, of course with a web-frontend on top for those of us with a dislike for command line interaction.
This would make the whole evolution of the BU org a nicely documented and easy-to-verify process - and, IMO very importantly, impossible to hide behind arcane server setups and complexity.
@theZerg as current benevolent dictator and president would produce an initial text file of members (pubkey, nick, maybe-full-name).
And a couple scripts could then be used to vote and query and submit votes. Submission of a vote would be pull request to the BU master on github or so.
If no one knows a good tool that does that, I could start hacking a couple python scripts.
Django (I am somewhat familiar with that) or cmdline calling on the server side from JS/Meteor/whatever could then be used to implement the 'BU voting server'. Members could log in, sign the text to vote on their clients, drag/drop it into some text box and be done. The server could validate first by having a valid Bitcoin signature (that matches with the member list) and only then further submit an (automated) pull request.
Thoughts?