Remove some projects
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 21 Nov 2016 13:27:47 +0000 (08:27 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 21 Nov 2016 13:27:47 +0000 (08:27 -0500)
Removing completed projects.
Removing them from the app.js as well so they don't call for data.

dash/app.js
index.html

index a641f27..feb8081 100644 (file)
@@ -40,24 +40,6 @@ $(document).ready(function(){
         el: '#hoffmanList',
         collection: hoffmanTasks});
 
-    // Explore Western Upgrades
-    var exploreTasks = new Tasks([
-    ]);
-    exploreTasks.url = prefixUrl + '/Dash/fetchTask.php';
-    exploreTasks.fetch({cache: false, async:true, data: {pid: 4048, t: bTime}});
-    var exploreList = new TaskListView({
-        el: '#exploreList',
-        collection: exploreTasks});
-
-    // Capstone Leadership
-    var capstoneTasks = new Tasks([
-    ]);
-    capstoneTasks.url = prefixUrl + '/Dash/fetchTask.php';
-    capstoneTasks.fetch({cache: false, async:true, data: {pid: 4037, t: bTime}});
-    var capstoneList = new TaskListView({
-        el: '#capstoneList',
-        collection: capstoneTasks});
-
     // Member Leads
     var leadsTasks = new Tasks([
     ]);
@@ -68,15 +50,6 @@ $(document).ready(function(){
         collection: leadsTasks});
 
 
-    // Petoskey Area
-    var petoskeyAreaTasks = new Tasks([
-    ]);
-    petoskeyAreaTasks.url = prefixUrl + '/Dash/fetchTask.php';
-    petoskeyAreaTasks.fetch({cache: false, async:true, data: {pid: 4049, t: bTime}});
-    var petoskeyAreaList = new TaskListView({
-        el: '#petoskeyAreaList',
-        collection: petoskeyAreaTasks});
-
     // Petoskey.com
     var petoskeyTasks = new Tasks([
     ]);
@@ -95,7 +68,7 @@ $(document).ready(function(){
         el: '#harborcountryList',
         collection: harborcountryTasks});
 
-    // Mackinac Bridge
+    // UCMAN
     var ucmanTasks = new Tasks([
     ]);
     ucmanTasks.url = prefixUrl + '/Dash/fetchTask.php';
@@ -104,15 +77,6 @@ $(document).ready(function(){
         el: '#ucmanList',
         collection: ucmanTasks});
 
-    // 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});
-
     // Original Butterfly House
     var butterflyTasks = new Tasks([
     ]);
index 81af423..7f02eb0 100644 (file)
                     </table>
                 </div>
 
-                <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
-                    <h3><a href="../project.php?pid=4037" target="_blank">Capstone Leadership</a></h3>
-                    <table id="capstoneList"
-                        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=4062" target="_blank">Kalamazoo Beer Week</a></h3>
-                    <table id="kbwList"
-                        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=4030" target="_blank">UCMAN</a></h3>
                     <table id="ucmanList"