azamsharp/BudgetApp

AddBudgetCategoryView Enhancement

Opened this issue · 0 comments

This Is an enhancement to the AddBudgetCategoryView file. In this file. I added a @State variable array called "addedBudgetCategories" that keeps track of and stores all the new budget categories that are added to the CoreData context. In the saveOrUpdate() function in this file, every single budget category that is new is appended to the "addedBudgetCategories" array while being being stored in the CoreData context.
BudgetApp Enhancement 1
BudgetApp Enhancement 2