From: Steve Sutton Date: Mon, 27 Jun 2016 16:32:24 +0000 (-0400) Subject: Dash Updates X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=68c90da42232647c0abf4cf22282d34f692dd1d0;p=prog%2FDash.git Dash Updates Adding Member Leads --- diff --git a/dash/app.js b/dash/app.js index 3599bc7..5d50cdd 100644 --- a/dash/app.js +++ b/dash/app.js @@ -85,4 +85,13 @@ $(document).ready(function(){ el: '#campList', collection: campTasks}); + // Member Leads + var leadsTasks = new Tasks([ + ]); + leadsTasks.url = prefixUrl + '/Dash/fetchTask.php'; + leadsTasks.fetch({cache: false, async:true, data: {pid: 4047, t: bTime}}); + var leadsList = new TaskListView({ + el: '#leadsList', + collection: leadsTasks}); + }); diff --git a/index.html b/index.html index b8535e8..dcb0bd1 100644 --- a/index.html +++ b/index.html @@ -184,6 +184,21 @@ + +
+

Member Leads

+ + + + + + + + + +
EmployeeStatusTask NameDeadline
+