交互设置三要素:部件、事件、用例(说明、条件、动作)。以制作一个淘宝搜索框为案例介绍一下几个要素
部件:宝贝/店铺切换按钮、搜索框、搜索图标、搜索框内的文字、搜索按钮
事件:部件对应的交互事件
用例:需要执行的一次动作
用例编辑器:用例编辑器中,就包含了用例说明、条件、动作
要素设置关系:一个部件能设置多个事件,一个事件中可以包含有多个用例,一个用例中包含有一个或多个条件,一个条件中包含有一个多个行为;不同的部件对应不同的事件。
Three elements of interaction settings: components, events, and use cases (descriptions, conditions, and actions). Let’s take the creation of a Taobao search box as an example to introduce several elements
Components: product/store switch button, search box, search icon, text in the search box, search button
Event: interactive event corresponding to a component
Use case: an action to be performed
Use case editor: The use case editor includes use case descriptions, conditions, and actions
Element setting relationships: a component can set multiple events, an event can contain multiple use cases, a use case contains one or more conditions, and a condition contains one or more behaviors; different components correspond to different events.