-
Notifications
You must be signed in to change notification settings - Fork 38
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
Queues - Janice Lichtman - Media Ranker #48
base: master
Are you sure you want to change the base?
Conversation
…ader on all pages
…ade buttons display side by side
…aceholders for edit, upvote, and delete buttons' git push
…action, and delete button on item's page
… edit and update controller actions, an edit view page, and an edit button on the item's indiv show page
…ncluding creation of new user if user does not yet exist
…ation stylesheet. AND changed method for selecting spotlight item to sample from existing ids
…main index page to list items by vote order
… flash[:status]=:failure case
Media RankerWhat We're Looking For
Great work overall! Thanks for putting in the time and effort on this, despite not having it ready on time. MediaRanker is a big project with many moving parts, but I'm really happy with what I see here. Make sure you spend some time focused on model and controller testing, particularly around edge and failure cases - forcing yourself to follow your code all the way through and predict how things could go wrong is a wonderful tool for improving your understanding. |
Media Ranker
Congratulations! You're submitting your assignment!
Comprehension Questions
session
andflash
? What is the difference between them?