docs: README.md

This commit is contained in:
filippo-ferrari 2024-07-15 19:49:21 +02:00
parent 7f27ff0b3d
commit 0c248adff7

View file

@ -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~~