add TODO
This commit is contained in:
parent
dc2a1018b1
commit
bc4fa1c6ee
1 changed files with 39 additions and 0 deletions
39
TODO.md
Normal file
39
TODO.md
Normal file
|
@ -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)
|
Loading…
Reference in a new issue