From 64547d3d168eb9b03ef98fe33ba9cd238cd03f53 Mon Sep 17 00:00:00 2001 From: nek0 Date: Sat, 30 Jan 2021 21:09:30 +0100 Subject: [PATCH] remove unused todos and whitespace --- TODO.md | 39 --------------------------------------- src/Classes.hs | 2 +- 2 files changed, 1 insertion(+), 40 deletions(-) delete mode 100644 TODO.md diff --git a/TODO.md b/TODO.md deleted file mode 100644 index a1dfd02..0000000 --- a/TODO.md +++ /dev/null @@ -1,39 +0,0 @@ -# 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) diff --git a/src/Classes.hs b/src/Classes.hs index 605762c..5cdca5f 100644 --- a/src/Classes.hs +++ b/src/Classes.hs @@ -1,4 +1,4 @@ -module Classes +module Classes ( module C ) where