diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -60,8 +60,10 @@ TODO ### Interface -- Search payments by frequency. - Add a payment. +- Edit a payment. +- Delete a payment. +- Clone a payment. #### Bonus @@ -76,6 +78,7 @@ TODO - R.def for custom components. - Move up element ids security (editOwn is actually at db level). - move persistence methods to a module. +- try DuplicateRecordFields (https://ghc.haskell.org/trac/ghc/wiki/Records/OverloadedRecordFields/DuplicateRecordFields) ### Tooling |