-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadobe.html
More file actions
45 lines (42 loc) · 1.79 KB
/
adobe.html
File metadata and controls
45 lines (42 loc) · 1.79 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
---
layout: default
---
<!-- page content -->
<div class="wrapper project-page">
<div class="row">
<div class="col-md-5">
<img src="images/Commenting_Module.png" alt="Library 1-up" style="max-height: 300px; width: auto;">
</div>
<div class="col-md-6 project-description">
<h1>Commenting at Adobe</h1>
<h4 class="project-descr-subheader">Giving and receiving feedback is a crucial part of the design process.</h4>
<p>
As we talked to users about their typical feedback workflows, they told us
that their favorite way to review work was in person.</p>
</div>
</div>
<div class="row col-md-12">
<p class="project-text">
But in the case of remote teams, or sending work to stakeholders outside the
office, we wanted to build a tool that let people talk about work contextually.
<br>
<br>
<img src="images/Commenting_Fullpage.png">
<br>
I designed a commenting system, first implemented in Adobe XD prototypes,
that allows people to make comments on each art board of a prototype. We
wanted to nail the basics first, so for v1 I designed the ability to make a
comment, reply to a comment (nested comments), edit and delete a comment,
and place a marker on the art board to indicate the context of your feedback.
<br>
<br>
<img src="images/commenting_annotation.png">
This commenting system is live, now! You can use it on any Adobe XD web prototype.
Look for it soon on other Creative Cloud-hosted assets.
</p>
</div>
<div class="row project-nav">
<a class="button-link back" href="colorchart.html">previous</a>
<a class="button-link next" href="pinterest.html">next</a>
</div>
</div>