abnDK / personal-budget-2

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

Change flow of adding/deleting/editing category rows on budget #66

Open abnDK opened 10 months ago

abnDK commented 10 months ago

To make it more user friendly, we need to be able to add several categories in different hierarchical levels without toggling edit/save budget rows several times.

This could be done with a "save" button on each row that shows whenever the row is added, and when it has been saved (and we get the id from db), we can swap that button with the "add row" button, in order to add children.