-
Notifications
You must be signed in to change notification settings - Fork 0
/
feedback.html
190 lines (169 loc) · 8.66 KB
/
feedback.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
<!DOCTYPE HTML>
<!--
Solid State by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Feedback & Iteration</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="assets/css/edit.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header" class="alt">
<h1 class="home"><a href="index.html"><img src="images/amae_icon.svg" alt="Amae Logo" class="myIconMenu">Amae</a></h1>
<nav>
<a href="#menu">Menu</a>
</nav>
</header>
<!-- Menu -->
<nav id="menu">
<div class="inner">
<h2>Menu</h2>
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="taskboard.html">Scheduler</a></li>
<li><a href="nanny.html">Find a Nanny</a></li>
<li><a href="learn.html">Learn</a></li>
<li><a href="chat.html">Chat</a></li>
<button type="button" class="collapsibleMenu">Process</button>
<div class="collapseContent">
<li><a href="whyNewParents.html">Why New Parents?</a></li>
<li><a href="uiAndGoal.html">UI and Goal</a></li>
<li><a href="styleguide.html">Styleguide</a></li>
<li><a href="feedback.html">Feedback & Iteration</a></li>
</div>
</ul>
</div>
</nav>
<!-- Wrapper -->
<section id="wrapper">
<header>
<div class="inner myScrollArea">
<h2>Feedback and Iteration</h2>
<p>
Design is an iterative process - you can't get it all right on the first try. Our design went through many cycles, each time considering new external feedback from instructors and user testers.
</div>
</header>
<!-- Content -->
<div class="wrapper altCol">
<div class="inner">
<div class="row">
<div class="col-12">
<div class="blue-bar">
<h2>Extending Functionality of Taskboard
</h2>
Looking back at our findings, one pain point that appeared time and time again was the stress mothers were receiving from having to take on the majority of the workload as a result of traditional gender expectations, despite their fulltime status. Thus,
We extended the functionality of ‘home’ into a ‘dashboard’, containing a task board that keeps track of tasks performed in rotation between the child’s assignees, and a schedule to keep track of less frequent events such as appointments.
</div>
</div>
<div class="col-12">
<center>
<img src="images/feedback1.png" style="width:750px;padding-top:50px;"></center>
</div>
</div>
<div class="row" style="margin-top:20px;">
<div class="col-6">
<div class="blue-bar">
<h2>Resolving Taskboard Congestion
</h2>
Even though the reason why tasks and events are on the same screen is because its related to the selected date, its hard for users to distinguish the difference and relationship between the two types of content
<p><p><i style="font-weight:bold;">Solution: </i>Split up the tasks and events into two separate screen
This allows the user to only see one type of content on the dashboard at a time, which is mostly tasks since its more frequent
The distinction between the two kinds of information is made more obvious with title headers
</div>
</div>
<div class="col-6 sec_img">
<img src="images/feedback2.png">
</div>
</div>
<div class="row" style="margin-top:20px;">
<div class="col-12">
<img src="images/feedback3.png" style="width:1000px;">
</div>
<div class="col-12">
<img src="images/feedback4.png" style="width:1000px;">
</div>
<div class="col-12" style="margin-top:20px;">
<div class="blue-bar">
<h2>A/B Testing
</h2>
A/B testing is a controlled experiment where you compare two or more versions of a page or flow in order to optimize a certain result or metric (Maués, Rodrigo).
We decided to run AB testing on the 'creating task' user flow, and ultimately decided on the version that required less steps to achieve that goal by splitting up tasks and events. </div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<section id="footer">
<div class="inner">
<div class="footerBox">
<div class="left">
<h2 class="major">Reviews</h2>
<div class="reviewBox">
<div class="review">
<p>Finally an app that helps parents work together and simplify the hassle of raising children!</p>
<p>- Said Gilbert</p>
</div>
<div class="review">
<p>A simple way to find a babysitter and stay in touch with them and your kid.</p>
<p>- Lynden Greene</p>
</div>
<div class="review">
<p>Juggling our jobs and raising our child has been tough. Thanks to Amae we spend less time organizing, and more time with our child.</p>
<p>- Kirsty Hicks</p>
</div>
<div class="review">
<p>Every parent will at some point need a babysitter. Finally there's an app to easily get you one!</p>
<p>- Isla Colon</p>
</div>
<div class="review">
<p>We just welcomed our first child to this world. Amae has been a wonderful learning resource for us.</p>
<p>- Saira Harrison</p>
</div>
<div class="review">
<p>Schedule your tasks, book nannies, learn about parenting and stay in touch with your family and nanny. Amae does it all!</p>
<p>- Kareem Stevenson</p>
</div>
</div>
</div>
<div class="right">
<h2 class="major">Get in touch</h2>
<ul class="contact">
<li class="icon solid fa-home">
Amae Inc.<br />
4067 Robson St<br />
Vancouver, BC, Canada
</li>
<li class="icon solid fa-phone"><a href="tel:(000) 000-0000">604-601-5263</a></li>
<li class="icon solid fa-envelope"><a href="#">E-Mail</a></li>
<li class="icon brands fa-twitter"><a href="#">Twitter</a></li>
<li class="icon brands fa-facebook-f"><a href="#">Facebook</a></li>
<li class="icon brands fa-instagram"><a href="#">Instagram</a></li>
<h2 class="major spacer"></h2>
<a href="https://www.figma.com/proto/MTkTlvyHoJziDU2ZnpaCSs/334_Stage5_v2?node-id=2%3A2849&viewport=422%2C1134%2C0.19956186413764954&scaling=scale-down" target="_blank" class="imgLink"><img src="images/googlePlay.png" alt="Get it on Google Play" title="Get it on Google Play"/></a>
</ul>
</div>
</div>
<ul class="copyright">
<li>Amae</li><li><a href="references.html">References</a></li><li>Disclaimer: This is a design showcase. All endorsements are fictional.</li>
</ul>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>