From 17b82eb5265bced1316784ef8fb6be96c5b3bd2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michelle=20=22MishManners=C2=AE=E2=84=A2=22=20Mannering?= <36594527+mishmanners@users.noreply.github.com> Date: Tue, 1 Oct 2024 13:54:46 +1000 Subject: [PATCH] Add additional pets and fix wording on various pages --- PetSpotR.sln | 33 +++++++++++++++++++ src/frontend/PetSpotR/Pages/Error.cshtml | 2 +- src/frontend/PetSpotR/Pages/Index.razor | 2 +- src/frontend/PetSpotR/Pages/LostPet.razor | 3 ++ src/frontend/PetSpotR/Pages/SubmitFound.razor | 2 +- src/frontend/PetSpotR/Pages/SubmitLost.razor | 4 +-- 6 files changed, 41 insertions(+), 5 deletions(-) create mode 100644 PetSpotR.sln diff --git a/PetSpotR.sln b/PetSpotR.sln new file mode 100644 index 0000000..6759a8d --- /dev/null +++ b/PetSpotR.sln @@ -0,0 +1,33 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.5.002.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{2AF43CF1-D07F-4A07-9919-DE83FC73748F}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "frontend", "frontend", "{7D685ED4-16E1-48F2-9722-0E62589F4C3A}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PetSpotR", "src\frontend\PetSpotR\PetSpotR.csproj", "{38481BA9-B90B-4380-A31B-C0916BCFA009}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {38481BA9-B90B-4380-A31B-C0916BCFA009}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {38481BA9-B90B-4380-A31B-C0916BCFA009}.Debug|Any CPU.Build.0 = Debug|Any CPU + {38481BA9-B90B-4380-A31B-C0916BCFA009}.Release|Any CPU.ActiveCfg = Release|Any CPU + {38481BA9-B90B-4380-A31B-C0916BCFA009}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {7D685ED4-16E1-48F2-9722-0E62589F4C3A} = {2AF43CF1-D07F-4A07-9919-DE83FC73748F} + {38481BA9-B90B-4380-A31B-C0916BCFA009} = {7D685ED4-16E1-48F2-9722-0E62589F4C3A} + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {E984CBD7-93C0-4652-A2AA-35DE967BFC42} + EndGlobalSection +EndGlobal diff --git a/src/frontend/PetSpotR/Pages/Error.cshtml b/src/frontend/PetSpotR/Pages/Error.cshtml index cd28cc3..071899d 100644 --- a/src/frontend/PetSpotR/Pages/Error.cshtml +++ b/src/frontend/PetSpotR/Pages/Error.cshtml @@ -16,7 +16,7 @@

Error.

-

An error occurred while processing your request.

+

We're sorry, an error occurred while processing your request.

@if (Model.ShowRequestId) { diff --git a/src/frontend/PetSpotR/Pages/Index.razor b/src/frontend/PetSpotR/Pages/Index.razor index 612459c..82c6d7f 100644 --- a/src/frontend/PetSpotR/Pages/Index.razor +++ b/src/frontend/PetSpotR/Pages/Index.razor @@ -6,7 +6,7 @@
-

Reconnect with your lost pets using advanced AI

+

Helping owners reconnect with lost pets using advanced AI

I lost my pet diff --git a/src/frontend/PetSpotR/Pages/LostPet.razor b/src/frontend/PetSpotR/Pages/LostPet.razor index ee89b00..147afbf 100644 --- a/src/frontend/PetSpotR/Pages/LostPet.razor +++ b/src/frontend/PetSpotR/Pages/LostPet.razor @@ -24,6 +24,9 @@ + + +
diff --git a/src/frontend/PetSpotR/Pages/SubmitFound.razor b/src/frontend/PetSpotR/Pages/SubmitFound.razor index 46fde4e..a8bb4e4 100644 --- a/src/frontend/PetSpotR/Pages/SubmitFound.razor +++ b/src/frontend/PetSpotR/Pages/SubmitFound.razor @@ -6,5 +6,5 @@ -

Thank you for reporting your found pet!

+

Thank you for reporting a found pet!

Our advanced AI model will attempt to find a match, and alert you and the owner if one is found.

\ No newline at end of file diff --git a/src/frontend/PetSpotR/Pages/SubmitLost.razor b/src/frontend/PetSpotR/Pages/SubmitLost.razor index 49e2d20..eb49c71 100644 --- a/src/frontend/PetSpotR/Pages/SubmitLost.razor +++ b/src/frontend/PetSpotR/Pages/SubmitLost.razor @@ -6,5 +6,5 @@ -

Thank you for reporting your lost pet!

-

Our advanced AI model is being fine-tuned. You will receive an email if your pet is found.

\ No newline at end of file +

Thank you for reporting your lost pet.

+

We're using our advanced AI model to find a match. You will receive an email if your pet is found.

\ No newline at end of file