From de1e9cd4f94d3cea7ac81ee60518580552ef38e6 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 13 Feb 2017 11:42:16 -0500 Subject: [PATCH] updates for new projects --- dash/app.js | 20 +++++++++++++++++++- fetchTask.php | 4 ++-- index.html | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 53 insertions(+), 3 deletions(-) diff --git a/dash/app.js b/dash/app.js index 59171cb..81316f7 100644 --- a/dash/app.js +++ b/dash/app.js @@ -67,7 +67,7 @@ $(document).ready(function(){ el: '#crawfordList', collection: crawfordTasks}); - // Crowford County + // Charlevoix Library var chxlibraryTasks = new Tasks([ ]); chxlibraryTasks.url = prefixUrl + '/Dash/fetchTask.php'; @@ -76,4 +76,22 @@ $(document).ready(function(){ el: '#chxlibraryList', collection: chxlibraryTasks}); + // Bibco + var bibcoTasks = new Tasks([ + ]); + bibcoTasks.url = prefixUrl + '/Dash/fetchTask.php'; + bibcoTasks.fetch({cache: false, async:true, data: {pid: 4079, t: bTime}}); + var bibcoList = new TaskListView({ + el: '#bibcoList', + collection: bibcoTasks}); + + // Turkeyville + var turkeyvilleTasks = new Tasks([ + ]); + turkeyvilleTasks.url = prefixUrl + '/Dash/fetchTask.php'; + turkeyvilleTasks.fetch({cache: false, async:true, data: {pid: 4085, t: bTime}}); + var turkeyvilleList = new TaskListView({ + el: '#turkeyvilleList', + collection: turkeyvilleTasks}); + }); diff --git a/fetchTask.php b/fetchTask.php index 6a96f60..78fae94 100644 --- a/fetchTask.php +++ b/fetchTask.php @@ -1,7 +1,7 @@
+
+ +
+

Beaver Island Boat Company

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

Turkeyville

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