-
Notifications
You must be signed in to change notification settings - Fork 0
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
base: main
Are you sure you want to change the base?
Conversation
Project setup
Implement methods and views
Capybara tests
Set up render for deployment
Add deployment link
There was a problem hiding this 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
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.
Ruby on Rails capstone project - Budget app
In this project, I :
Users
,Categories
, andTransact
and set up their foreign keys.User
,Transact
, andCategory
models and set up their associations.User
,Transact
, andCategory
controllers and their methods.Setup app resources routes
User
,Transact
, andCategory
model methods, controllers, and view files.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
Test database