diff options
author | Joris | 2019-10-06 19:46:03 +0200 |
---|---|---|
committer | Joris | 2019-10-06 19:48:23 +0200 |
commit | e5ac82f4808e974dec5f19fc6f059efaa5214022 (patch) | |
tree | 1f72b03d33ce5db71f6a05b148f6cbe9e6fe4b59 | |
parent | 2cbd43c3a0f0640776a4e7c7425b3210d2e6632b (diff) |
Reorganize issues
-rw-r--r-- | ISSUES.md | 33 |
1 files changed, 20 insertions, 13 deletions
@@ -1,30 +1,37 @@ -# Payment view +# MVP -- Remove unused payment category after payment edit on frontend -- Remove old validation, use client validation on the backend -- Add icon tooltip ? -- auto focus on first input when payment modal is open +- Implement routing -# Income view +## Payment view -… +- Remove old validation, use client validation on the backend -# Category view +## Income view -… +- Show the income table +- Add an income +- Edit an income +- Remove an income -# Stat view +## Category view -… +- Show the category table +- Add a category +- Edit a category +- Remove a category -# Features +# Additional features +- Remove unused payment category after payment edit on frontend +- Auto focus on first input when payment modal is open +- Add icon tooltip - HTTP error message - Use only one loader - Login with email and password -- search payments by: +- Search payments by: - category, - date. +- Show statistics. # Code |