Compare commits

..

14 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
James Murray
659de25f93 Finished fixing up minutes 2017-12-03 23:24:43 -05:00
James Murray
1a8237ea23 Standardized some things on the minutes page. 2017-12-03 23:21:26 -05:00
James Murray
fd807dee6d Added Customer Questions/answers 2017-12-03 23:04:52 -05:00
James Murray
9d83ce9ad7 Added milestones and .docx files. 2017-12-03 22:46:51 -05:00
James Murray
d88f8746e2 Merge branch 'master' of https://git.egr.msu.edu/joseph62/cse435website 2017-12-03 22:31:37 -05:00
James Murray
20b9074755 Fixed about page to contain emails of the team. 2017-12-03 22:30:37 -05:00
17 changed files with 75 additions and 26 deletions

BIN
Bibliography.pdf Normal file

Binary file not shown.

BIN
CSE 435 - SRS V1.docx Normal file

Binary file not shown.

BIN
CSE 435 - SRS V2.docx 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

@@ -20,7 +20,8 @@ class AboutView extends View
<p>
A senior at Michigan State University majoring in Computer Science,
James has a strong love for software development,
especially the creation of desktop applications.
especially the creation of desktop applications.</br>
<a href="mailto:murra203@msu.edu">Email James</a>
</p> </div>
<div class="card">
<h2>Sean Joseph - Artifacts Manager</h2>
@@ -28,30 +29,38 @@ class AboutView extends View
<p>
Senior Computer Science Major at Michigan State University.
I enjoy long walks on the beach and casual conversation about
vimrc files. <a href="https://www.egr.msu.edu/~joseph62">Homepage Here</a>
</p> </div>
vimrc files. <a href="https://www.egr.msu.edu/~joseph62">Homepage Here</a></br>
<a href="mailto:joseph62@msu.edu">Email Sean</a>
</p> </div>
<div class="card">
<h2>Stephen Alfa - Project Facilitator</h2>
<img src="assets/stephen_alfa.jpg" width="960" height="959" alt="Stephen Alfa">
<p> </p> </div>
<p>22 years old, from Washington D.C. Graduating in May 2018
with a Bachelor's of Science in Computer Science. I currently
work as a web developer at SNWorks in East Lansing, MI.
Check out my <a href="https://alfastep.github.io/">portfolio</a>.</br>
<a href="mailto:alfastep@msu.edu">Email Stephen</a>
</p> </div>
<div class="card">
<h2>Logan Arent - Safety/Security Engineer</h2>
<img src="assets/logan_arent.jpg" height="696" width="696" alt="Logan Arent">
<p>
Senior in Computer Science at Michigan State University.
Working to gain as much knowledge as possible about software development.
Senior in Computer Science at Michigan State University.
Working to gain as much knowledge as possible about software development.</br>
<a href="mailto:arentlog@msu.edu">Email Logan</a>
</p> </div>
<div class="card">
<h2>Colin Coppersmith - Domain Expert/Customer Liaison</h2>
<img src="assets/colin_coppersmith.jpg" height="999" width="693" alt="Colin Coppersmith">
<p>
20 years old, from Clarkston, MI.
Graduating in May of 2018 with a B.S. in Computer Science.
Currently in a web development internship for Jackson National Life supporting the Mobile Technologies department.
20 years old, from Clarkston, MI.
Graduating in May of 2018 with a B.S. in Computer Science.
Currently in a web development internship for Jackson National Life supporting the Mobile Technologies department.</br>
<a href="mailto:coppers4@msu.edu">Email Colin</a>
</p> </div>
</div>
HTML;
return $body;
}
}
}

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,34 @@ 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="./CSE 435 - SRS V1.pdf">Software Reqirement Specs V1</a></li>
<li><a href="./CSE 435 - SRS V2.pdf">Software Reqirement Specs V2</a></li>
<li><a href="./CSE 435 - Project Requirements Definition.pdf">Project Requirements</a></li>
<li><a href="./prototype/login.html">Prototype</a></li>
<li><a href=".">Bibliography</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 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;
return $body;
}
}
}

View File

@@ -27,10 +27,22 @@ Oct. 30: Develop Skeletal Website and Submit Info
Nov. 1: Submit Project Requirements Definition Document
</li>
<li>
Nov. 13: Submit Software Requirements Specification Document
Nov. 13: Submit Software Requirements Specification Document V1
</li>
<li>
Dec. 4: Present and Demonstrate the Project
Nov. 15: Submit Peer Review of the First Set of Deliverables
</li>
<li>
Nov. 20: Complete Prototype 1 and Submit Review of SRS
</li>
<li>
Nov. 29: Submit Software Requirements Specification Document V2
</li>
<li>
Dec. 4: Complete Prototype 2
</li>
<li>
Dec. 6: Present the Project and Submit Peer Review of the Second Set of Deliverables
</li>
</ul>
</div>

View File

@@ -12,7 +12,7 @@ class MinutesView extends SecureView
<h2>Meeting 1</h2>
<p>
<h3>10/16/2017 1:20PM 1:50PM</h3>
<p>Assign roles to each member. Discuss the best times to having meetings during the duration of the projects.
<p>Agenda Assign roles to each member. Discuss the best times to having meetings during the duration of the projects.
</p>
<p>
Overview Assigned roles for each group member, discussed times and days when we would all be available to meet, and assigned tasks that were due by the next meeting.
@@ -71,7 +71,7 @@ Overview Discussed the best way to go about making the website in a way that
</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>
<p>Next Meeting 11/09/2017 @ 5:00PM, 3211 Anthony Hall</p>
<h3>Tasks to be completed:</h3>
<ul>
<li>
@@ -91,7 +91,7 @@ Logan Requirements #3 by 10PM on 10/31
<h3>11/09/2017 5:00PM 6:00PM</h3>
<p>Agenda Go over what needs to be done so that we can complete the SRS.</p>
<p>Overview Went over what tasks need to be completed in order for us to complete the SRS. Divided up tasks amongst ourselves</p>
<h3>Next Meeting 11/09/2017 @ 5:00PM, International Center Food Court</h3>
<p>Next Meeting 11/09/2017 @ 5:00PM, International Center Food Court</p>
<h3>Tasks to be completed:</h3>
<ul>
<li>Colin Introduction, Purpose, Use Case, State Diagram by 10PM on 11/12</li>

View File

@@ -6,4 +6,5 @@
session_start();
define("LOGIN","login");//login session constant
//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.