123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
{
  "surface_id": "project-status-board",
  "surface_version": 1,
  "payload": {
    "objects": [
      {
        "beginRendering": {
          "surfaceId": "project-status-board",
          "root": "root-card"
        }
      },
      {
        "surfaceUpdate": {
          "surfaceId": "project-status-board",
          "components": [
            {
              "id": "root-card",
              "component": {
                "Card": {
                  "child": "main-col"
                }
              }
            },
            {
              "id": "main-col",
              "component": {
                "Column": {
                  "children": {
                    "explicitList": [
                      "title",
                      "badge",
                      "divider",
                      "task1",
                      "task2",
                      "task3"
                    ]
                  }
                }
              }
            },
            {
              "id": "title",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Project Phoenix"
                  },
                  "variant": "title"
                }
              }
            },
            {
              "id": "badge",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "78% complete"
                  },
                  "variant": "caption"
                }
              }
            },
            {
              "id": "divider",
              "component": {
                "Divider": {}
              }
            },
            {
              "id": "task1",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Done - Design review (Alice)"
                  },
                  "variant": "body"
                }
              }
            },
            {
              "id": "task2",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Todo - API integration (Ben)"
                  },
                  "variant": "body"
                }
              }
            },
            {
              "id": "task3",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Todo - QA regression (Chen)"
                  },
                  "variant": "body"
                }
              }
            }
          ]
        }
      }
    ]
  }
}
0 tokens
Project Phoenix
78% complete
Done - Design review (Alice)
Todo - API integration (Ben)
Todo - QA regression (Chen)