Adding kbw project
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 19 Oct 2016 17:26:36 +0000 (13:26 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 19 Oct 2016 17:26:36 +0000 (13:26 -0400)
dash/app.js
index.html

index 092cc7c..b52cdd2 100644 (file)
@@ -104,4 +104,12 @@ $(document).ready(function(){
         el: '#mackinacbridgeList',
         collection: mackinacbridgeTasks});
 
+    // KBW
+    var kbwTasks = new Tasks([
+    ]);
+    kbwTasks.url = prefixUrl + '/Dash/fetchTask.php';
+    kbwTasks.fetch({cache: false, async:true, data: {pid: 4062, t: bTime}});
+    var kbwList = new TaskListView({
+        el: '#kbwList',
+        collection: kbwTasks});
 });
index 801bec5..bece25d 100644 (file)
@@ -90,8 +90,8 @@
 
 
                 <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
-                    <h3><a href="../project.php?pid=3975" target="_blank">GLM Associate</a></h3>
-                    <table id="memberdbList"
+                    <h3><a href="../project.php?pid=4062" target="_blank">Kalamazoo Beer Week</a></h3>
+                    <table id="kbwList"
                         class="table table-condensed table-striped table-bordered table-hover">
                         <thead>
                             <tr>
 
             <div class="row">
 
+                <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
+                    <h3><a href="../project.php?pid=3975" target="_blank">GLM Associate</a></h3>
+                    <table id="memberdbList"
+                        class="table table-condensed table-striped table-bordered table-hover">
+                        <thead>
+                            <tr>
+                                <th>Employee</th>
+                                <th>Status</th>
+                                <th>Task Name</th>
+                                <th>Deadline</th>
+                            </tr>
+                        </thead>
+                    </table>
+                </div>
                 <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
                     <h3><a href="../project.php?pid=4020" target="_blank">Events Plugin</a></h3>
                     <table id="eventsList"
                     </table>
                 </div>
 
+
+
+            </div>
+            <div class="row">
+
+
                 <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
-                    <h3><a href="../project.php?pid=3928" target="_blank">Michigan Scientific</a></h3>
-                    <table id="misciList"
+                    <h3><a href="../project.php?pid=4047" target="_blank">Member Leads</a></h3>
+                    <table id="leadsList"
                         class="table table-condensed table-striped table-bordered table-hover">
                         <thead>
                             <tr>
             <div class="row">
 
                 <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
-                    <h3><a href="../project.php?pid=4016" target="_blank">John Hoffman Landscaping</a></h3>
-                    <table id="hoffmanList"
+                    <h3><a href="../project.php?pid=3928" target="_blank">Michigan Scientific</a></h3>
+                    <table id="misciList"
                         class="table table-condensed table-striped table-bordered table-hover">
                         <thead>
                             <tr>
                         </thead>
                     </table>
                 </div>
-
                 <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
-                    <h3><a href="../project.php?pid=4047" target="_blank">Member Leads</a></h3>
-                    <table id="leadsList"
+                    <h3><a href="../project.php?pid=4016" target="_blank">John Hoffman Landscaping</a></h3>
+                    <table id="hoffmanList"
                         class="table table-condensed table-striped table-bordered table-hover">
                         <thead>
                             <tr>
                         </thead>
                     </table>
                 </div>
-
-
-            </div>
-            <div class="row">
-
                 <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
                     <h3><a href="../project.php?pid=4003" target="_blank">Petoskey.com</a></h3>
                     <table id="petoskeyList"