Skip to content

Instantly share code, notes, and snippets.

View ChosenQuill's full-sized avatar
🗒️
Working On Some Major Projects

ChosenQuill ChosenQuill

🗒️
Working On Some Major Projects
View GitHub Profile
sequenceDiagram
    actor P as Patron
    participant GUI as :CheckoutGUI
    participant DB as :DBMgr
    participant l as l:Loan
    participant d as d:Document
    P->>+GUI: <<uid,cnList>>
    GUI->>+DB:  u:=getUser(uid): User
    GUI-->>P: <msg>