From 0c248adff7b985a0c929efdfd63cae7db372a4b0 Mon Sep 17 00:00:00 2001 From: filippo-ferrari Date: Mon, 15 Jul 2024 19:49:21 +0200 Subject: [PATCH] docs: README.md --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cbf10a0..a78ac96 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ Munera is a companion for managing expenses efficiently and effortlessly, whethe 1. **Filtering and Sorting** - Keep implementing sorting on more columns, start implementing filtering + - Specification 2. **Weekly and Monthly Summaries** - Create functionality to generate weekly and monthly summaries, including filtering and sorting options. @@ -58,9 +59,17 @@ Munera is a companion for managing expenses efficiently and effortlessly, whethe - ~~Each event has a number of people connected to it, expenses can be added to these people~~ - A reports tells which people need to give/take money to which people in order to be even +6. **Misc** + - PeriodUnit and Interval need to be implemented with a scheduler + - Graphs could use more work + - More validation in form + - Login page + - Migration tool for DB changes in prod + ## Known Issues - Form still needs more validation when empty, some entities can be created with all null values, even the ones that have constraints throw SQL errors, they need to be gracefully handled. -- Graphs still need a lot of improvements -- PeriodUnit and Interval need to be implemented +- Errors need to be caught and handled +- Graphs still need ~~a lot of~~ **some** improvements +- PeriodUnit and Interval need to be implemented with a scheduler - ~~ExpenseView dosent refresh after an edit operation anymore~~ \ No newline at end of file