Add new project
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 6 Oct 2016 14:57:29 +0000 (10:57 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 6 Oct 2016 14:57:29 +0000 (10:57 -0400)
Adding MackinacBridge project

dash/app.js
index.html

index 7cdf651..092cc7c 100644 (file)
@@ -94,4 +94,14 @@ $(document).ready(function(){
     var harborcountryList = new TaskListView({
         el: '#harborcountryList',
         collection: harborcountryTasks});
+
+    // Mackinac Bridge
+    var mackinacbridgeTasks = new Tasks([
+    ]);
+    mackinacbridgeTasks.url = prefixUrl + '/Dash/fetchTask.php';
+    mackinacbridgeTasks.fetch({cache: false, async:true, data: {pid: 4060, t: bTime}});
+    var mackinacbridgeList = new TaskListView({
+        el: '#mackinacbridgeList',
+        collection: mackinacbridgeTasks});
+
 });
index f1bd173..801bec5 100644 (file)
 
             <div class="row">
 
+                <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
+                    <h3><a href="../project.php?pid=4060" target="_blank">Mackinac Bridge</a></h3>
+                    <table id="mackinacbridgeList"
+                        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">
                         </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=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"
                         </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=4016" target="_blank">John Hoffman Landscaping</a></h3>
                     <table id="hoffmanList"
                         </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=4047" target="_blank">Member Leads</a></h3>
                         </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"
                 </div>
 
             </div>
-
-
-
-
         </div>
 
         <script src="libs/jquery/dist/jquery.min.js"></script>