Skip to content

Commit

Permalink
Add aeon request sequence diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
sandbergja committed May 5, 2023
1 parent a176df5 commit ff31b0e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/requests/aeon.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
```mermaid
sequenceDiagram
%%{init: {'theme': 'neutral'}}%%
title Placing an aeon request
actor patron as Patron
patron->>Catalog: Go to record show page
Catalog->>Bibdata: Request holdings locations list (if not cached)
Bibdata->>Catalog: Holding locations list
opt item location is an aeon_location
Catalog->>patron: Show Reading Room Request button
patron->>Catalog: Press Reading Room Request button
Catalog->>Catalog: Generate an OpenURL
Catalog->>Aeon: Redirect to generated OpenURL
end
```

0 comments on commit ff31b0e

Please sign in to comment.