From 86cd5824e6d7cdcf748499b9386d13b02c64adbe Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Wed, 18 Nov 2020 16:01:38 +0100 Subject: [PATCH] Document current and planned features Only rough priorities for planned ones, of course. Not at all complete. --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 57f3e8c..57c819c 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,23 @@ This app allows Kosmos/LDAP users to manage their accounts, including credentials, invites, donations, etc.. +## Features + +* [x] Log in with existing LDAP account +* [x] Reset account password by providing both username and email address +* [x] Reset account password when logged in, via reset email +* [x] Log in with admin permissions +* [x] View LDAP users as admin +* [ ] List my donations +* [ ] Invite new users from your account +* [ ] Sign up for a new account via invite +* [ ] Sign up for a new account by donating upfront +* [ ] Sign up for a new account via proving contributions (via cryptographic signature) +* [ ] ... + +_Planned features are not at all a complete or static list, of course. +Suggestions and pull requests welcome!_ + ## Development ### Rails app