As a pet store manager, I need a web system to manage pets information.
The information of pet include:
- name(unique)
- type(dog or cat)
- color
- price
Already implemented functions:
-
I can add new pet to the system.
-
I can see the information of all pets in the system.
-
I can find pet by its name.
-
When a pet was bought by customer, I can get it off the shelf.
-
I can modify the price of a pet.
- Add new Pet
- Get all Pets
- Find Pet by name
- Delete Pet by name
- Update Pet's price