From 252e8dd0d1eedc3b575fddadd812ba57da8a99fe Mon Sep 17 00:00:00 2001 From: Glenn Clarke Date: Wed, 7 Aug 2024 12:09:45 +0100 Subject: [PATCH] PC-1234: Update comment in PropertyData.cs --- SeaPublicWebsite.BusinessLogic/Models/PropertyData.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SeaPublicWebsite.BusinessLogic/Models/PropertyData.cs b/SeaPublicWebsite.BusinessLogic/Models/PropertyData.cs index 8bbd1d2b..b27f20e3 100644 --- a/SeaPublicWebsite.BusinessLogic/Models/PropertyData.cs +++ b/SeaPublicWebsite.BusinessLogic/Models/PropertyData.cs @@ -7,8 +7,8 @@ public class PropertyData public string Reference { get; set; } /// - /// Due to PC-1234, RecommendationsFirstRetrievedAt's name no longer reflects when it is assigned - /// a constraint on the fix was that the data team cannot currently rewrite their + /// Due to PC-1234, RecommendationsFirstRetrievedAt's name no longer reflects when it is assigned. + /// A constraint on the fix was that the data team cannot currently rewrite their /// ingestion pipelines due to deadlines, therefore the column name in the database cannot change. /// This timestamp is now assigned after the new-or-returning user question, at the start of the journey. /// TODO-1240 Rename to reflect new position in journey