aboutsummaryrefslogtreecommitdiff
path: root/ISSUES.md
diff options
context:
space:
mode:
Diffstat (limited to 'ISSUES.md')
-rw-r--r--ISSUES.md33
1 files changed, 20 insertions, 13 deletions
diff --git a/ISSUES.md b/ISSUES.md
index f61d0b4..ba8d15f 100644
--- a/ISSUES.md
+++ b/ISSUES.md
@@ -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