forked from volny/creative-theme-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmilestones.html
58 lines (45 loc) · 3.09 KB
/
milestones.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
<!DOCTYPE html>
<html>
<body>
<div style="font-family: Arial, sans-serif; background-color: #f5f5f5; margin: 0; padding: 20px;">
<h2 style="color: white; padding: 10px; background-color: #F05F40; display: inline-block;">Team Member Project Milestones and Testing Strategy</h2>
<h2 style="color: #F05F40;">September</h2>
<p style="margin: 5px 0; padding: 5px 0;"><strong>Hyrum -</strong><br>
Finish making smart shoes by Friday, 9/15<br>
Have parts for prototype smart wardrobe (work with Rolando) by Friday, 9/15</p>
<p style="margin: 5px 0; padding: 5px 0;"><strong>Jessika -</strong><br>
Make custom control function for light leaf/sensor that works with Arduino by Friday, 9/15<br>
Make emergency and health leaf/sensors by end of Sept<br>
Complete initial smart clothing prototype (work with Saoud) by end of Sept</p>
<p style="margin: 5px 0; padding: 5px 0;"><strong>Rolando -</strong><br>
Have parts for prototype smart wardrobe (work with Hyrum) by Friday, 9/15<br>
Complete LED leaf/sensor (work with Hyrum) by end of Sept<br>
Complete Arc Reactor by end of Sept</p>
<p style="margin: 5px 0; padding: 5px 0;"><strong>Saoud -</strong><br>
Complete Arduino programming communication with app by Friday, 9/15<br>
Make schematic of wiring everything to Arduino by Friday, 9/15<br>
Research batteries we can use for smart clothes, how to check battery %, how to charge them by end of Sept<br>
Complete initial smart clothing prototype (work with Jess) by end of Sept</p>
<h2 style="color: #F05F40;">October</h2>
<p style="margin: 5px 0; padding: 5px 0;"><strong>Hyrum -</strong><br>
Complete prototype smart wardrobe (work with Rolando) by Friday, 10/14<br>
Complete sensor functionality with prototype smart wardrobe (work with Rolando) by end of Oct</p>
<p style="margin: 5px 0; padding: 5px 0;"><strong>Jessika -</strong><br>
Complete emergency and health leaf/sensor app customization (work with Saoud) by Friday, 10/14<br>
Design and begin implementing modular sensor connection on smart clothes (work with Saoud) by end of Oct</p>
<p style="margin: 5px 0; padding: 5px 0;"><strong>Rolando -</strong><br>
Complete prototype smart wardrobe (work with Hyrum) by Friday, 10/14<br>
Complete sensor functionality with prototype smart wardrobe (work with Hyrum) by end of Oct</p>
<p style="margin: 5px 0; padding: 5px 0;"><strong>Saoud -</strong><br>
Complete testing for the emergency and health leaf/sensors (work with Jess) by Friday, 10/14<br>
Design and begin implementing modular sensor connection on smart clothes (work with Saoud) by end of Oct</p>
<h2 style="color: #F05F40;">November</h2>
<p style="margin: 5px 0; padding: 5px 0;"><strong>Everyone -</strong><br>
Finish the smart wardrobe with all the features by the end of Nov<br>
Finish the final design for the smart clothing by the end of Nov</p>
<h2 style="color: #F05F40;">December</h2>
<p style="margin: 5px 0; padding: 5px 0;"><strong>Everyone -</strong><br>
Finish testing and prep for final demo</p>
</div>
</body>
</html>