aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md50
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"