From 5c74a14f80e63f41a1d05ee16aa76eb9a6ef1836 Mon Sep 17 00:00:00 2001 From: Shannon Date: Wed, 10 Aug 2016 01:17:30 +0200 Subject: [PATCH] more updatedate changes and some notes --- OurUmbraco.Site/masterpages/Projects.master | 2 +- OurUmbraco/MarketPlace/Interfaces/IListingItem.cs | 3 +++ our.umbraco.org.sln | 4 +++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/OurUmbraco.Site/masterpages/Projects.master b/OurUmbraco.Site/masterpages/Projects.master index ab8fd077..6239f583 100644 --- a/OurUmbraco.Site/masterpages/Projects.master +++ b/OurUmbraco.Site/masterpages/Projects.master @@ -12,7 +12,7 @@
  • Projects

  • diff --git a/OurUmbraco/MarketPlace/Interfaces/IListingItem.cs b/OurUmbraco/MarketPlace/Interfaces/IListingItem.cs index 35e139b7..97e3dacc 100644 --- a/OurUmbraco/MarketPlace/Interfaces/IListingItem.cs +++ b/OurUmbraco/MarketPlace/Interfaces/IListingItem.cs @@ -3,6 +3,9 @@ using System.Collections.Generic; namespace OurUmbraco.MarketPlace.Interfaces { + //TODO: All of this data should probably be in the Lucene index! + // Then we can use that index for querying and returning these results. Alternatively, another DB table + // should be created to store all of this normalized data. public interface IListingItem { int Id { get; set; } diff --git a/our.umbraco.org.sln b/our.umbraco.org.sln index 63e0bcef..ab9f19d2 100644 --- a/our.umbraco.org.sln +++ b/our.umbraco.org.sln @@ -1,13 +1,15 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 14 -VisualStudioVersion = 14.0.24720.0 +VisualStudioVersion = 14.0.25420.1 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OurUmbraco.Site", "OurUmbraco.Site\OurUmbraco.Site.csproj", "{911907FB-3B9D-4E5F-9A45-16700A451A54}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{84E122E2-FB7D-4732-A764-B6EFB1F524DE}" ProjectSection(SolutionItems) = preProject + build\BuildClientFiles.bat = build\BuildClientFiles.bat README.md = README.md + build\RunGulp.bat = build\RunGulp.bat EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{F3A30EFB-C5EA-460A-A591-8FBD7176B131}"