Mintues meeting 3
This commit is contained in:
parent
041942b90c
commit
963514c371
@ -34,7 +34,6 @@ Dec. 4: Present and Demonstrate the Project
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
HTML;
|
HTML;
|
||||||
|
|
||||||
return $body;
|
return $body;
|
||||||
|
@ -2,17 +2,12 @@
|
|||||||
|
|
||||||
require_once "SecureView.php";
|
require_once "SecureView.php";
|
||||||
|
|
||||||
/**
|
|
||||||
* Created by PhpStorm.
|
|
||||||
* User: sean
|
|
||||||
* Date: 10/30/17
|
|
||||||
* Time: 10:37 AM
|
|
||||||
*/
|
|
||||||
class MinutesView extends SecureView
|
class MinutesView extends SecureView
|
||||||
{
|
{
|
||||||
|
|
||||||
public function page(){
|
public function page(){
|
||||||
$body = <<<HTML
|
$body = <<<HTML
|
||||||
|
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<h2>Meeting 1</h2>
|
<h2>Meeting 1</h2>
|
||||||
<p>
|
<p>
|
||||||
@ -49,6 +44,7 @@ Pictures sent to Sean by 10/24
|
|||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<h2>Meeting 2</h2>
|
<h2>Meeting 2</h2>
|
||||||
<h3>10/25/2017 12:00PM – 12:30PM</h3>
|
<h3>10/25/2017 12:00PM – 12:30PM</h3>
|
||||||
@ -63,6 +59,29 @@ Overview – Discussed the best way to go about making the website in a way that
|
|||||||
<li> Set up website and notify professor by 10/30 </li>
|
<li> Set up website and notify professor by 10/30 </li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="card">
|
||||||
|
<h2>Meeting 3</h2>
|
||||||
|
<h3>10/30/2017 7:00PM - 8:00PM</h3>
|
||||||
|
<p>Agenda – Go over preliminary requirements together and make sure everyone understands each section of requirements. Plan next meeting time.
|
||||||
|
</p>
|
||||||
|
<p>Overview – Divided preliminary requirements tasks amongst ourselves. Got most of the requirements done at the meeting. Figured out next meeting time to start going over SRS Requirements.
|
||||||
|
</p>
|
||||||
|
<h3>Next Meeting – 11/09/2017 @ 5:00PM, 3211 Anthony Hall</h3>
|
||||||
|
<h3>Tasks to be completed:</h3>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
Colin – Requirements #4 by 10PM on 10/31
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
James – Requirements #1 and #2 by 10PM on 10/31
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
Logan – Requirements #3 by 10PM on 10/31
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
HTML;
|
HTML;
|
||||||
|
|
||||||
return $body;
|
return $body;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user