okoyecharles / rails-budget-app

A mobile web application where you can manage your budget. You have a list of transactions associated with a category, so that you can see how much money you spent and on what.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[1pt] "Add a new transaction" page

okoyecharles opened this issue · comments

  • The user fills out a form to create a new transaction with:
    name (mandatory)
    amount (mandatory)
    categories (mandatory at least one)

  • The user click (or taps) the "Save" button to create the new transation, and is taken to the transactions page for that category.

  • When the user clicks on the "Back" button (<), the user navigates to the transactions page for that category.