diff options
author | Jonas Smedegaard <dr@jones.dk> | 2022-04-09 20:19:10 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2022-04-09 20:19:10 +0200 |
commit | 70bb4a57f308cbcd582e2c587f72a855b3e6dc40 (patch) | |
tree | aa6f2c0939c958e7b1e527c227c6c55a5664454a /README.md |
initiaƦ draft
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 50 |
1 files changed, 50 insertions, 0 deletions
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]: <https://dudle.inf.tu-dresden.de/> + +[Framadate]: <https://framadate.org/abc/en/> + +[belenios]: <https://www.belenios.org/> + "Belenios - Verifiable online voting system" + +[CIVS]: <https://civs1.civs.us/> + "Condorcet Internet Voting Service" |