From bc253c748b3e80bd8044e9ba9d674b703746a934 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 18 May 2016 08:24:56 -0400 Subject: [PATCH] updating project list --- dash/app.js | 42 ++++++++++++++++++++++++++---------------- index.html | 28 ++++++++++++++++++++-------- 2 files changed, 46 insertions(+), 24 deletions(-) diff --git a/dash/app.js b/dash/app.js index 117a094..12504b7 100644 --- a/dash/app.js +++ b/dash/app.js @@ -4,15 +4,6 @@ $(document).ready(function(){ var bDate = new Date(); var bTime = bDate.getTime(); - // Jolly Lama - var jollylamaTasks = new Tasks([ - ]); - jollylamaTasks.url = prefixUrl + '/Dash/fetchTask.php'; - jollylamaTasks.fetch({cache: false, async:true, data: {pid: 4000, t: bTime}}); - var jollylamaList = new TaskListView({ - el: '#jollylamaList', - collection: jollylamaTasks}); - // MI Sci var misciTasks = new Tasks([ ]); @@ -40,14 +31,14 @@ $(document).ready(function(){ el: '#eventsList', collection: eventsTasks}); - // The Mole Hole Online - var moleholeTasks = new Tasks([ + // MemberDB Plugin + var memberdbTasks = new Tasks([ ]); - moleholeTasks.url = prefixUrl + '/Dash/fetchTask.php'; - moleholeTasks.fetch({cache: false, async:true, data: {pid: 3972, t: bTime}}); - var moleholeList = new TaskListView({ - el: '#moleholeList', - collection: moleholeTasks}); + memberdbTasks.url = prefixUrl + '/Dash/fetchTask.php'; + memberdbTasks.fetch({cache: false, async:true, data: {pid: 3975, t: bTime}}); + var memberdbList = new TaskListView({ + el: '#memberdbList', + collection: memberdbTasks}); // Discover Kalamazoo var discoverTasks = new Tasks([ @@ -66,4 +57,23 @@ $(document).ready(function(){ var hoffmanList = new TaskListView({ el: '#hoffmanList', collection: hoffmanTasks}); + + // CSRYE + var csryeTasks = new Tasks([ + ]); + csryeTasks.url = prefixUrl + '/Dash/fetchTask.php'; + csryeTasks.fetch({cache: false, async:true, data: {pid: 4014, t: bTime}}); + var csryeList = new TaskListView({ + el: '#csryeList', + collection: csryeTasks}); + + // Auth.net Updates + var authnetTasks = new Tasks([ + ]); + authnetTasks.url = prefixUrl + '/Dash/fetchTask.php'; + authnetTasks.fetch({cache: false, async:true, data: {pid: 3955, t: bTime}}); + var authnetList = new TaskListView({ + el: '#authnetList', + collection: authnetTasks}); + }); diff --git a/index.html b/index.html index aa2b7e1..58c38df 100644 --- a/index.html +++ b/index.html @@ -88,8 +88,8 @@
-

Jolly Lama

- Member DB +
@@ -105,6 +105,20 @@
+ + + + + + + + +
EmployeeStatusTask NameDeadline
+

John Hoffman Landscaping

CSRYE +
@@ -137,8 +151,8 @@
-

The Mole Hole Online

- Authorize Updates +
@@ -151,8 +165,6 @@
- - -- 2.17.1