Dog Breed - SelectOnScore2A

From Score :
Till Score :

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)