diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 27 |
1 files changed, 21 insertions, 6 deletions
@@ -58,10 +58,25 @@ See [application.conf](application.conf). TODO ---- -- move persistence methods to a module -- use another route to check the token and redirect to / -- migration diff (use flyway?) +### Interface -- Add payment balance in weekly report -- search by payment category and payment date -- Move up element ids security (editOwn is actually at db level) +- Search payments by frequency. +- Add a payment. + +#### Bonus + +- Adjust login design. +- smooth search. +- search payments by: + - category, + - date. + +### Code + +- R.def for custom components. +- Move up element ids security (editOwn is actually at db level). +- move persistence methods to a module. + +### Tooling + +- migration diff (use flyway?). |