-
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
Budget App (1.0.0) #13
Conversation
…rcentLiteralDelimiters
Project setup
…y and index for each table as required by UML diagram
…sts cases as they will be added in future branches)
Routing controllers
…me gourp multiple times
…, Style/BlockComments and Layout/CommentIndentation
…n previous branch
…a bug (unchecked groups in transaction update where not removing the association)
…a Database Cleaning strategy in spec_helper.rb
Integration tests
Documentation
…b to perform confirmation email deliveries
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 @Zilola-Nazarova ,
Good job so far!
There are some issues that you still need to work on to go to the next project but you are almost there!
Highlights
✔️ Used Devise to authenticate the users and ensure the login and registration page match the design given.
✔️ Added THE Group and Purchases pages to ensure users can add and delete new groups and purchases, also enable them to edit purchases.
✔️ Added unit and integration tests and esnure all tests are passing
Required Changes ♻️
- @Zilola-Nazarova Kindly consider adding a presentation for your project it's part of the project requirement, below is the requirement for the presentation
Check the comments under the review.
Optional suggestions
Every comment with the [OPTIONAL] prefix is not crucial enough to stop the approval of this PR. However, I strongly recommend you to take them into account as they can make your code better.
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 in your question so I can receive the notification.
Please, do not open a new Pull Request for re-reviews. You should use the same Pull Request submitted for the first review, either valid or invalid unless it is requested otherwise.
_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.
…meters in the controller
Thank you @danmainah for your review, I see you reviewed it thoroughly and I really appreciate it 🙏🏻 |
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.
STATUS: APPROVED 🟢
Hi @Zilola-Nazarova👋,
Your project is complete! There is nothing else to say other than... it's time to merge it
Congratulations! 🎉
To Highlight 🎉
- Nice UI design. ✔️
- Highly organized code. ✔️
- Gitflow is followed. ✔️
- Professional README file. ✔️
- No linter errors. ✔️
- PR has a good title and summary. ✔️
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 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.
Hello and welcome to "SmartPocket"
In this project, I created a SmartPocket app that keeps track of all your expenses associated with categories.
It allows you to:
General requirements:
Project requirements:
The project is deployed and accessible online.
I followed the design guidelines from SnapScan (Colors, Typography, Layout). I gave appropriate credit to the author in the Acknowledgements section of README.
I created unit, request and integration tests for all the most important components of the app.
User input is always validated to make sure that anyone with bad intentions cannot compromise the app.
Presentation: https://drive.google.com/file/d/15PRIRaL0HMnhjX8lCclfmoLDdjb2kCEq/view?usp=sharing
Splash screen
A simple page with the name of the app, and links to the
sign up
andlog in
pages (built with Devise).Sign up and login pages
You are able to register in the app with your full name, email and password.
You can log into the app using email and password.
You can't access other pages unless you are logged in.
Home page (categories page)
When you log in, you are presented with the categories page.
For each category, you can see their name, icon and the total amount of all the transactions that belong to that category.
Whn you click on a category item, the application navigates to the transactions page for that category.
There is a button "add category" at the bottom that brings you to the page to create a new category.
Transactions page
For a given category, the list of transactions is presented, ordered by the most recent.
At the bottom of the page, you can see the total amount for the category.
There is a button "add transaction" at the bottom that brings you to the page to create a new transaction.
When you click on the "Back" button (<), you navigate to the home page.
Additional features:
"Add a new category" page
You can fill out a form to create a new category, indicating their name and icon (both mandatory).
When you click the "Save" button to create the new category, you are taken to the home page on success.
When you click on the "Back" button (<), you navigate to the home page.
"Add a new transaction" page
You can fill out a form to create a new transaction with:
When you click the "Save" button to create a new transaction, you are taken to the transactions page for that category.
When you click on the "Back" button (<), you navigate to the transactions page for that category.