Add event reg project
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 19 Jan 2017 18:28:11 +0000 (13:28 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 19 Jan 2017 18:28:11 +0000 (13:28 -0500)
removing older projects

dash/app.js
index.html

index 0bef0b0..0eea81a 100644 (file)
@@ -8,20 +8,11 @@ $(document).ready(function(){
     var eventsTasks = new Tasks([
     ]);
     eventsTasks.url = prefixUrl + '/Dash/fetchTask.php';
-    eventsTasks.fetch({cache: false, async:true, data: {pid: 4020, t: bTime}});
+    eventsTasks.fetch({cache: false, async:true, data: {pid: 4100, t: bTime}});
     var eventsList = new TaskListView({
         el: '#eventsList',
         collection: eventsTasks});
 
-    // Coupons Plugin
-    var couponsTasks = new Tasks([
-    ]);
-    couponsTasks.url = prefixUrl + '/Dash/fetchTask.php';
-    couponsTasks.fetch({cache: false, async:true, data: {pid: 4075, t: bTime}});
-    var couponsList = new TaskListView({
-        el: '#couponsList',
-        collection: couponsTasks});
-
     // MemberDB Plugin
     var memberdbTasks = new Tasks([
     ]);
@@ -31,24 +22,6 @@ $(document).ready(function(){
         el: '#memberdbList',
         collection: memberdbTasks});
 
-    // Member Leads
-    var leadsTasks = new Tasks([
-    ]);
-    leadsTasks.url = prefixUrl + '/Dash/fetchTask.php';
-    leadsTasks.fetch({cache: false, async:true, data: {pid: 4047, t: bTime}});
-    var leadsList = new TaskListView({
-        el: '#leadsList',
-        collection: leadsTasks});
-
-    // 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});
-
     // UCMAN
     var ucmanTasks = new Tasks([
     ]);
@@ -58,15 +31,6 @@ $(document).ready(function(){
         el: '#ucmanList',
         collection: ucmanTasks});
 
-    // Original Butterfly House
-    var butterflyTasks = new Tasks([
-    ]);
-    butterflyTasks.url = prefixUrl + '/Dash/fetchTask.php';
-    butterflyTasks.fetch({cache: false, async:true, data: {pid: 4066, t: bTime}});
-    var butterflyList = new TaskListView({
-        el: '#butterflyList',
-        collection: butterflyTasks});
-
     // MAVB
     var MAVBTasks = new Tasks([
     ]);
index 284f728..0c14d6d 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=4038" target="_blank">Harbor Country</a></h3>
-                    <table id="harborcountryList"
-                        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=4066" target="_blank">Original Butterflyhouse</a></h3>
-                    <table id="butterflyList"
-                        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=4020" target="_blank">Events Plugin</a></h3>
-                    <table id="eventsList"
-                        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=4075" target="_blank">Coupons Plugin</a></h3>
-                    <table id="couponsList"
-                        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">
                 </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=4100" target="_blank">Event Registration</a></h3>
+                    <table id="eventsList"
                         class="table table-condensed table-striped table-bordered table-hover">
                         <thead>
                             <tr>