{
  "id": "bbg-p0184-deployment-release-and-versioning-deployment",
  "title": "Code to Production Flow",
  "chapter": "deployment-release-and-versioning",
  "batch": "12",
  "rank": 114,
  "sourcePage": 184,
  "sourcePointer": "p. 184",
  "status": "accepted",
  "reviewerStatus": "reviewed",
  "fidelityScore": 0.9,
  "canvas": {
    "width": 960,
    "height": 640
  },
  "fireworksTechGraph": {
    "style": "style-1-flat-icon",
    "diagramType": "flowchart",
    "topologyNotes": [
      "source page render inspected",
      "extracted page text inspected",
      "source page render and extracted text inspected",
      "preserve planning-to-production sequence",
      "omit source icons and long prose"
    ],
    "publicBoundary": [
      "original vector output",
      "no source pixels",
      "no source mark or long wording"
    ]
  },
  "callouts": [],
  "sourceReview": {
    "conceptAnchors": [
      "concept: product owner user stories",
      "concept: sprint planning",
      "concept: code commit",
      "concept: review CI",
      "concept: deploy production"
    ],
    "labelSource": "curated",
    "semanticStatus": "reviewed"
  },
  "groups": [
    {
      "id": "ship",
      "label": "Planning to production",
      "x": 54,
      "y": 150,
      "w": 852,
      "h": 260
    }
  ],
  "shapes": [
    {
      "id": "story",
      "kind": "rect",
      "label": "User stories",
      "detail": "product owner",
      "x": 78,
      "y": 228,
      "w": 124,
      "h": 58,
      "tone": "blue"
    },
    {
      "id": "sprint",
      "kind": "rect",
      "label": "Sprint plan",
      "detail": "team picks",
      "x": 230,
      "y": 228,
      "w": 124,
      "h": 58,
      "tone": "orange"
    },
    {
      "id": "code",
      "kind": "rect",
      "label": "Code",
      "detail": "commit push",
      "x": 382,
      "y": 228,
      "w": 124,
      "h": 58,
      "tone": "green"
    },
    {
      "id": "review",
      "kind": "diamond",
      "label": "Review CI",
      "detail": "approve",
      "x": 534,
      "y": 216,
      "w": 124,
      "h": 82,
      "tone": "purple"
    },
    {
      "id": "deploy",
      "kind": "gateway",
      "label": "Production",
      "detail": "release",
      "x": 704,
      "y": 216,
      "w": 124,
      "h": 82,
      "tone": "teal"
    },
    {
      "id": "feedback",
      "kind": "rect",
      "label": "Feedback",
      "detail": "monitor",
      "x": 382,
      "y": 336,
      "w": 124,
      "h": 58,
      "tone": "gray"
    }
  ],
  "connectors": [
    {
      "from": "story",
      "to": "sprint",
      "label": "plan",
      "flow": "main"
    },
    {
      "from": "sprint",
      "to": "code",
      "label": "build",
      "flow": "main"
    },
    {
      "from": "code",
      "to": "review",
      "label": "PR CI",
      "flow": "main"
    },
    {
      "from": "review",
      "to": "deploy",
      "label": "approve",
      "flow": "main"
    },
    {
      "from": "deploy",
      "to": "feedback",
      "label": "observe",
      "flow": "data",
      "dashed": true
    },
    {
      "from": "feedback",
      "to": "sprint",
      "label": "next",
      "flow": "control",
      "dashed": true
    }
  ]
}
