aboutsummaryrefslogtreecommitdiff
path: root/ISSUES.md
diff options
context:
space:
mode:
authorJoris2019-10-27 20:26:29 +0100
committerJoris2019-10-27 20:26:29 +0100
commitb97ad942495352c3fc1e0c820cfba82a9693ac7a (patch)
treef554831888929e2eff5e1fe478f92758637d37cf /ISSUES.md
parent8ef4d96644bce59bbb736af6359e644743e5610a (diff)
downloadbudget-b97ad942495352c3fc1e0c820cfba82a9693ac7a.tar.gz
budget-b97ad942495352c3fc1e0c820cfba82a9693ac7a.tar.bz2
budget-b97ad942495352c3fc1e0c820cfba82a9693ac7a.zip
WIP Set up server side paging for incomes
Diffstat (limited to 'ISSUES.md')
-rw-r--r--ISSUES.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/ISSUES.md b/ISSUES.md
index da9103f..4cfc960 100644
--- a/ISSUES.md
+++ b/ISSUES.md
@@ -1,8 +1,13 @@
# MVP
+## Income
+
+- Implement server side paging
+
## Payment
- Use income table factorizations
+- Implement server side paging
## Category view
@@ -12,10 +17,6 @@
- Edit a category
- Remove a category
-## Low speed
-
-- Implement server side paging
-
## Bugs
- After modal close, it is still on the DOM, preventing any click
@@ -48,6 +49,7 @@
- Move the CSS out from the index page
- Test exceedingPayers
- try DuplicateRecordFields (https://ghc.haskell.org/trac/ghc/wiki/Records/OverloadedRecordFields/DuplicateRecordFields)
+- ajax query parameters
## DB