From 4109b34c61726038ca65751ae4eff9a6d26989db Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 9 Aug 2017 08:23:11 -0400 Subject: [PATCH] Update for dashboard --- dash/app.js | 31 +++++++------------------------ index.html | 50 ++++++++++---------------------------------------- 2 files changed, 17 insertions(+), 64 deletions(-) diff --git a/dash/app.js b/dash/app.js index 273dbb4..2edbd7a 100644 --- a/dash/app.js +++ b/dash/app.js @@ -58,31 +58,14 @@ $(document).ready(function(){ el: '#memberdbList', collection: memberdbTasks}); - // GACVB - var gacvbTasks = new Tasks([ + // MiGCSA + var migcsaTasks = new Tasks([ ]); - gacvbTasks.url = prefixUrl + '/Dash/fetchTask.php'; - gacvbTasks.fetch({cache: false, async:true, data: {pid: 4090, t: bTime}}); - var gacvbList = new TaskListView({ - el: '#gacvbList', - collection: gacvbTasks}); + migcsaTasks.url = prefixUrl + '/Dash/fetchTask.php'; + migcsaTasks.fetch({cache: false, async:true, data: {pid: 4091, t: bTime}}); + var migcsaList = new TaskListView({ + el: '#migcsaList', + collection: migcsaTasks}); - // PHSACF - var phsacfTasks = new Tasks([ - ]); - phsacfTasks.url = prefixUrl + '/Dash/fetchTask.php'; - phsacfTasks.fetch({cache: false, async:true, data: {pid: 4109, t: bTime}}); - var phsacfList = new TaskListView({ - el: '#phsacfList', - collection: phsacfTasks}); - - // CS LEWIS - var cslewisTasks = new Tasks([ - ]); - cslewisTasks.url = prefixUrl + '/Dash/fetchTask.php'; - cslewisTasks.fetch({cache: false, async:true, data: {pid: 4106, t: bTime}}); - var cslewisList = new TaskListView({ - el: '#cslewisList', - collection: cslewisTasks}); }); diff --git a/index.html b/index.html index 8cd9c90..b364672 100644 --- a/index.html +++ b/index.html @@ -37,21 +37,6 @@
-
-

Trout Creek

- - - - - - - - - -
EmployeeStatusTask NameDeadline
-
- -
-
-
-

Michigan Trail Maps

- - - - - - - - - -
EmployeeStatusTask NameDeadline
-
+
-

PHSACF

- MiGCSA +
@@ -98,14 +68,13 @@
-
+
-
-

CS Lewis Festival

- Trout Creek +
@@ -119,8 +88,8 @@
Michigan Trail Maps +
@@ -133,9 +102,10 @@
+
+ -
-- 2.17.1