diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -58,12 +58,16 @@ See [application.conf](application.conf). ## TODO +### Fix + +- When clicking on an input label, focus to the input + ### Payment view - Edit a payment -- Possibly remove payment category after payment edit -- Clone a payment -- Add icon tooltip +- Possibly remove payment category after payment edit (frontend) +- Remove old validation, use client validation on the backend +- Add icon tooltip ? ### Income view @@ -88,6 +92,7 @@ See [application.conf](application.conf). ### Code +- remove client warning messages - Use BEM style - Move the CSS out from the index page - Add tests about exceedingPayers @@ -101,3 +106,5 @@ See [application.conf](application.conf). - deploy command - migration diff (use flyway?). +- utiliser ghcid +- set up fast deploy |