From 4b4392ceae7a2458ec48377d930c8c1c187eeba9 Mon Sep 17 00:00:00 2001 From: andchiind Date: Wed, 18 Dec 2024 15:54:46 +0100 Subject: [PATCH] Renamed files --- .../{DeckController.cs => InspectionAreaController.cs} | 0 .../Models/{CreateDeckQuery.cs => CreateInspectionAreaQuery.cs} | 0 .../Models/{DeckResponse.cs => InspectionAreaResponse.cs} | 0 backend/api/Database/Models/{Deck.cs => InspectionArea.cs} | 0 backend/api/Services/{DeckService.cs => InspectionAreaService.cs} | 0 .../{UnknownDeckDialog.tsx => UnknownInspectionAreaDialog.tsx} | 0 .../InspectionPage/{DeckCards.tsx => InspectionAreaCards.tsx} | 0 frontend/src/models/{Deck.ts => InspectionArea.ts} | 0 frontend/src/utils/{DeckMapView.tsx => InspectionAreaMapView.tsx} | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename backend/api/Controllers/{DeckController.cs => InspectionAreaController.cs} (100%) rename backend/api/Controllers/Models/{CreateDeckQuery.cs => CreateInspectionAreaQuery.cs} (100%) rename backend/api/Controllers/Models/{DeckResponse.cs => InspectionAreaResponse.cs} (100%) rename backend/api/Database/Models/{Deck.cs => InspectionArea.cs} (100%) rename backend/api/Services/{DeckService.cs => InspectionAreaService.cs} (100%) rename frontend/src/components/Displays/ConfirmScheduleDialogs/LocalizationVerification/{UnknownDeckDialog.tsx => UnknownInspectionAreaDialog.tsx} (100%) rename frontend/src/components/Pages/InspectionPage/{DeckCards.tsx => InspectionAreaCards.tsx} (100%) rename frontend/src/models/{Deck.ts => InspectionArea.ts} (100%) rename frontend/src/utils/{DeckMapView.tsx => InspectionAreaMapView.tsx} (100%) diff --git a/backend/api/Controllers/DeckController.cs b/backend/api/Controllers/InspectionAreaController.cs similarity index 100% rename from backend/api/Controllers/DeckController.cs rename to backend/api/Controllers/InspectionAreaController.cs diff --git a/backend/api/Controllers/Models/CreateDeckQuery.cs b/backend/api/Controllers/Models/CreateInspectionAreaQuery.cs similarity index 100% rename from backend/api/Controllers/Models/CreateDeckQuery.cs rename to backend/api/Controllers/Models/CreateInspectionAreaQuery.cs diff --git a/backend/api/Controllers/Models/DeckResponse.cs b/backend/api/Controllers/Models/InspectionAreaResponse.cs similarity index 100% rename from backend/api/Controllers/Models/DeckResponse.cs rename to backend/api/Controllers/Models/InspectionAreaResponse.cs diff --git a/backend/api/Database/Models/Deck.cs b/backend/api/Database/Models/InspectionArea.cs similarity index 100% rename from backend/api/Database/Models/Deck.cs rename to backend/api/Database/Models/InspectionArea.cs diff --git a/backend/api/Services/DeckService.cs b/backend/api/Services/InspectionAreaService.cs similarity index 100% rename from backend/api/Services/DeckService.cs rename to backend/api/Services/InspectionAreaService.cs diff --git a/frontend/src/components/Displays/ConfirmScheduleDialogs/LocalizationVerification/UnknownDeckDialog.tsx b/frontend/src/components/Displays/ConfirmScheduleDialogs/LocalizationVerification/UnknownInspectionAreaDialog.tsx similarity index 100% rename from frontend/src/components/Displays/ConfirmScheduleDialogs/LocalizationVerification/UnknownDeckDialog.tsx rename to frontend/src/components/Displays/ConfirmScheduleDialogs/LocalizationVerification/UnknownInspectionAreaDialog.tsx diff --git a/frontend/src/components/Pages/InspectionPage/DeckCards.tsx b/frontend/src/components/Pages/InspectionPage/InspectionAreaCards.tsx similarity index 100% rename from frontend/src/components/Pages/InspectionPage/DeckCards.tsx rename to frontend/src/components/Pages/InspectionPage/InspectionAreaCards.tsx diff --git a/frontend/src/models/Deck.ts b/frontend/src/models/InspectionArea.ts similarity index 100% rename from frontend/src/models/Deck.ts rename to frontend/src/models/InspectionArea.ts diff --git a/frontend/src/utils/DeckMapView.tsx b/frontend/src/utils/InspectionAreaMapView.tsx similarity index 100% rename from frontend/src/utils/DeckMapView.tsx rename to frontend/src/utils/InspectionAreaMapView.tsx