DesignLex
/产品设计/notification-driven workflow
论文进阶

notification-driven workflow

通知驱动的工作流:一种设计模式——用户先订阅感兴趣的事件,系统在事件触发时通过推送主动找用户,避免让用户一直盯着屏幕。

English Definition

"A design pattern in which the user subscribes to events of interest and the system triggers the user's attention via push notifications, rather than requiring constant manual monitoring."

用法说明 · 针对中文母语者

常用于移动/可穿戴/异步协作产品。本论文里被作为应对 HPO 长时实验的方案。

常见错误

  • ·译成'通知式工作流'丢失'driven'的'由通知驱动'含义
  • ·等同于普通的 alert/notification 机制,忽略其'订阅+触发'的模式

真实用例 · 3

"we also opt for a notification-driven workflow to allow users to subscribe to specific events of interest, reducing the need for constant monitoring."

论文Pipeline extracted — review needed·作为降低持续监控负担的设计方案被提出

"HyPockeTuner also employs a notification workflow that alerts users to important events, reducing the burden of constant monitoring while enabling timely interventions."

论文Pipeline extracted — review needed·作为系统核心能力之一被介绍

"A notification-driven workflow with refinement interactions that reduces the cognitive and physical burdens of managing long-running HPO experiments"

论文Pipeline extracted — review needed·作为本文核心贡献之一被列入摘要
由 pipeline 自动采集,待人工 review