From cd3827e47f8244fb1c9208942037083e6e08fd2e Mon Sep 17 00:00:00 2001 From: filippo-ferrari Date: Fri, 6 Sep 2024 22:13:47 +0200 Subject: [PATCH] docs: README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 61f5e3d..e7012e9 100644 --- a/README.md +++ b/README.md @@ -67,10 +67,16 @@ Munera is a companion for managing expenses efficiently and effortlessly, whethe - email setup - 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 - 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. - Errors need to be caught and handled - Graphs still need ~~a lot of~~ **some** improvements -- ~~ExpenseView doesn't refresh after an edit operation anymore~~ \ No newline at end of file +- ~~ExpenseView doesn't refresh after an edit operation anymore~~ +- Deployment must be improved