Update the dash
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 20 Sep 2016 20:12:14 +0000 (16:12 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 20 Sep 2016 20:12:14 +0000 (16:12 -0400)
adding harborcountry

remove petoskeyarea (gone live)

dash/app.js
index.html

index f784b63..7cdf651 100644 (file)
@@ -77,7 +77,7 @@ $(document).ready(function(){
         el: '#petoskeyAreaList',
         collection: petoskeyAreaTasks});
 
-    // Member Leads
+    // Petoskey.com
     var petoskeyTasks = new Tasks([
     ]);
     petoskeyTasks.url = prefixUrl + '/Dash/fetchTask.php';
@@ -85,4 +85,13 @@ $(document).ready(function(){
     var petoskeyList = new TaskListView({
         el: '#petoskeyList',
         collection: petoskeyTasks});
+
+    // Harbor Country
+    var harborcountryTasks = new Tasks([
+    ]);
+    harborcountryTasks.url = prefixUrl + '/Dash/fetchTask.php';
+    harborcountryTasks.fetch({cache: false, async:true, data: {pid: 4038, t: bTime}});
+    var harborcountryList = new TaskListView({
+        el: '#harborcountryList',
+        collection: harborcountryTasks});
 });
index 997d8f9..f1bd173 100644 (file)
@@ -39,8 +39,8 @@
             <div class="row">
 
                 <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
-                    <h3><a href="../project.php?pid=4049" target="_blank">Petoskey Area</a></h3>
-                    <table id="petoskeyAreaList"
+                    <h3><a href="../project.php?pid=4038" target="_blank">Harbor Country</a></h3>
+                    <table id="harborcountryList"
                         class="table table-condensed table-striped table-bordered table-hover">
                         <thead>
                             <tr>
@@ -54,8 +54,8 @@
                 </div>
 
                 <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"
+                    <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>
                     </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=4037" target="_blank">Capstone Leadership</a></h3>
-                    <table id="capstoneList"
+                    <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>
                         </thead>
                     </table>
                 </div>
-
-
                 <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=4020" target="_blank">Events Plugin</a></h3>
+                    <table id="eventsList"
                         class="table table-condensed table-striped table-bordered table-hover">
                         <thead>
                             <tr>
             </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"
+                    <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>
                         </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=4003" target="_blank">Petoskey.com</a></h3>
+                    <table id="petoskeyList"
                         class="table table-condensed table-striped table-bordered table-hover">
                         <thead>
                             <tr>
                     </table>
                 </div>
 
-
             </div>