ShanzyHolm / Animal_Shelter-Ruby_Project

CodeClan Week-long Solo Project 1. Object oriented programming with Ruby, Test Driven Development, Web Programming (REST, MVC), Interacting with a PostgreSQL database (CRUD), HTML / CSS, and Sinatra. Home Away From Holmes Animal Shelter was a week long independent full stack web programming project which would enable shelter employees to track animals available at the shelter, register an owners interest in an animal, and maintain both owner and animal information. It allowed the shelter to perform CRUD operations, using forms to update both owners and animals information, as well as creating new adoptions to pair up owners and animals.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Search for and filter animals features

ShanzyHolm opened this issue · comments

Not part of the MVP, but would like to finish implementing the search for a particular animal or filter animals by criteria (breed, availability, etc). Search page is there, but currently just says that its not actually working.