Feature #4: Pre-defined/Restricted Locations

Configurable list and location suggestions. Ability to restrict
locations. Shows 'occupied' locations.
This commit is contained in:
Gary Sharp
2014-02-17 21:44:34 +11:00
parent ed7caf8b4a
commit 5be747afbc
35 changed files with 2136 additions and 729 deletions
+9 -6
View File
@@ -1,11 +1,10 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using Disco.BI.Extensions;
using Disco.Models.BI.Job;
using Disco.Models.Services.Jobs.JobLists;
using Disco.Models.UI.Job;
using Disco.Web.Extensions;
using System;
using System.Collections.Generic;
using System.Web.Mvc;
namespace Disco.Web.Models.Job
{
@@ -29,5 +28,9 @@ namespace Disco.Web.Models.Job
return list;
}
}
public LocationModes LocationMode { get; set; }
public List<JobLocationReference> LocationOptions { get; set; }
}
}