From: Steve Sutton Date: Mon, 13 Feb 2017 16:42:16 +0000 (-0500) Subject: updates for new projects X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=de1e9cd4f94d3cea7ac81ee60518580552ef38e6;p=prog%2FDash.git updates for new projects --- 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
+
+ +