Compare commits

...

8 Commits

Author SHA1 Message Date
James Murray
f5e66035c3 Presentation Added. 2017-12-04 02:27:40 -05:00
James Murray
3e642d3f12 Updated Domain Research 2017-12-04 01:49:44 -05:00
James Murray
c8a8f6f584 Switched back to correct ROOT value. 2017-12-04 01:26:51 -05:00
James Murray
6529d9bf44 Fixed up Drafts 2017-12-04 01:26:01 -05:00
James Murray
fef25179d0 Added a Bibliography, fixed something in the Domain Researh pdf. 2017-12-04 01:03:50 -05:00
James Murray
9872cd1291 Added Domain Research document 2017-12-04 00:14:33 -05:00
c5bf71cb26 Merged. 2017-12-03 23:32:18 -05:00
f598c34566 Added a link to the second prototype. 2017-12-03 23:29:36 -05:00
12 changed files with 34 additions and 10 deletions

BIN
Bibliography.pdf Normal file

Binary file not shown.

BIN
Domain Research.pdf Normal file

Binary file not shown.

BIN
Presentation.pdf Normal file

Binary file not shown.

View File

@@ -14,10 +14,19 @@ class DraftsView extends SecureView
public function page(){
$body = <<<HTML
<div class="card">
<h2>Draft 1</h2>
<p>
Lol, just do the thing, bro!
</p>
<h2>Questions and Risks for the Customer</h2>
<ul>
<li><a href="./Questions.pdf">Collated Submission</a></li>
<li><a href="./James_Questions.pdf">Questions and Risks from James</a></li>
<li><a href="./Stephen_Questions.pdf">Questions and Risks from Stephen</a></li>
<li><a href="./Sean_Questions.pdf">Questions and Risks from Sean</a></li>
<li><a href="./Colin_Questions.pdf">Questions and Risks from Colin</a></li>
<li><a href="./Logan_Questions.pdf">Questions and Risks from Logan</a></li>
<ul>
</div>
<div class="card">
<h2>Prototype Source</h2>
<p>Source can be found in <a href="https://git.cse.msu.edu/cse-435-team-6/automotive-paint-defect-analysis/">this git repository</a>.</p>
</div>
HTML;
return $body;

View File

@@ -35,16 +35,31 @@ General Motors automotive plants check for paint defects at points along the ass
<div class="card">
<h2>Other Resources</h2>
<h3>Project Info</h3>
<ul>
<li><a href="https://cse.msu.edu/~cse435/Projects/F2017/Project-Description-Assignment.pdf">Project Specification</a></li>
<li><a href="https://cse.msu.edu/~cse435/Projects/F2017/Project-Description-Assignment.pdf">Project Description Slides</a></li>
<li><a href="http://www.cse.msu.edu/~cse435/Projects/F2017/Project-Description.pdf">Project Description Document</a></li>
<li><a href="./Domain Research.pdf">Domain Research</a></li>
<li><a href="http://www.cse.msu.edu/~cse435/Projects/F2017/IntermediateAssignments/Questions%20and%20Answers.pdf">Questions for Customer and Customer Responses</a></li>
</ul>
<h3>Specifications</h3>
<ul>
<li><a href="./CSE 435 - SRS V1.pdf">Software Reqirement Specs V1 PDF</a></li>
<li><a href="./CSE 435 - SRS V1.docx">Software Reqirement Specs V1 DOCX</a></li>
<li><a href="./CSE 435 - SRS V2.pdf">Software Reqirement Specs V2 PDF</a></li>
<li><a href="./CSE 435 - SRS V2.docx">Software Reqirement Specs V2 DOCX</a></li>
<li><a href="./CSE 435 - Project Requirements Definition.pdf">Project Requirements</a></li>
<li><a href="./prototype/login.html">Prototype 1</a></li>
<li><a href=".">Bibliography</a></li>
<li><a href="./CSE 435 - Project Requirements Definition.pdf">Project Requirements Definition</a></li>
</ul>
<h3>Prototypes</h3>
<p>Prototypes Instructions: Visit the linked sites. They are live web-app implementations.</p>
<ul>
<li><a href="./prototype/login.html">Prototype V1</a></li>
<li><a href="https://www.cse.msu.edu/~joseph62/prototype/login.html">Prototype V2</a></li>
</ul>
<h3>Miscellaneous</h3>
<ul>
<li><a href="./Presentation.pdf">Presentation</a></li>
<li><a href="./Bibliography.pdf">Bibliography</a></li>
</ul>
</div>
HTML;

View File

@@ -6,5 +6,5 @@
session_start();
define("LOGIN","login");//login session constant
define("ROOT", "/./");
//define("ROOT", "/~joseph62/cse435/");
//define("ROOT", "/./");
define("ROOT", "/~joseph62/cse435/");

BIN
secure/Colin_Questions.pdf Normal file

Binary file not shown.

BIN
secure/James_Questions.pdf Normal file

Binary file not shown.

BIN
secure/Logan_Questions.pdf Normal file

Binary file not shown.

BIN
secure/Questions.pdf Normal file

Binary file not shown.

BIN
secure/Sean_Questions.pdf Normal file

Binary file not shown.

Binary file not shown.