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

Ruby on Rails capstone project - Budget app #7

Open
wants to merge 53 commits into
base: main
Choose a base branch
from
Open

Ruby on Rails capstone project - Budget app #7

wants to merge 53 commits into from

Conversation

PeteUgwu
Copy link
Owner

@PeteUgwu PeteUgwu commented May 13, 2023

Ruby on Rails capstone project - Budget app

In this project, I :

  • Set up login and user authentication using Devise gem.
  • Created migrations for Users, Categories, and Transact and set up their foreign keys.
  • Created the User, Transact, and Category models and set up their associations.
  • Created User, Transact, and Category controllers and their methods.
    Setup app resources routes
  • Validate all user data input using strong parameters and model validations.
  • Wrote unit and integration tests for User, Transact, and Category model methods, controllers, and view files.
  • Added styling following the design guideline.
    Link to the project video presentation: VIDEO LINK

Link to the deployed project version: LIVE LINK

Link to the PASSING test files: TESTS SHOT

NB: Please, you should seed the test and development database after creating it before running the tests. 🏋️‍♂️🏋️‍♂️ thanks.

Development database

  • rails db:migrate and rails db:seed

Test database

  • rails db:migrate RAILS_ENV=test and rails db:seed RAILS_ENV=test

Copy link

@Whoistolu Whoistolu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @PeteUgwu

Your project is complete! There is nothing else to say other than... it's time to merge it :shipit:

STATUS: APPROVED 🟢

Congratulations! 🎉

Highlight

🔆 Project is successfully deployed
🔆 Devise is well installed, I could sigup and sign in
🔆 When the user logs in, they are presented with the categories page
🔆 For each category, the user can see their name, icon and the total amount of all the transactions that belongs to that category
🔆 When the user clicks (or taps) on a category item, the application navigates to the transactions page for that category
🔆 There is a button "add a new category" at the bottom that brings the user to the page to create a new category
🔆 For a given category, the list of transactions is presented ordered by the most recent
🔆 There is a button "add a new transaction" at the bottom that brings the user to the page to create a new transaction
🔆 When the user clicks on the "Back" button (<), the user navigates to the home page
🔆 I was able to fill out a form to create a new transaction
🔆 Postgres is used as the database for the application

Cheers and Happy coding!👏👏👏

Feel free to leave any questions or comments in the PR thread if something is not 100% clear.
Please, remember to tag me @Whoistolu in your question so I can receive the notification.


As described in the Code reviews limits policy you have a limited number of reviews per project (check the exact number in your Dashboard). If you think that the code review was not fair, you can request a second opinion using this form.

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

Successfully merging this pull request may close these issues.

2 participants