aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoris2018-01-03 17:31:20 +0100
committerJoris2018-01-03 17:31:22 +0100
commita4acc2e84158fa822f88a1d0bdddb470708b5809 (patch)
tree3faeb0128a51b437501470bd38be62e6e871e9f3 /README.md
parent49426740e8e0c59040f4f3721a658f225572582b (diff)
downloadbudget-a4acc2e84158fa822f88a1d0bdddb470708b5809.tar.gz
budget-a4acc2e84158fa822f88a1d0bdddb470708b5809.tar.bz2
budget-a4acc2e84158fa822f88a1d0bdddb470708b5809.zip
Modify weelky report and payment search interface
- Add payment balance in weekly report - Show a message and hide pages when the search results in no results - Go to page 1 when the search is updated / erased
Diffstat (limited to 'README.md')
-rw-r--r--README.md27
1 files changed, 21 insertions, 6 deletions
diff --git a/README.md b/README.md
index aa60885..34ae53e 100644
--- a/README.md
+++ b/README.md
@@ -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?).