Update dash
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 2 Aug 2016 12:15:04 +0000 (08:15 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 2 Aug 2016 12:15:04 +0000 (08:15 -0400)
Remove france journeys, csrye, and sault ste marie
These project are done

dash/app.js
index.html

index d6c82fd..0bfaabf 100644 (file)
@@ -13,15 +13,6 @@ $(document).ready(function(){
         el: '#misciList',
         collection: misciTasks});
 
-    // France Journeys
-    var franceTasks = new Tasks([
-    ]);
-    franceTasks.url = prefixUrl + '/Dash/fetchTask.php';
-    franceTasks.fetch({cache: false, async:true, data: {pid: 4027, t: bTime}});
-    var franceList = new TaskListView({
-        el: '#franceList',
-        collection: franceTasks});
-
     // Events Plugin
     var eventsTasks = new Tasks([
     ]);
@@ -40,15 +31,6 @@ $(document).ready(function(){
         el: '#memberdbList',
         collection: memberdbTasks});
 
-    // Sault St. Marie
-    var saultstemarieTasks = new Tasks([
-    ]);
-    saultstemarieTasks.url = prefixUrl + '/Dash/fetchTask.php';
-    saultstemarieTasks.fetch({cache: false, async:true, data: {pid: 4053, t: bTime}});
-    var saultstemarieList = new TaskListView({
-        el: '#saultstemarieList',
-        collection: saultstemarieTasks});
-
     // John Hoffman Landscaping
     var hoffmanTasks = new Tasks([
     ]);
@@ -58,15 +40,6 @@ $(document).ready(function(){
         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});
-
     // Explore Western Upgrades
     var exploreTasks = new Tasks([
     ]);
index a099798..9cca9b9 100644 (file)
 
             </div>
 
-            <div class="row">
-                <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
-                    <h3><a href="../project.php?pid=4053" target="_blank">Sault St. Marie Upgrades</a></h3>
-                    <table id="saultstemarieList"
-                        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=4014" target="_blank">CSRYE</a></h3>
-                    <table id="csryeList"
-                        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>
-
             <div class="row">
 
                 <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
-                    <h3><a href="../project.php?pid=4027" target="_blank">France Journeys</a></h3>
-                    <table id="franceList"
+                    <h3><a href="../project.php?pid=3903" target="_blank">Camp Petosega Map</a></h3>
+                    <table id="campList"
                         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=3903" target="_blank">Camp Petosega Map</a></h3>
-                    <table id="campList"
-                        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=4047" target="_blank">Member Leads</a></h3>