From 3efa8d091d96d3dc01d9db2ad9d8ffe8e4a36c4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Wed, 11 Nov 2020 15:14:15 +0100 Subject: add TODO --- TODO | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 TODO (limited to 'TODO') diff --git a/TODO b/TODO new file mode 100644 index 0000000..fd1282e --- /dev/null +++ b/TODO @@ -0,0 +1,40 @@ +META: +* readme + requirements + install instructions + usage +* release with binary + +FEATURES: +* specify channels to send in and store them +* basic commands + add + print + remove + clear + help +* mention the bot to do stuff +* store the agenda in a configurable file +* print the agenda + +ISSUES: +* build without voice support +* build only needed tokio features +* sending to slack is very slow + +DONE: +* login +* send messages both ways + +LATER: (rough ordering and scope) +* send reminders + 24h and 1h (?) +* more commands + next + plan + skip +* allowed users +* customize meeting times + store dates in a file? commands? +* customize reminders +* gcal -- cgit v1.2.1 From 5dfc675f78c113465d1522624a9dd970d16d6bfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Wed, 11 Nov 2020 19:06:23 +0100 Subject: readme/todo --- TODO | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index fd1282e..45d07ca 100644 --- a/TODO +++ b/TODO @@ -1,21 +1,18 @@ META: -* readme - requirements - install instructions - usage -* release with binary +* tag with binary on github +* aur?? FEATURES: -* specify channels to send in and store them +* store the agenda in a (configurable) file +* specify channels to read from and send in +* specify trusted users (i.e. board members) * basic commands add print remove clear help -* mention the bot to do stuff -* store the agenda in a configurable file -* print the agenda +* mention the bot to do stuff? ISSUES: * build without voice support @@ -25,6 +22,7 @@ ISSUES: DONE: * login * send messages both ways +* readme LATER: (rough ordering and scope) * send reminders -- cgit v1.2.1 From aca6d26d3b7d338ce95d88c58a557236024992fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Wed, 11 Nov 2020 19:32:15 +0100 Subject: build without voice --- TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 45d07ca..36d8468 100644 --- a/TODO +++ b/TODO @@ -15,14 +15,14 @@ FEATURES: * mention the bot to do stuff? ISSUES: -* build without voice support -* build only needed tokio features * sending to slack is very slow DONE: * login * send messages both ways * readme +* build without voice support +* build only needed tokio features LATER: (rough ordering and scope) * send reminders -- cgit v1.2.1 From fcf9ffef4590b054637b55bc55e1ae5df62b6e4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Fri, 13 Nov 2020 00:59:44 +0100 Subject: update todo --- TODO | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 36d8468..02bc18b 100644 --- a/TODO +++ b/TODO @@ -3,19 +3,19 @@ META: * aur?? FEATURES: -* store the agenda in a (configurable) file * specify channels to read from and send in +--- basic usage cutoff --- * specify trusted users (i.e. board members) -* basic commands - add - print - remove - clear - help * mention the bot to do stuff? +* react to messages with +1 when they are read +* output formatting (!help mainly) +* configurable command prefix ISSUES: * sending to slack is very slow +* too many unwraps +* use correct form of string +* panics on !agenda with empty agenda DONE: * login @@ -23,8 +23,14 @@ DONE: * readme * build without voice support * build only needed tokio features +* store the agenda in a (configurable) file +* basic commands + add + print + clear + help -LATER: (rough ordering and scope) +LATER: (ordering and scope not actual) * send reminders 24h and 1h (?) * more commands -- cgit v1.2.1 From 22cfd71e22be0f8f6afa8d53f33ebdc613cd1b0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Fri, 13 Nov 2020 16:35:07 +0100 Subject: update todo --- TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 02bc18b..1acc15c 100644 --- a/TODO +++ b/TODO @@ -3,8 +3,6 @@ META: * aur?? FEATURES: -* specify channels to read from and send in ---- basic usage cutoff --- * specify trusted users (i.e. board members) * mention the bot to do stuff? * react to messages with +1 when they are read @@ -16,6 +14,7 @@ ISSUES: * too many unwraps * use correct form of string * panics on !agenda with empty agenda +* general refactoring DONE: * login @@ -29,6 +28,7 @@ DONE: print clear help +* specify channels to read from and send in LATER: (ordering and scope not actual) * send reminders -- cgit v1.2.1