aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris2019-10-06 19:46:03 +0200
committerJoris2019-10-06 19:48:23 +0200
commite5ac82f4808e974dec5f19fc6f059efaa5214022 (patch)
tree1f72b03d33ce5db71f6a05b148f6cbe9e6fe4b59
parent2cbd43c3a0f0640776a4e7c7425b3210d2e6632b (diff)
downloadbudget-e5ac82f4808e974dec5f19fc6f059efaa5214022.tar.gz
budget-e5ac82f4808e974dec5f19fc6f059efaa5214022.tar.bz2
budget-e5ac82f4808e974dec5f19fc6f059efaa5214022.zip
Reorganize issues
-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