The slide "What Is a Board?" defines a workflow board using four key statuses: To Do (assigned but unstarted, e.g., plan new feature), In Progress (actively worked on, e.g., develop code), In Review (completed awaiting feedback, e.g., test & review), and Done (finished and accepted, e.g., deploy to production). It presents this in a table format with columns for Status, Description, and Example.
What Is a Board?
{ "headers": [ "Status", "Description", "Example" ], "rows": [ [ "To Do", "Work assigned but not started", "Plan new feature" ], [ "In Progress", "Actively being worked on", "Develop code" ], [ "In Review", "Completed, awaiting feedback", "Test & review" ], [ "Done", "Finished and accepted", "Deploy to production" ] ] }
Source: Visual work view in a space. Columns = workflow statuses. Work flows start to finish. Simple diagram.
Speaker Notes
A Board is a visual representation of work in a space. Columns show workflow statuses (e.g., To Do, In Progress, Done). Work items move left to right as they progress. This makes status transparent and collaborative. Use icons or cards in each column for engagement.