-
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
Setup #1
Setup #1
Conversation
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 Emre,
While you made a great effort in this project, unfortunately, I cannot proceed to review your code.
Invalid Code Review Request
Kindly ensure that your ReadMe is professionally documented, and adhere(s) to the following standard(s):
- The Future Features section of your ReadMe includes 1-3 potential features to be added later.
- Kindly ensure that provided placeholder texts/ guide instructions are removed and/or replaced with appropriate contents applicable under each section of your ReadMe. Similarly, kindly also remove guide notes for license creation under the license section.
Your Code Review Request will be marked as invalid in your Dashboard, so please submit a new one once you are ready 🙏
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.
Invalid Code Review Request does not count into the code reviews limit.
Really? @rloterh |
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.
While you made a great effort in this project, unfortunately, I cannot proceed to review your code.
Invalid Code Review Request
You have submitted a project, that does not have its README professionally documented.
- You did a great just Licensing the app properly 👍🏽 🥇
- As recommended by the previous Reviewer, kindly add at least 2 potential features you think this application will have in the future. This will take care of the Future Features section.
- Also, let's ensure that the Acknowledgment section is not empty. Putting a dot there does not look professional enough. Kindly give credit to everyone who inspired your codebase.
- I can also see that you have 1,776 file changes that may not allow a reviewer to properly review your project. Please, take a look at your
node_modules
directory and ensure that it is not been pushed to Github.
File Changes
Your Code Review Request will be marked as invalid in your Dashboard, so please submit a new one once you are ready 🙏
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.
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.
Invalid Code Review Request does not count into the code reviews limit.
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 @karayamanemre
Your project is complete! There is nothing else to say other than... it's time to merge it
STATUS: APPROVED 🟢
Congratulations! 🎉
Highlight
✔️ jsbundling-rails
dem was used
✔️ react-dom
, dependencies babel-loader
are present in the package.json
file
✔️ API endpoint for returning a random greeting was created
✔️ Database table for storing different greetings was created
✔️ There is a Greeting
component
✔️ The two apps work together
- [OPTIONAL] Great job implementing my previous recommendations, However, you need to update the
Acknowledgment
andFututure-Feautre
sections with the appropriate details. In the Acknowledgment section, Kindly give credit to everyone who inspired your codebase. In the Future-Feature section, kindly add at least 2 potential features you think this application will have in the future.
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 @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.
greetings = [ | ||
"Hello, world!", | ||
"Selamin Aleyküm", | ||
"Naptın müdür", | ||
"OOOOO Naber Yaa!", | ||
"Welcome aboard!" | ||
] | ||
|
||
greetings.each do |message| | ||
Greeting.create!(message: message) | ||
end |
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.
- Great implementation @karayamanemre 👍🏽
In this PR: