diff options
-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 |