预约清单ui设计_持续交付质量设计所需的UI清单

预约清单ui设计

重点 (Top highlight)

Over the past few months, my design team at StreetEasy has started experimenting in adding a “design buddy” check-in to the final stages of the design process.

在过去的几个月中,我在StreetEasy的设计团队已开始尝试在设计过程的最后阶段添加“设计伙伴”签到项

We were inspired by how engineers use pull requests in their workflows. For those unfamiliar, a pull request is a way for a developer to notify team members that they have completed a feature or update.

工程师如何在工作流程中使用拉取请求启发了我们。 对于不熟悉的人,拉取请求是开发人员通知团队成员他们已完成功能或更新的一种方法。

In addition to notifying, the pull request usually triggers a peer or manager review of the proposed feature. If there are any problems with the changes, teammates can post feedback in the pull request and even tweak the feature by pushing follow-up commits. Once discussion is complete, the project maintainer will merge the feature into the official repository.

除了通知外,拉取请求通常还会触发对等或管理员对提议功能的审查。 如果更改有任何问题,队友可以在拉取请求中发布反馈,甚至可以通过推送后续提交来调整功能。 讨论完成后,项目维护者将把功能合并到官方存储库中。

There are many benefits to this model. It makes for easier collaboration, clear documentation of decisions / updates, and important checks.

此模型有很多好处。 它使协作更容易,决策/更新的清晰文档以及重要的检查。

On our team, product designers have ownership in their individual product pods. While we welcome and seek out feedback from other designers on our individual pod work, we haven’t had this level of peer checks.

在我们的团队中,产品设计师在各自的产品包中拥有所有权。 尽管我们欢迎并寻求其他设计师对我们的个人吊舱作品的反馈意见,但我们还没有达到这一水平的同行检查。

We started this process with the goal of ensuring quality and consistency of all designs being shipped. An extra design eye is always helpful to make sure all bases are covered!

我们开始这一过程的目的是确保所发货的所有设计的质量和一致性 。 额外的设计眼总是有助于确保覆盖所有底座!

这是我们实施“设计伙伴检查”的方式 (Here’s how we implemented the “Design Buddy Check”)

When? As you finalize designs for implementation, reach out to your design buddy (everyone was assigned one person — we may switch every quarter to keep things fresh). After the design buddy check, you are cleared to hot-potato (AKA handoff) with engineers and make any contributions to our feature specs and design system.

什么时候? 在最终确定要实施的设计时,请与您的设计伙伴联系( 每个人都分配了一个人,我们可能每季度切换一次以保持最新状态 )。 设计伙伴检查后,您将与工程师通关进行热土豆 (AKA交接)工作,并对我们的功能规格和设计系统做出任何贡献。

How? In Covid-19 times, this is all done virtually. Share your Figma link with your buddy, and go through it together, using the checklist below. Compare the designs to our Style Guide. Note down new reusable components that could be added to our Design System (more on this process later).

怎么样? 在Covid-19时代,这一切都是虚拟完成的。 与您的好友共享Figma链接,并使用下面的清单一起进行浏览。 将设计与我们的风格指南进行比较。 记下可以添加到我们的设计系统中的新可重用组件( 稍后将在此过程中进行更多介绍 )。

The checklist below has been updated to remove any organization-specific checks. Thank you to Lisa Gorn for helping put this checklist together!

下面的清单已更新,以删除所有组织特定的检查。 感谢 Lisa Gorn 帮助将此清单合并在一起!

视觉效果 (Visual)

  • Are you using brand colors exclusively?

    您是否仅使用品牌颜色?
  • Is relative spacing to UI elements as base unit of 8 (if necessary, 4)?

    UI元素的相对间距是否为8的基本单位(如有必要,为4)?

  • Does your relative spacing match the relative spacing of similar UI elements?

    您的相对间距是否与相似的UI元素的相对间距匹配?
  • Are you using the right shadow criteria?

    您使用的阴影标准正确吗?
  • Does your icon choice communicate effectively?

    您选择的图标是否有效沟通?
  • Is your icon the right size?

    您的图标尺寸合适吗?

一致性 (Consistency)

  • Do interactions, icons that perform the same actions as others that already exist in the site or app?

    交互,图标执行的功能与网站或应用程序中已经存在的其他图标一样吗?
  • Are you using the appropriate sizes and elements for desktop vs. mobile web vs. app?

    您是否针对台式机,移动网络和应用程序使用了适当的大小和元素?
  • Are you using our existing controlled vocabulary for similar actions?

    您是否正在使用我们现有的受控词汇表执行类似操作?

    Are you using our existing controlled vocabulary for similar actions?(e.g. close vs. cancel, back vs. go back, view vs. see)

    您是否正在使用我们现有的受控词汇表执行类似操作? (例如,关闭与取消,返回与返回,查看与查看)

  • Are existing patterns being used for similar actions/items?

    现有模式是否用于类似的动作/项目?

    Are existing patterns being used for similar actions/items?(e.g. text link vs. secondary button, back arrow vs. back link, tooltip vs. exposed helper copy)

    现有模式是否用于类似的动作/项目? (例如,文本链接与辅助按钮,后退箭头与后退链接,工具提示与公开的帮助程序副本)

  • Are you using existing elements / components where appropriate?

    您是否在适当的地方使用现有的元素/组件?
  • Is your icon placement relative to text appropriate?

    您相对于文字的图标位置合适吗?

    Is your icon placement relative to text appropriate?(e.g. left vs. right, case dependent)

    您相对于文字的图标位置合适吗? (例如,左与右,视情况而定)

相互作用 (Interaction)

  • Are all states accounted for?

    是否所有州都入帐?

    Are all states accounted for?(e.g. default, touch, hover, disabled, etc)

    是否所有州都入帐? (例如,默认,触摸,悬停,禁用等)

  • Are animation curves and durations for enter, exit, and state change defined?

    是否定义了进入,退出和状态更改的动画曲线和持续时间?

版式 (Typography)

  • Are you using our typography library?

    您在使用我们的排版库吗?
  • Are you using heading, body, eyebrow, and helper copy styles correctly?

    您是否正确使用了标题,身体,眉毛和辅助复制样式?
  • Are you using the right colors for the type style that you have chosen?

    您是否为所选的字体样式使用了正确的颜色?

层次结构 (Hierarchy)

  • Do the most important UI elements take priority?

    最重要的UI元素优先吗?
  • Are you using the correct type elements to communicate hierarchy?

    您是否使用正确的类型元素来传达层次结构?

案例 (Cases)

  • What happens to text when it gets too long?

    文本过长会如何处理?

    What happens to text when it gets too long?(e.g. truncation, wrapping, etc)

    文本过长会如何处理? (例如,截断,换行等)

  • Are empty states accounted for?

    空国家占了吗?
  • Are error states accounted for?

    是否考虑了错误状态?
  • Are loading states accounted for?

    是否考虑了加载状态?

辅助功能最佳做法 (Accessibility Best Practices)

  • Ensure the color contrast of text is accessible.

    确保可以访问文本的颜色对比度。

  • Write good alt text for your images. (place in annotations for the engineers)

    为您的图像写一个好的替代文本 。 (为工程师添加注释)

  • Don’t indicate important information using color alone. Pair messages with an icon.

    不要仅使用颜色来表示重要信息。 将消息与图标配对。
  • Don’t indicate state changes using color alone.

    不要仅使用颜色来指示状态变化。
  • Always design focus states to help users navigate and understand where they are. At minimum, consider using browser defaults for focus states.

    始终设计焦点状态以帮助用户导航并了解他们的位置。 至少应考虑将浏览器默认值用于焦点状态。
  • Help users understand inputs, and help them avoid and correct mistakes.

    帮助用户理解输入,并帮助他们避免和纠正错误。
  • If an experience cannot be made accessible, create another route for users to get that information.

    如果无法获得一种体验,请为用户创建另一条途径以获取该信息。
  • Place secondary actions inside of menus (or non-modal dialogs), and don’t use hover states to hide the trigger.

    将辅助操作放置在菜单(或非模式对话框)中,并且不要使用悬停状态隐藏触发器。

-

And that’s it! Let me know your thoughts.

就是这样! 让我知道你的想法。

Do you do a similar quality check in your organization? Are we missing anything in the checklist?

您是否在组织中进行过类似的质量检查? 我们在清单中遗漏了什么吗?

翻译自: https://uxdesign.cc/the-checklist-streeteasy-uses-to-consistently-ship-quality-design-b30713f4b6b6

预约清单ui设计

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/274290.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

黑书上的DP例题

pagesectionnotitlesubmit1131.5.1例题1括号序列POJ11411161.5.1例题2棋盘分割POJ11911171.5.1例题3决斗Sicily18221171.5.1例题4“舞蹈家”怀特先生ACM-ICPC Live Archive1191.5.1例题5积木游戏http://202.120.80.191/problem.php?problemid12441231.5.2例题1方块消除http://…

静态创意和动态创意_我在22岁时学到的关于创意指导的知识

静态创意和动态创意During my last semester at college, I took a course titled “Collaborative Workshop”. The entire course focused on how to best collaborate within a team setting. We were placed into groups of 4 or 5. These were our “creative director” …

vim7.1在windows下的编码设置[转]

在gvm配置文件中: (gvim安装目录下的_vimrc文件中) """""""""""""""""""""""""""""&…

绝对编码和增量编码_用户体验设计师应该学习编码吗? 绝对

绝对编码和增量编码Even though I was trained as a graphic designer, I’ve never limited myself to that field exclusively. My particular interest in how things work didn’t allow me to stand still and as a young kid, I was already pulling apart all my toys t…

两个ID

在itpub上注册了ID googlgoracle ,发过不少的求助帖子。 http://www.itpub.net/home.php?modspace&dothread&viewme 在CSDN 上ID:googlg,注册时间挺早的2008年,一直也没有弄过。 http://write.blog.csdn.net/postlist http://blog.csdn.net/goo…

完美主义怎么解决_相信我,你不要完美主义

完美主义怎么解决Perfectionism to UXers is like a badge of honour. We pride ourselves on the attention to detail and the drive to constantly push our work to the next level. When I asked some of my clients who share this sentiment about perfectionism, they …

MDK linker和debug的设置以及在RAM中调试

有误或者表述不清楚请指出,谢谢 硬件:TQ2440开发板、jlink V8 固件 软件:J-LINK ARM 4.08i、MDK4.20 先解释下MDK中三种linker之间的区别 设置集中在option linker选项卡 1.采用Target对话框中的ram和rom地址。采用此方式,…

FS_S5PC100 UBOOT-2011.12移植,支持DM9000

在uboot中已经支持了DM9000驱动代码在drivers/net/目录下的dm9000x.c dm9000x.h 修改include/configs/smdkc100.h 文件,注释掉SMC911X的支持,添加对DM9000的支持//#define CONFIG_SMC911X 1 /* we have a SMC9115 on-board *///#define…

为什么ui框架设计成单线程_评估UI设计的备忘单

为什么ui框架设计成单线程Whether you’re evaluating your design proposals or giving feedback to a colleague during a design critique or an informal conversation, you may find this actionable cheat sheet valuable. It’s quick to digest and its questions are …

css 菜单栏悬停_在CSS中构建悬停菜单

css 菜单栏悬停A good menu design is an important part of any website or web app UI. Using only modern HTML and CSS, all kinds of menu combinations can be created to handle whatever user interactions are necessary. In this article, we’ll take a look at how…

一级学科和二级学科_在多学科团队中工作的6个障碍(以及如何解决这些问题)

一级学科和二级学科In a team with different skillsets, one can be hopeful and idealistic about the outcome. The goal is to work as one team, put users first and create awesome experiences. Unfortunately, things don’t always go as planned.在一支具有不同技能…

LBS核心技术解析(引子)

http://www.cnblogs.com/LBSer/archive/2013/04/25/3048754.html 引子: 人们常用“上知天文,下知地理”来形容一个人的博学,人们总是用三要素论“什么时间、什么地点,发生或干了什么事情”来描述一件事情,人们也常常借用“天时、地…

lynda ux_如何建立内部UX团队

lynda uxWritten by Cassandra Naji由卡珊德拉纳吉 ( Cassandra Naji)撰写 The needs of real users are increasingly driving enterprise software design and development. Since 2013, IBM has hired close to 1500 designers and UXers, establishing the largest design…

IE6下div宽高设置

IE6下宽高设置。IE下div 中没有内容时,设置宽高不起作用,必须设置div背景色,并使用滤镜。才能使Div填充目标区域。多用于,其他容器元素使用背景图片,但是背景图片的部分需要其他的事件支持。如跳转。可以使用放置div的…

财务软件开发_财务独立对软件开发人员的重要性

财务软件开发If you read this post, chances that you are a software developer who is seeking financial advice for smart money-saving or investment or early retirement.如果您阅读此文章,则您很可能是一名软件开发人员,正在为精明的省钱或投资…

WIP模块常用表结构

WIP模块常用表结构表名: wip.wip_accounting_classes说明: 离散作业会计科目CLASS_CODE VARCHAR2(10) 帐目ORGANIZATION_ID NUMBER 组织代码CLASS_TYPE NUMBER 帐目类型DESCRIPTION VARCHAR2(240) 描述…

book电子书数据库设计_如何为杀手book的封面设计写出完美的摘要

book电子书数据库设计逐步出版真正的假人 (BOOK PUBLISHING STEP BY STEP FOR REAL DUMMIES) I have spent 18 years in advertising, briefing designers and art directors on various projects — from the simplest typo-only banners to the most complex integrated camp…

5g的负面影响_设计系统的实施是否会对早期概念产生负面影响?

5g的负面影响Athe financial institution where I was recently working the design system was maintained in Sketch libraries and code. A small team working across multiple brands means there is always a question for why we may or may not maintain something. We…

每日英语:Five Really Dumb Money Moves You've Got to Avoid

You know the smartest things to do with your money. But what are the worst moves? What should you avoid?Weirdly enough, they are things that a surprising number of people are still doing─even though they probably know, in their heart of hearts, how fool…

像素/厘米与像素/英寸区别_像素/体素艺术入门指南

像素/厘米与像素/英寸区别Here’s some resources I’ve found helpful so you can start learning pixel or voxel art (as a continuation of this post on 3D resources). Feel free to mention anything I missed in the comments!这是我发现有帮助的一些资源,因…