設計審查流程

Notion

設計迭代與核准的完整流程。

5 個節點 · 5 條連接notion templates
notiontemplate
視覺化
設計簡報human
sequential探索設計概念
探索設計概念human
sequential建立原型
建立原型human
sequential利害關係人審查
利害關係人審查human
sequential最終核准
fallback建立原型
最終核准human
ex-design-review.osop.yaml
osop_version: "1.0"
id: "design-review"
name:"設計審查流程"
description:"設計迭代與核准的完整流程。"
tags: [notion, template]

nodes:
  - id: "brief"
    type: "human"
    name: "設計簡報"
  - id: "explore"
    type: "human"
    name: "探索設計概念"
  - id: "prototype"
    type: "human"
    name: "建立原型"
  - id: "review"
    type: "human"
    name: "利害關係人審查"
  - id: "approve"
    type: "human"
    name: "最終核准"

edges:
  - from: "brief"
    to: "explore"
    mode: "sequential"
  - from: "explore"
    to: "prototype"
    mode: "sequential"
  - from: "prototype"
    to: "review"
    mode: "sequential"
  - from: "review"
    to: "approve"
    mode: "sequential"
  - from: "review"
    to: "prototype"
    mode: "fallback"
    label: "Needs revision"