From bc4fa1c6eedd0b80b0888f05c5c85a829a4aab19 Mon Sep 17 00:00:00 2001 From: nek0 Date: Mon, 24 Aug 2020 18:54:24 +0200 Subject: [PATCH] add TODO --- TODO.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..a1dfd02 --- /dev/null +++ b/TODO.md @@ -0,0 +1,39 @@ +# TODO + +## Manage avatars + +* role is missing +* avatar deletion and pruning of unused avatars + +## Payouts + +* roleCanPayInvoice means, the user can recharge user funds by paying an + invoice with his own money. +* roleCanPayOut is the only permission acutally able to remove money from the + cashier. + +## Journal + +* Journal can only be viewed by every authenticated user using PrimaryPass or + ChallengeResponse -> DONE + +## Questions + +* There is a role overview with which users are in which roles + +## Imprint + +* Freetext field Markdown as Setting (CanManageSettings) + +## Suppliers + +* Freetext field for contact info + +## Settings + +* move currency and registration block from config to settings +* Add setting for decimal places (default: 2) + +## Products + +* Add keywords to products (alcohol, caffeine, whatever)