updating project list
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 18 May 2016 12:24:56 +0000 (08:24 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 18 May 2016 12:24:56 +0000 (08:24 -0400)
dash/app.js
index.html

index 117a094..12504b7 100644 (file)
@@ -4,15 +4,6 @@ $(document).ready(function(){
     var bDate = new Date();
     var bTime = bDate.getTime();
 
-    // Jolly Lama
-    var jollylamaTasks = new Tasks([
-    ]);
-    jollylamaTasks.url = prefixUrl + '/Dash/fetchTask.php';
-    jollylamaTasks.fetch({cache: false, async:true, data: {pid: 4000, t: bTime}});
-    var jollylamaList = new TaskListView({
-        el: '#jollylamaList',
-        collection: jollylamaTasks});
-
     // MI Sci
     var misciTasks = new Tasks([
     ]);
@@ -40,14 +31,14 @@ $(document).ready(function(){
         el: '#eventsList',
         collection: eventsTasks});
 
-    // The Mole Hole Online
-    var moleholeTasks = new Tasks([
+    // MemberDB Plugin
+    var memberdbTasks = new Tasks([
     ]);
-    moleholeTasks.url = prefixUrl + '/Dash/fetchTask.php';
-    moleholeTasks.fetch({cache: false, async:true, data: {pid: 3972, t: bTime}});
-    var moleholeList = new TaskListView({
-        el: '#moleholeList',
-        collection: moleholeTasks});
+    memberdbTasks.url = prefixUrl + '/Dash/fetchTask.php';
+    memberdbTasks.fetch({cache: false, async:true, data: {pid: 3975, t: bTime}});
+    var memberdbList = new TaskListView({
+        el: '#memberdbList',
+        collection: memberdbTasks});
 
     // Discover Kalamazoo
     var discoverTasks = new Tasks([
@@ -66,4 +57,23 @@ $(document).ready(function(){
     var hoffmanList = new TaskListView({
         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});
+
+    // Auth.net Updates
+    var authnetTasks = new Tasks([
+    ]);
+    authnetTasks.url = prefixUrl + '/Dash/fetchTask.php';
+    authnetTasks.fetch({cache: false, async:true, data: {pid: 3955, t: bTime}});
+    var authnetList = new TaskListView({
+        el: '#authnetList',
+        collection: authnetTasks});
+
 });
index aa2b7e1..58c38df 100644 (file)
@@ -88,8 +88,8 @@
                 </div>
 
                 <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
-                    <h3><a href="../project.php?pid=4000" target="_blank">Jolly Lama</a></h3>
-                    <table id="jollylamaList"
+                    <h3><a href="../project.php?pid=3975" target="_blank">Member DB</a></h3>
+                    <table id="memberdbList"
                         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=3928" target="_blank">Michigan Scientific</a></h3>
+                    <table id="misciList"
+                        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=4016" target="_blank">John Hoffman Landscaping</a></h3>
                     <table id="hoffmanList"
 
             <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=4014" target="_blank">CSRYE</a></h3>
+                    <table id="csryeList"
                         class="table table-condensed table-striped table-bordered table-hover">
                         <thead>
                             <tr>
                     </table>
                 </div>
                 <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
-                    <h3><a href="../project.php?pid=3972" target="_blank">The Mole Hole Online</a></h3>
-                    <table id="moleholeList"
+                    <h3><a href="../project.php?pid=3955" target="_blank">Authorize Updates</a></h3>
+                    <table id="authnetList"
                         class="table table-condensed table-striped table-bordered table-hover">
                         <thead>
                             <tr>
                     </table>
                 </div>
             </div>
-
-
         </div>
 
         <script src="libs/jquery/dist/jquery.min.js"></script>