Dog Group - DELETE

Border Collies (7)

Description: Border Collies
Score 2
Dog Group: Herding (2)
Dog Group Description: Originally bred to herd livestock, dogs in the Herding Group are smart and energetic, and they retain the innate ability to corral other animals.
Cancel

This little project is made with razor pages. Initial data is created with a Dictionary in the services (DogBreedService & DogGroupService). You can update, delete, add records, but when re-opening the application, the initial data will be back again.
  • DOG BREEDS
    1. Show list of dogbreeds
    2. Add new dogbreed
    3. Update dogbreed
    4. Delete dogbreed
    5. List dogbreeds , selected by score - form and result in 1 page
    6. List dogbreeds , where score between startscore & endscore - form and result in 2 seperatie pages
  • DOG GROUPS
    1. Show list of doggroups
    2. Update description of dog group (due to working with dummy-data/Dictionary, if the description of a dog group is changed, this will not show on a dog-breed detail)