diff options
author | Joris | 2017-03-24 09:21:06 +0000 |
---|---|---|
committer | Joris | 2017-03-24 09:21:06 +0000 |
commit | c0ac16a713c4e53cf6af8e72a6d5f6b8ac5d6456 (patch) | |
tree | 8a438430cee7411259fc395d8f3898488e85d750 /README.md | |
parent | 293eb8295162bf0a038f488237db9c9d1316c04d (diff) | |
parent | cfca18262c1ff48dcb683ddab7d03cf8e55573ff (diff) |
Merge branch 'features/categories' into 'master'
Features/categories
See merge request !1
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -46,5 +46,11 @@ See [application.conf](application.conf). TODO ---- +- Modelize current page for both punctual and monthly payments +- search by payment category +- Use `sqlite-simple` instead of `persistent` +- Move up element ids security (editOwn is actually at db level) +- Prevent a daemon to freeze when it got “SQLite3 returned ErrorBusy while + attempting to perform step.” +- Minify javascript from elm for production build - CRUD animations (loading, created-updated-deleted element) -- Payment categories ? |