Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some changes #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

some changes #15

wants to merge 1 commit into from

Conversation

mishmanners
Copy link
Contributor

@mishmanners mishmanners commented Apr 8, 2024

This pull request primarily focuses on enhancing the functionality of the PetModel class and the user interface of the LostPet.razor page in the PetSpotR application. The key changes include the addition of a Location property to the PetModel class, the initialization of this property in the PetModel constructor, the inclusion of more pet types in the LostPet.razor page, and the introduction of a pet location selection feature on the same page.

Here are the main changes in detail:

Changes to PetModel class:

Updates to LostPet.razor page:

  • src/frontend/PetSpotR/Pages/LostPet.razor: More options were added to the pet type selection dropdown. This allows users to select from a wider variety of pet types, including 'Bird', 'Rabbit', and 'Other'.
  • src/frontend/PetSpotR/Pages/LostPet.razor: A new section was added for users to specify the location where they lost their pet. The location can be selected from a dropdown list of suburbs in Auckland, New Zealand. This feature uses the Location property of the PetModel class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant