Skip to content

Instantly share code, notes, and snippets.

@pjambet
Created December 8, 2020 17:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pjambet/0c04dd7cf3ae570a4d2d0bd522516d4d to your computer and use it in GitHub Desktop.
Save pjambet/0c04dd7cf3ae570a4d2d0bd522516d4d to your computer and use it in GitHub Desktop.
A sequence diagram
sequenceDiagram
participant Frontend
participant Backend
Frontend->>+Frontend: Persist intent record
Frontend->>+Backend: Create resource request
Backend-->>-Frontend: Newly created resource
Note right of Backend: Resource must include a unique identifier
Frontend->>+Frontend: Update intent record with the unique identifier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment