aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md53
1 files changed, 2 insertions, 51 deletions
diff --git a/README.md b/README.md
index bc9e98c..6e1c675 100644
--- a/README.md
+++ b/README.md
@@ -56,55 +56,6 @@ See [application.conf](application.conf).
- [reflex](https://hackage.haskell.org/package/reflex-0.6.2.1/docs/doc-index-All.html)
- [reflex-dom](https://hackage.haskell.org/package/reflex-dom-0.3/docs/doc-index-All.html)
-## TODO
+## Issues
-### Fix
-
-- When clicking on an input label, focus to the input
-
-### Payment view
-
-- Edit a payment
-- Possibly remove payment category after payment edit (frontend)
-- Remove old validation, use client validation on the backend
-- Add icon tooltip ?
-
-### Income view
-
-…
-
-### Category view
-
-…
-
-### Stat view
-
-…
-
-#### Bonus
-
-- HTTP error message
-- Use only one loader
-- Login with email and password
-- search payments by:
- - category,
- - date.
-
-### Code
-
-- remove client warning messages
-- Use BEM style
-- Move the CSS out from the index page
-- Add tests about exceedingPayers
-- try DuplicateRecordFields (https://ghc.haskell.org/trac/ghc/wiki/Records/OverloadedRecordFields/DuplicateRecordFields)
-
-### DB
-
-- Add DB indexes
-
-### Tooling
-
-- deploy command
-- migration diff (use flyway?).
-- utiliser ghcid
-- set up fast deploy
+See [ISSUES.md](ISSUES.md).