-
Notifications
You must be signed in to change notification settings - Fork 0
/
ursaMajor.html
53 lines (49 loc) · 1.91 KB
/
ursaMajor.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<head>
<link rel="stylesheet" type="text/css" href="styles/mainStyle.css">
</head>
<h1> Software Design and Development Project </h1>
<h2> "URSA Major" </h2>
<h3>Summary</h3>
<p>
As part of the 3601: Software Design and Development course at UMM, students spend the majority of the semester
working on designing and developing a project for a customer. The process follows the agile approach, with day-long inception
decks and everything.
</p>
<p>
Details of the project that I worked on (with my classmates) are as follows:
</p>
<div class="row">
<div>
<h3> Customer(s) </h3>
<p>The person(s) responsible for managing URS at UMM.</p>
<h3> Goal </h3>
<p>
To create a web app capable of managing the submission of URS (Undergraduate Research Symposium) abstracts and the organization of the URS event.
Integration with Google (oAuth) was requested, as well as integration with Google forms and spreadsheets.
</p>
<h3> Timeframe </h3>
<p>about 6 weeks.</p>
</div>
<div>
<h3> Tools </h3>
<ul>
<li><b>Stack:</b> The MEAN stack (Mongo, Express, Angular, and Node.js)</li>
<li><b>IDE:</b><a href="https://www.jetbrains.com/webstorm/"> Webstorm.</a>
<li><b>Project Generation</b> <a href="http://yeoman.io/">Yeoman</a>, <a href="https://github.com/DaftMonk/generator-angular-fullstack">Angular-Fullstack-Generator</a></li>
<li><b>Development and Testing:</b> Grunt, Karma, Jasmine.</li>
<li><b>Continuous Integration:</b> Travis, Heroku.</li>
</ul>
</div>
</div>
<div class="row">
<h3>Continued Work</h3>
<p>
Work continues, albeit slowly, on this project at the request of the original customer(s).
They intend to actually use the project someday.
</p>
<p>
I no longer actively work on this project, although I work frequently with those that do and often end up helping out
with little things here and there.
</p>
</div>