Compare commits
15 Commits
0521dde81b
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f5e66035c3 | ||
|
|
3e642d3f12 | ||
|
|
c8a8f6f584 | ||
|
|
6529d9bf44 | ||
|
|
fef25179d0 | ||
|
|
9872cd1291 | ||
| c5bf71cb26 | |||
| f598c34566 | |||
|
|
659de25f93 | ||
|
|
1a8237ea23 | ||
|
|
fd807dee6d | ||
|
|
9d83ce9ad7 | ||
|
|
d88f8746e2 | ||
|
|
20b9074755 | ||
|
|
47d63a4171 |
BIN
Bibliography.pdf
Normal file
BIN
Bibliography.pdf
Normal file
Binary file not shown.
BIN
CSE 435 - SRS V1.docx
Normal file
BIN
CSE 435 - SRS V1.docx
Normal file
Binary file not shown.
BIN
CSE 435 - SRS V2.docx
Normal file
BIN
CSE 435 - SRS V2.docx
Normal file
Binary file not shown.
BIN
Domain Research.pdf
Normal file
BIN
Domain Research.pdf
Normal file
Binary file not shown.
BIN
Presentation.pdf
Normal file
BIN
Presentation.pdf
Normal file
Binary file not shown.
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -12,6 +12,8 @@ class MinutesView extends SecureView
|
||||
<h2>Meeting 1</h2>
|
||||
<p>
|
||||
<h3>10/16/2017 1:20PM – 1:50PM</h3>
|
||||
<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.
|
||||
</p>
|
||||
@@ -48,6 +50,8 @@ Pictures sent to Sean by 10/24
|
||||
<div class="card">
|
||||
<h2>Meeting 2</h2>
|
||||
<h3>10/25/2017 12:00PM – 12:30PM</h3>
|
||||
<p>Agenda – Go over how we are going to make the website for our project. Talk about requirements for project.
|
||||
</p>
|
||||
<p>
|
||||
Overview – Discussed the best way to go about making the website in a way that would give us all access (including the professor).
|
||||
</p>
|
||||
@@ -67,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>
|
||||
@@ -87,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>
|
||||
@@ -103,6 +107,7 @@ Logan – Requirements #3 by 10PM on 10/31
|
||||
<h3>11/16/2017 5:00PM – 6:00PM</h3>
|
||||
<p>Agenda – Go over how we are going to make the prototype.</p>
|
||||
<p>Overview – Divided up tasks amongst ourselves, for making prototype. Set up git repository for the prototype web app.</p>
|
||||
<p>Next Meeting – 11/27/2017 @ 11:30AM in CSE 435 classroom</p>
|
||||
<h3>Tasks to be completed:</h3>
|
||||
<ul>
|
||||
<li>Login Page – Sean by 10PM on 11/19</li>
|
||||
@@ -114,6 +119,44 @@ Logan – Requirements #3 by 10PM on 10/31
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
<h2>Meeting 6</h2>
|
||||
<h3>11/27/2017 11:30AM – 12:30PM</h3>
|
||||
<p>Agenda – Go over feedback on SRSv1 and discusses what needs to be changed or added. </p>
|
||||
<p>Overview – Successfully went over feedback given on SRSv1. Divided up tasks for completion of SRSv2.</p>
|
||||
<p>Next Meeting – 11/29/2017 @ 8:30PM online using Discord</p>
|
||||
<h3>Tasks to be completed:</h3>
|
||||
<ul>
|
||||
<li>Colin – Introduction, Purpose, Use Case, State Diagram by 10PM on 11/28
|
||||
</li>
|
||||
<li>Stephen – Scope, Definitions, Terms, and Abbreviations, Organization, How to Run Prototype by 10PM on 11/28
|
||||
</li>
|
||||
<li>James – Product perspective, Product Functions, User Characteristics, Representative Scenarios of System by 10PM on 11/28
|
||||
</li>
|
||||
<li>Sean – Constraints, Assumptions and Dependencies, Approportioning of Requirements by 10PM on 11/28
|
||||
</li>
|
||||
<li>Logan – Specific Requirements, Sample Scenarios by 10PM on 11/28
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
<h2>Meeting 7</h2>
|
||||
<h3>11/29/2017 8:30PM – 9:30PM</h3>
|
||||
<p>Agenda – Go over feedback for prototype v1 and go over what needs to be completed by the time we give our presentation.
|
||||
</p>
|
||||
<p>Overview – Went over feedback for prototype v1 and assigned tasks for everyone to complete so that we improve the prototype and make sure we are prepared for our presentation on 12/06/2017.
|
||||
</p>
|
||||
<h3>Tasks to be completed:</h3>
|
||||
<ul>
|
||||
<li>Stephen and James – Ensure website has everything needed. Make sure to check against website rubric as well by 11:30 PM on 12/03
|
||||
</li>
|
||||
<li>Sean and Logan – Implementation of prototype functionality by 11:30PM on 12/03
|
||||
</li>
|
||||
<li>Colin – Validate functionality of prototype by 11:30PM on 12/03
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
HTML;
|
||||
|
||||
return $body;
|
||||
|
||||
@@ -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
BIN
secure/Colin_Questions.pdf
Normal file
Binary file not shown.
BIN
secure/James_Questions.pdf
Normal file
BIN
secure/James_Questions.pdf
Normal file
Binary file not shown.
BIN
secure/Logan_Questions.pdf
Normal file
BIN
secure/Logan_Questions.pdf
Normal file
Binary file not shown.
BIN
secure/Questions.pdf
Normal file
BIN
secure/Questions.pdf
Normal file
Binary file not shown.
BIN
secure/Sean_Questions.pdf
Normal file
BIN
secure/Sean_Questions.pdf
Normal file
Binary file not shown.
BIN
secure/Stephen_Questions.pdf
Normal file
BIN
secure/Stephen_Questions.pdf
Normal file
Binary file not shown.
Reference in New Issue
Block a user