-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteamcontract.html
262 lines (211 loc) · 11.3 KB
/
teamcontract.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Team Contract</title>
<link rel="shortcut icon" href="favicon-paper-plane.ico" />
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
<link href="vendor/simple-line-icons/css/simple-line-icons.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/stylish-portfolio.min.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<a class="menu-toggle rounded" href="#">
<i class="fas fa-bars"></i>
</a>
<nav id="sidebar-wrapper">
<ul class="sidebar-nav">
<li class="sidebar-nav-item">
<a class="js-scroll-trigger" href="index.html#page-top">Home</a>
</li>
<li class="sidebar-nav-item">
<a class="js-scroll-trigger" href="index.html#about">About</a>
</li>
<li class="sidebar-nav-item">
<a class="js-scroll-trigger" href="index.html#milestones">Milestones</a>
</li>
<li class="sidebar-nav-item">
<a class="js-scroll-trigger" href="index.html#labs">Labs</a>
</li>
</ul>
</nav>
<!-- Header -->
<header class="masthead d-flex">
<div class="container text-center my-auto">
<h1 class="mb-1">Team 16's Team Contract</h1>
<h3 class="mb-5">
<em>How we plan to run our group</em>
</h3>
<a class="btn btn-primary btn-xl js-scroll-trigger" href="#about">Read it Below</a>
</div>
<div class="overlay"></div>
</header>
<!-- About -->
<section class="content-section bg-light" id="about">
<div class="container">
<h1>ECE 3400, Semester Fall 2018 Team #16</h1>
<h2>Team Members: Caitlin Stanton, Orby Egboga, Luke Puchalla, Orrin Kigner, Labhansh Atriwal</h2>
<h3>Team Procedures</h3>
<h4>Day, time, and place for regular team meetings:</h4>
<ul>
<li>UH142, Friday 11.15-12.05pm, weekly</li>
<li>Tuesday 12:30-1:15pm, weekly</li>
</ul>
<h4>Preferred method of communication:</h4>
<ul>
<li>GroupMe</li>
</ul>
<h4>Decision-making policy:</h4>
<ul>
<li>By consensus of the whole team</li>
</ul>
<h4>Method for setting and following meeting agendas:</h4>
<ul>
<li>Leader role for that period will be in charge of managing the <a href="https://docs.google.com/spreadsheets/d/1_BSLQBzHC71VsROPsBIRYu6QHQ-XS2UmidyK-1xpJ3M/edit#gid=0">action items spreadsheet</a></li>
<li>Agenda for each meeting will encompass updates from every member, discussion of upcoming tasks, feedback of work and fellow team members, and allocation of tasks</li>
</ul>
<h4>Method of record keeping:</h4>
<ul>
<li>Minutes will be held in the Google Drive folder</li>
<li>Orby Egboga will be team secretary, unless it becomes too much work, and then we’ll switch off</li>
</ul>
<h3>Team Expectations</h3>
<h4>Work Quality:</h4>
<ul>
<li>First goal is to complete every lab and milestone, and then reevaluate after every lab and milestone if we’ll be able to put in the additional work to potentially win the final competition</li>
<li>Any assignment must be completely fully to earn as many of the allocated points as possible</li>
<li>Each team member is expected to complete their assigned action items as fully as possible</li>
</ul>
<h4>Project standards:</h4>
<ul>
<li>Each team member is expected to fulfill their action items by the predetermined deadline</li>
<li>Overall, each lab and milestone should be fully completed by at least 24 hours before the lab/milestone/assignment deadline</li>
</ul>
<h4>Strategies to fulfill these standards:</h4>
<ul>
<li>Members should begin tasks early and complete in a timely manner (don’t wait until the last minute!)</li>
<li>We all agree that starting work early and saving time for complications produces the best final outcome.</li>
</ul>
<h4>Team Participation:</h4>
<ul>
<li>Each team member is expected to contribute to each lab/milestone in some form.</li>
<li>Team members with more knowledge/experience in certain fields are expected to speak up and volunteer their skills for those tasks. Other team members who feel they are less experienced in certain fields will make efforts to learn those skills and assist the member with more experience.</li>
</ul>
<h4>Strategies to ensure cooperation and equal distribution of tasks:</h4>
<ul>
<li>Members will be expected to consult action spreadsheet (detailed spreadsheet including tasks every member is expected to complete and the deadlines) regularly.</li>
<li>Members are expected to communicate if they feel like they have too much or too little work outlined on the action sheet.</li>
<li>Tasks on the action sheet can only be allocated with consent from the assigned team member.</li>
</ul>
<h4>Strategies for encouraging/including ideas from all team members:</h4>
<ul>
<li>When team members have ideas, they should:
<ol>
<li>Share them with the entire team</li>
<li>Await feedback from each team member before deciding to move forward with/implement said idea</li>
</ol>
</li>
<li>If a member (or members) has a problem with another member/members’ idea, they are expected to:
<ul>
<li>Communicate their concerns/issues with the idea</li>
<li>Give valid reasons/feedback</li>
</ul>
</li>
<li>All team members are expected to show respect/be courteous in such exchanges of ideas.</li>
</ul>
<h4>Strategies for keeping on task:</h4>
<ul>
<li>Team member in the leader role will be sure to check in occasionally with other team members concerning their action items</li>
<li>Team members are expected to speak up if they have issues completing their action items</li>
<li>All team members should keep a list of resources and people to turn to (both inside and outside of the team) if help is needed</li>
</ul>
<h4>Preferences for leadership:</h4>
<ul>
<li>A leader has been assigned for each milestone who is expected to take care of logistics (such as organizing team meetings and allocating tasks on action sheet)</li>
<li>Other decisions are to made informally by group consensus</li>
</ul>
<h4>Personal Accountability:</h4>
<ul>
<li>Expected individual attendance, punctuality, and participation at all team meetings</li>
<li>Each member is expected to be at each team meeting (on time) unless previously discussed with other team members</li>
</ul>
<h4>Expected level of responsibility for fulfilling team assignments, timelines, and deadlines:</h4>
<ul>
<li>Each member should always complete the tasks allocated to them on action sheet to the best of their abilities and at the deadline previously decided as a team</li>
</ul>
<h4>Expected level of communication with other team members:</h4>
<ul>
<li>If a member wants to make a significant change in a project, they must consult the entire team (via GroupMe or in person). The team must reach consensus for such changes.</li>
</ul>
<h4>Expected level of commitment to team decisions and tasks:</h4>
<ul>
<li>Members must reach consensus on all major team decisions.</li>
</ul>
<h3>Consequences for Failing to Follow Procedures and Fulfill Expectations</h3>
<h4>Describe, as a group, how you would handle infractions of any of the obligations of this team contract:</h4>
<ul>
<li>If the team is unsatisfied with a team member (due to unfinished tasks, lateness to meetings, missed deadlines, etc), we will first speak to this team member as a team about our dissatisfaction with him/her.</li>
</ul>
<h4>Describe what your team will do if the infractions continue:</h4>
<ul>
<li>If a team member is continually cited for infractions, the team will report the member to either Professor Kirstin or teamwork expert Robin Parker for further assistance.</li>
</ul>
<h3>Team Leadership</h3>
<h4>Week 1-4 (Start-up, Lab 1, Milestone 1):</h4>
<p>Luke Puchalla</p>
<h4>Week 5-7 (Lab 2, Lab 3, Milestone 2):</h4>
<p>Orby Egboga</p>
<h4>Week 8-10 (Lab 4, Milestone 3):</h4>
<p>Orrin Kigner</p>
<h4>Week 11-13 (Milestone 4):</h4>
<p>Caitlin Stanton</p>
<h4>Week 14-16 (Competition, final report):</h4>
<p>Labhansh Atriwal</p>
<p>I participated in formulating the standards, roles, and procedures as stated in this contract.</p>
<p>I understand that I am obligated to abide by these terms and conditions.</p>
<p>I understand that if I do not abide by these terms and conditions, I will suffer the consequences as stated in this contract.</p>
<p>If any revisions are made to this contract, all team members should be present and agree with said revision. All versions of this contract will be linked to on the team website.</p>
<h3>Team Signatures</h3>
<ol>
<li>Luke Puchalla <p>Date: 31 August 2018</p></li>
<li>Caitlin Stanton <p>Date: 08/31/2018</p></li>
<li>Orby Egboga <p>Date: 31st August, 2018</p></li>
<li>Orrin Kigner <p>Date: 8/31/2018</p></li>
<li>Labhansh Atriwal <p>Date: 09/07/2018</p></li>
</ol>
</div>
</section>
<!-- Footer -->
<footer class="footer text-center">
<div class="container">
<ul class="list-inline mb-5">
<li class="list-inline-item">
<a class="social-link rounded-circle text-white" href="https://github.com/ece3400-team16">
<i class="icon-social-github"></i>
</a>
</li>
</ul>
<p class="text-muted small mb-0">Copyright © ECE 3400 2018</p>
</div>
</footer>
<!-- Scroll to Top Button-->
<a class="scroll-to-top rounded js-scroll-trigger" href="#page-top">
<i class="fas fa-angle-up"></i>
</a>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/stylish-portfolio.min.js"></script>
</body>
</html>