Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manage Budgets #3

Open
5 tasks
hewlock opened this issue Jul 7, 2022 · 0 comments
Open
5 tasks

Manage Budgets #3

hewlock opened this issue Jul 7, 2022 · 0 comments

Comments

@hewlock
Copy link
Owner

hewlock commented Jul 7, 2022

Description

https://guides.rubyonrails.org/routing.html

  • Add "Create New Budget" link on the home page. This will link to '/budgets/new'
  • Create budgets routes:
    • /budgets - list all budgets with "Add" link and "View", "Edit" and "Delete" actions
    • /budgets/new - create a new budget (with name and id) - "Save" and "Cancel" returns to /budgets
    • /budgets/:id - show the budget name & id "Back", "Edit" and "Delete" actions
    • /budgets/:id/edit - edit an existing budget "Cancel" and "Save" route to /budgets? or View?

Tasks

  • Create Budgets Redux Store
  • Create "Index" page
  • Create "new" page
  • Create "edit" page
  • Create "show" page
@hewlock hewlock changed the title File Preferences Create New Budget Button Jul 7, 2022
@hewlock hewlock changed the title Create New Budget Button Manage Budgets Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant