-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (73 loc) · 2.67 KB
/
index.html
File metadata and controls
73 lines (73 loc) · 2.67 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html>
<head>
<title>Contrax - Project Synopsis</title>
<style>
#time-tracker-iframe {
min-width: 50em;
min-height: 25em;
}
#development-methodology-iframe {
min-width: 50em;
min-height: 25em;
}
#domain-model-svg {
max-width: 80%;
max-height: 50%;
}
</style>
</head>
<body>
<h2>Contrax</h2>
<p><b>Team Name</b>: DraftKingz</p>
<p>
Keywords: Football, Fantasy, Contracts, Mobile-Application, Cross-Platform
</p>
<h3>Roles</h3>
<ul>
<li>Domenic Mangano: Frontend Lead</li>
<li>Luke Ankeny: Backend Lead</li>
<li>Karisha Pradhan: Project Manager</li>
<li>Chris Bo: Communications Director</li>
<li>Kevin Luong: Developer</li>
<li>Mickey Polito: Developer</li>
<li>Noah Landis: Database Lead</li>
</ul>
<h3>Synopsis</h3>
<p>
Contrax is a cross-platform fantasy football application revolving around
player contracts. As opposed to a standard fantasy football application,
Contrax is designed with the ability to retain players for several years
depending on the contract the user signs with the player. Designed around
mobile platforms, this application revolves around dynasty fantasy
football, where users can play in leagues that last several years to
create higher interest and investment, as opposed to standard fantasy
football leagues that only lasts a single season.
</p>
<h3>Time Tracking</h3>
<iframe
id="time-tracker-iframe"
src="https://docs.google.com/spreadsheets/d/e/2PACX-1vT2wXFNb5e_J9g8dbUy2vUxFV5UeZ7c27JFshB6OaPxHDt4w60y-uvDs4Dp8zEsEFWYVAE9jb3m6YA2/pubhtml?widget=true&headers=false"
></iframe>
<h3 id="development-methodology">Development Methodology</h3>
<iframe
id="development-methodology-iframe"
src="https://docs.google.com/document/d/e/2PACX-1vRaDC1PnTLzHQog2zoC1Q2giMLL_fACeJHrcenxVDiwt0wrkWit1TSxGfeVFSNdcu1HpHcjOsHO8H-n/pub?embedded=true"
></iframe>
<h3>Process Metrics</h3>
<p>
See the above
<a href="#development-methodology">Development Methodology</a>
section for a listing and explanation of the tracked metrics. See the
<a href="sprints.html">Sprints page</a> for the actual metrics for each
sprint.
</p>
<h3>4-Ups</h3>
<iframe
id="development-methodology-iframe"
src="https://docs.google.com/document/d/e/2PACX-1vS6SUK-iERWe6hqzZjiyWT5X6qkf9zsyZQbtsU4AYJ_7w_fl221v9XdLJmPZiQ4ClyoJHRd_FxENVh3/pub?embedded=true"
></iframe>
<h3>Domain Model</h3>
<img id="domain-model-svg" src="static/domain-model.svg" />
</body>
</html>