From 70bb4a57f308cbcd582e2c587f72a855b3e6dc40 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 9 Apr 2022 20:19:10 +0200 Subject: initiaƦ draft MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..1aeb456 --- /dev/null +++ b/README.md @@ -0,0 +1,50 @@ +# Event voting + +> collectively deciding when an event should occur + +Modular, Doodle-like event voting. + + +## Phases + +### Ballot design + +Create prototype; +either event (with start and end time) +or task list (listing all options). + + +#### Event: Create prototype event + +Create a prototype event, +at the earliest possible time, +and end time to indicate estimated length of event. + +Provide title and description, + + + * id + * title + * description + * timespan for event - when event can be held + * length - timespan of event + * invitees + * open/closed? - can others invite themselves? + + +## See also + + * [Dudle] + * [Framadate] + * [Belenios] + * [CIVS] + +[Dudle]: + +[Framadate]: + +[belenios]: + "Belenios - Verifiable online voting system" + +[CIVS]: + "Condorcet Internet Voting Service" -- cgit v1.2.3