-
Notifications
You must be signed in to change notification settings - Fork 9
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
Lumbersexuals - completed betsy (Hipsterly) #4
base: master
Are you sure you want to change the base?
Conversation
checking merge
def index | ||
@sellers = show_sellers | ||
@categories = show_category | ||
@category = params[:category] |
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.
Indent the three lines above! 🙈
Awesome job on this project!! |
(@order_items_paid << item) if item.order.status == "paid" | ||
(@order_items_complete << item) if item.order.status == "complete" | ||
end | ||
#NEEDS ADDITIONAL CLAUSES TO IDENTIFY ORDER FROM ORDER ITEMS |
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.
Is this comment a TODO/note to self? It's a little confusing. If its about logic you'd like to add in the future, make sure to put that in your read me, but take it out here. When I see something like 'needs' in a comment - my first thought is - "is the developer trying to warn me about a datatype or argument I need to implement the code properly, and if so then why isn't that just evident in the readability about the code?"
So enjoyed working on this project with this fantastic team!-from Suze
Adriana, Nicole, Ania, Suzanne
Hipsterly:
https://hipsterly.herokuapp.com/