Skip to content

Commit 0fbaf8a

Browse files
committed
add description to each project group
1 parent dba287c commit 0fbaf8a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

manager_dashboard/manager_dashboard/manage.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ <h3>Please <a href="index.html">log in</a> first.</h3>
8686
<div class="col-md-12">
8787
<div id="new-projects" class="col-md-12 project-data">
8888
<h2>New Projects</h2>
89+
<p>These projects have just been created and no mapping has happened yet.</p>
8990
<table id="projectsTable-new" class="table table-striped table-bordered">
9091
<thead>
9192
<tr class="thead-inverse">
@@ -105,6 +106,7 @@ <h2>New Projects</h2>
105106
</div>
106107
<div id="active-projects" class="col-md-12 project-data">
107108
<h2>Active Projects</h2>
109+
<p>These projects are currently visible in the MapSwipe app.</p>
108110
<table id="projectsTable-active" class="table table-striped table-bordered">
109111
<thead>
110112
<tr class="thead-inverse">
@@ -125,6 +127,7 @@ <h2>Active Projects</h2>
125127
</div>
126128
<div id="inactive-projects" class="col-md-12 project-data">
127129
<h2>Inactive Projects</h2>
130+
<p>These projects are not visible in the MapSwipe app, but might be re-activated later or set to finished.</p>
128131
<table id="projectsTable-inactive" class="table table-striped table-bordered">
129132
<thead>
130133
<tr class="thead-inverse">
@@ -144,6 +147,7 @@ <h2>Inactive Projects</h2>
144147
</div>
145148
<div id="finished-projects" class="col-md-12 project-data">
146149
<h2>Finished Projects</h2>
150+
<p>These projects have been completely mapped or stopped. No further mapping is needed.</p>
147151
<table id="projectsTable-finished" class="table table-striped table-bordered">
148152
<thead>
149153
<tr class="thead-inverse">

0 commit comments

Comments
 (0)