TheAxelander / OpenBudgeteer

OpenBudgeteer is a budgeting app based on the Bucket Budgeting Principle
https://theaxelander.github.io
MIT License
759 stars 43 forks source link

Harmonize CRUD handling of ViewModelItems #195

Closed TheAxelander closed 9 months ago

TheAxelander commented 10 months ago

Describe the solution you'd like

Views should only access ViewModels ViewModelItems should only be accessed by ViewModels, No Dummy Items creations, instead using a separate NewItem property in ViewModel