docs: README.md

This commit is contained in:
filippo-ferrari 2024-09-06 22:13:47 +02:00
parent c637aadee4
commit cd3827e47f

View file

@ -67,10 +67,16 @@ Munera is a companion for managing expenses efficiently and effortlessly, whethe
- email setup - email setup
- Migration tool for DB changes in prod - Migration tool for DB changes in prod
7. **Deployment**
- Improve the Dockerfile and docker-compose.yml
- Improve the deploy.yml
- Fix known bugs in the pipeline
## Known Issues ## Known Issues
- PeopleVIew doesn't refresh after an edit operation anymore - PeopleVIew doesn't refresh after an edit operation anymore
- 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. - 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.
- Errors need to be caught and handled - Errors need to be caught and handled
- Graphs still need ~~a lot of~~ **some** improvements - Graphs still need ~~a lot of~~ **some** improvements
- ~~ExpenseView doesn't refresh after an edit operation anymore~~ - ~~ExpenseView doesn't refresh after an edit operation anymore~~
- Deployment must be improved