aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoris2019-08-10 14:53:41 +0200
committerJoris2019-08-10 14:53:41 +0200
commitfb8f0fe577e28dae69903413b761da50586e0099 (patch)
tree91149151facf24348ce1f9798edd5c70be795d11 /README.md
parent3943c50d5320f7137bd5acec4485dd56a2aa52b3 (diff)
downloadbudget-fb8f0fe577e28dae69903413b761da50586e0099.tar.gz
budget-fb8f0fe577e28dae69903413b761da50586e0099.tar.bz2
budget-fb8f0fe577e28dae69903413b761da50586e0099.zip
Remove payment category if unused after a payment is deleted
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?).