Skip to content

Instantly share code, notes, and snippets.

View marcwittke's full-sized avatar
👷
weeks of coding save hours of planning

Marc Wittke marcwittke

👷
weeks of coding save hours of planning
  • Posadas, Argentina
View GitHub Profile
@marcwittke
marcwittke / ShiftState.dot
Created August 18, 2025 19:18
ShiftState
digraph {
compound=true;
node [shape=Mrecord]
rankdir="LR"
"Drafted" [label="Drafted"];
"Staffing" [label="Staffing"];
"Frozen" [label="Frozen"];
"Committed" [label="Committed"];
"Published" [label="Published"];
"Changed" [label="Changed"];