ges134 / budget-r

Budget-R is a web application allowing you to manage personal finances. Get all your financial information at one glance!
2 stars 3 forks source link

[Budget creation step 2] Ledger creation page #100

Open ges134 opened 5 years ago

ges134 commented 5 years ago

The budget creation step 2 should be an interactive form for creating ledgers.

The left side of the screen shows the tree structure of our budgeting project. The right side allows us to create a ledger with the following info

When saving, the form should bind the budget id and then calls the API. The verb called is PUT when we create a new ledger and POST when we edit a new one.

Once the save has been successful, the ledger tree is refreshed.

There would be a estimates button that would only be active when :

Memos:

TODOs:

Things to test around.

ges134 commented 5 years ago

Manual testing on september 10th