abnDK / personal-budget-2

For completing personal budget 2 project in Codecademy back engineer career path
0 stars 0 forks source link

update budgets sum when populating budget #41

Open abnDK opened 1 year ago

abnDK commented 1 year ago

Parent and child sums are not calculated when /budget/show/:id is loaded. Values as is from db i shown, and then calculated when 'save' is hit the first time

If data only is inserted through UI, this will maybe never be a real problem, as sums always are calculated, before writing to the db.