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

Models - Devise #2

Merged
merged 10 commits into from
Oct 17, 2023
Merged

Models - Devise #2

merged 10 commits into from
Oct 17, 2023

Conversation

HFG43
Copy link
Owner

@HFG43 HFG43 commented Oct 17, 2023

Hi there!! I'm sending this pull request for you to review my code. Thanks in advance for your feedback!

Milestones 🎯:
📌 Add Log In & Sign Up functionalities using devise gem and letter opener
📌 Add Pages Controller with Welcome page
📌 Add Models for Entity, Groups, User, & Entity-group

Please consider some commands and links should be added in the upcoming views and controllers

🎖️ General requirements:
Gitflow
No linter errors
Ensure the use of best practices and Ruby style

Copy link

@NitBravoA92 NitBravoA92 left a comment

Choose a reason for hiding this comment

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

Approved 🟢

Hi @HFG43

Congratulations! 🎉

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

Highlights ✔️

  • Rails project has a correct configuration ✅
  • All models created with their validations ✅
  • Controllers and Views ✅
  • No linters errors ✅
  • Pull request has a descriptive title and summary ✅
  • Repository has a professional readme file ✅

Optional suggestions

  • Please read the comments I have left below.

_Every comment with the [OPTIONAL] prefix won't 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.


Comment on lines 1 to 3
class EntitiesController < ApplicationController
before_action :authenticate_user!
end

Choose a reason for hiding this comment

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

@HFG43 [OPTIONAL] I kindly suggest you rename this controller to align it with the name of the Expense model

Comment on lines 1 to 3
class EntityGroupsController < ApplicationController
before_action :authenticate_user!
end

Choose a reason for hiding this comment

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

@HFG43 [OPTIONAL] I kindly suggest you rename this controller to align it with the name of the ExpenseGroup model

@HFG43 HFG43 merged commit 8ba6f70 into dev Oct 17, 2023
3 checks passed
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