flowchart TD Arrives("New Laptop
Arrives"):::retireNode Config["Laptop
Configuration"]:::prepNode Platform{"Which
Platform?"}:::waitNode Chromebook["Chromebook
Management"]:::docNode Windows["Windows Device
Management"]:::resolveNode MacOS["macOS Device
Management"]:::remediateNode Ready("Ready for
Student Login"):::retireNode Arrives --> Config Config --> Platform Platform -->|Chromebook| Chromebook Platform -->|Windows| Windows Platform -->|macOS| MacOS Chromebook --> Ready Windows --> Ready MacOS --> Ready classDef retireNode fill:#5B7186,stroke:#33475B,stroke-width:2px,color:#fff,font-size:16px classDef prepNode fill:#F5A623,stroke:#B87B12,stroke-width:2px,color:#333,font-size:16px classDef waitNode fill:#8E7CC3,stroke:#5B4B8A,stroke-width:2px,color:#fff,font-size:16px classDef docNode fill:#4A90D9,stroke:#2E6BA8,stroke-width:2px,color:#fff,font-size:16px classDef resolveNode fill:#3E9E6E,stroke:#256E4A,stroke-width:2px,color:#fff,font-size:16px classDef remediateNode fill:#E8833A,stroke:#A85718,stroke-width:2px,color:#fff,font-size:16px linkStyle default stroke:#7A8A99,stroke-width:2px,font-size:16px

Step Details

Hover a step to preview it, or click a step to pin its details here.

Start and end
Shared configuration
Platform decision
Chromebook path
Windows path
macOS path