From fc5ccf2e9fbbb1a53556249f1322199277ed55fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Coelho?= Date: Thu, 27 Sep 2018 13:00:57 +0100 Subject: [PATCH] Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 27b7d7b..d44c7fa 100644 --- a/README.md +++ b/README.md @@ -59,17 +59,17 @@ Lists the last `qty` transactions made/received in the entire application. - Roles/Permissions - Auto add users to channels - Report money receival on buy operation +- Report logs to channel ## Commands to add - TBD ## Features to add -- Report logs to channel -- Error codes +- Add/remove staff from staff channel ## Problems found - How to create first admin. -- Implementation: Log levels aren't well defined. +- FIXED: ~~Implementation: Log levels aren't well defined.~~ - FIXED: ~~Entry codes are not being verified as unique. Not using UUID.~~ - FIXED: ~~Users are only added to users table on join team commands, should be done always, but on every request will make this slow.~~