aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.md b/README.md
index 39dd428..dbffc41 100644
--- a/README.md
+++ b/README.md
@@ -60,10 +60,9 @@ See [application.conf](application.conf).
### Payment view
-- When removing / modifying a payment, remove the payment category if there is
- no other payment with the same name
- Check monthly payment UX
- Edit a payment.
+- Possibly remove payment category after payment edit
- Clone a payment.
### Income view
@@ -89,11 +88,15 @@ See [application.conf](application.conf).
### Code
+- Move the CSS out from the index page
- Add tests about exceedingPayers
-- Move up element ids security (editOwn is actually at db level).
- try DuplicateRecordFields (https://ghc.haskell.org/trac/ghc/wiki/Records/OverloadedRecordFields/DuplicateRecordFields)
+### DB
+
+- Add DB indexes
+
### Tooling
-- use Obelisk
+- deploy command
- migration diff (use flyway?).