From 68c90da42232647c0abf4cf22282d34f692dd1d0 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 27 Jun 2016 12:32:24 -0400 Subject: [PATCH] Dash Updates Adding Member Leads --- dash/app.js | 9 +++++++++ index.html | 15 +++++++++++++++ 2 files changed, 24 insertions(+) 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
+
-- 2.17.1