Until now the persistence layer was part of the budgeteer-web-interface module. This allowed for with tight coupling between the old service layer and the persistence layer.
To remedy this we first fixed instances where such coupling occured, and then moved the layer into a new module.
This should help prevent such issues from occuring in the future.
Until now the persistence layer was part of the
budgeteer-web-interface
module. This allowed for with tight coupling between the old service layer and the persistence layer. To remedy this we first fixed instances where such coupling occured, and then moved the layer into a new module. This should help prevent such issues from occuring in the future.Depends on: #526