stephencweiss / matilda

See your time in a whole new way. Small, lightweight, magical.
MIT License
1 stars 0 forks source link

Make each line in a budget editable #15

Open stephencweiss opened 5 years ago

stephencweiss commented 5 years ago

W, W, W

Users will want the ability to change the hours they're allocating to a single category.

DoD

Each budget line will be a toggle between a view only and edit mode. Default is view only. The toggle is flipped with the edit button. When the edit button is clicked, it will display the hours as an editable field for that category and replace the edit button with one named save and one cancel. On save, we will update the line with an AJAX call to the database. On cancel, the toggle will flip back without saving anything.