diff options
Diffstat (limited to 'ISSUES.md')
-rw-r--r-- | ISSUES.md | 19 |
1 files changed, 10 insertions, 9 deletions
@@ -1,9 +1,5 @@ # MVP -## Income view - -- Go to page 1 after adding an income - ## Payment - Use income table factorizations @@ -22,10 +18,15 @@ ## Bugs -- Fix page flickering on loading - After modal close, it is still on the DOM, preventing any click -# Additional features +# Next + +## Bugs + +- Fix page flickering on loading + +## Additional features - Remove unused payment category after payment edit on frontend - Auto focus on first input when payment modal is open @@ -39,7 +40,7 @@ - Show statistics. - Pages: 1 … 3 4 5 … 10 -# Code +## Code - Do something with ModalForm and ConfirmDialog - remove client warning messages @@ -48,11 +49,11 @@ - Test exceedingPayers - try DuplicateRecordFields (https://ghc.haskell.org/trac/ghc/wiki/Records/OverloadedRecordFields/DuplicateRecordFields) -# DB +## DB - Add DB indexes -# Tooling +## Tooling - deploy command - migration diff (use flyway?). |