Created
July 10, 2012 22:10
-
-
Save chyld/3086534 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IWD 2 Final Project: | |
(5 points) - Create a new rails app called HappiTails | |
(5 points) - Create a Animal scaffold - it should have photo, name, type (dog or cat), age, gender | |
(5 points) - Create a Shelter scaffold - should have photo, name, address | |
(5 points) - Check presence on all names on all models | |
(5 points) - Check uniqueness of names on all models | |
(5 points) - Check age on all models should be greater than zero | |
(5 points) - Create a logo, header and footer that should be visible on all pages | |
(5 points) - Create a home page that should describe the HappiTails website | |
(5 points) - Associate Shelters and Animals accordingly in the database and model | |
(5 points) - Add drop down boxes in the appropriate view for the new associations | |
(25 points) - On the shelter show page, it should show the shelter photo and all the animals in that shelter | |
(5 points) - On shelter index page, show photos of each shelter | |
(5 points) - On the animal show page it should show a photo of the animal | |
(5 points) - Use CSS to style up the app | |
(5 points) - Use a web font | |
(5 points) - Use javascript somewhere in the app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment