Engineering Notebook

My Whiteboard

Simple sketches before polished diagrams.

A page for rough workflow notes, actors, permission structures and data flows that stakeholders can correct before architecture hardens.

Permission sketch
flowchart TD
  Org[Organization] --> Team[Team]
  Team --> Role[Role]
  Role --> User[User]
  Role --> Action[Allowed actions]