aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2020-11-16 20:22:41 +0100
committerGustav Sörnäs <gustav@sornas.net>2020-11-16 20:22:41 +0100
commit77d7f507fa660465aeafdff1c10e8d896a671c57 (patch)
tree49193986b3eee92d64a2c759623f06b7adb94381
parenta20e0162412ac4af6ef629e4b99654afad5a464a (diff)
downloadkodapa-77d7f507fa660465aeafdff1c10e8d896a671c57.tar.gz
update readme
-rw-r--r--README.md36
1 files changed, 11 insertions, 25 deletions
diff --git a/README.md b/README.md
index 4ef3515..cf3b1ac 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,17 @@
A bot to help the board with their meeting agenda and meeting
reminders.
+## Features
+
+- `!add item` adds an item to the agenda. Confirmation is sent in both Slack and
+ Discord.
+- `!agenda` prints the current agenda and who added each item.
+- `!clear` clears the agenda.
+- `!help` prints a short help message.
+
+See the TODO for feature ideas. Proper features and bugs are tracked using
+Github issues.
+
## Requirements
The binary itself depends on OpenSSL, as well as the usual suspects (glibc):
@@ -52,28 +63,3 @@ $ DISCORD_API_TOKEN="" \ # fill
cargo run
```
-## Current (non-)features
-
-- Messages are sent where they should
-- ...but they aren't stored anywhere and can't be summarized.
-- No reminders.
-- No permissions / trusted users / trusted channels. Please, only private
- testing servers for now.
-
-See the TODO for more planned features.
-
-## Sales pitch (not yet implemented)
-
-Board members can add items to the agenda by sending a message
-containing something like
-
-```
-/agenda Kaffet är slut!
-```
-
-in either Slack or Discord. The bot sends a confirmation in both Slack
-and Discord so everyone can see what's being added.
-
-Every Wednesday afternoon (configurable) the bot sends a reminder and the agenda
-in both Slack and Discord. An additional reminder is sent 1 hour before the
-meeting.