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

Media ranker Katherine #45

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

KatherineJF
Copy link

No description provided.

@dHelmgren
Copy link

MediaRanker Revisted

What We're Looking For

Feature Feedback
General
Appropriate Tests on WorksController Good!
Appropriate Tests on SessionsController Partially incomplete!
Appropriate Tests on UsersController You don't seem to have modified these, even though the Users Controller is affected by Oauth changes.
Completed OAuth Oauth is working, but see a small comment!
Basic Authorization (who can see what) Not set up.
Overall You're missing a couple of important features here. I'm glad to see your Works tests are robust, but I'd like to see all the pieces at least attempted in future assignments.

@@ -19,6 +19,7 @@ def self.to_category_hash
CATEGORIES.each do |cat|
data[cat] = by_category(cat)
end
binding.pry

Choose a reason for hiding this comment

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

Don't leave any binding.pry commands in production code! This broke your server!


end

it "Rejects a user with invalid data" do

Choose a reason for hiding this comment

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

Not sure why you didn't finish writing this one, but it's definitely an important test!

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