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

Remove Animal from Available Adoption list once adopted

ShanzyHolm opened this issue · comments

This was discovered at time of submission, but was not part of the MVP required.

Code needs to be tweaked so that adoption method will mark an animal as no longer available and also make it so that only available animals come up to be adopted.