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."
"HyPockeTuner also employs a notification workflow that alerts users to important events, reducing the burden of constant monitoring while enabling timely interventions."
"A notification-driven workflow with refinement interactions that reduces the cognitive and physical burdens of managing long-running HPO experiments"