Skip to content

Commit

Permalink
[Bexley][Whitespace] Add bin days diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismytton authored and dracos committed Oct 8, 2024
1 parent f03c346 commit a014896
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions diagrams/bexley-whitespace-bin-day.d2
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
shape: sequence_diagram

user: { shape: person }
user -> WasteWorks: Visit site
user <- WasteWorks: Postcode form { style.stroke-dash: 5 }

user -> WasteWorks: Postcode
WasteWorks -> BexleyAddresses: addresses_for_postcode
WasteWorks <- BexleyAddresses: Addresses
user <- WasteWorks: Address form { style.stroke-dash: 5 }

user -> WasteWorks: Address
WasteWorks -> Whitespace: GetSiteInfo
WasteWorks <- Whitespace: property details based on UPRN
WasteWorks -> BexleyAddresses: usrn_for_uprn
WasteWorks <- BexleyAddresses: USRN
WasteWorks.t -> Whitespace: GetAccountSiteID \n (if site has a SiteParentID)
WasteWorks.t -> Whitespace: GetSiteCollections \n (list of containers at the property)
WasteWorks.t -> Whitespace: GetSiteWorksheets \n (open missed collection reports)
WasteWorks.t -> Whitespace: GetCollectionByUprnAndDate \n (for past collections)
WasteWorks.t -> Whitespace: GetCollectionByUprnAndDate \n (for future collections)
WasteWorks.t -> Whitespace: GetInCabLogs \n (check missed collection report elegibility)
WasteWorks.t <- Whitespace: API results
user <- WasteWorks: Bin day page { style.stroke-dash: 5 }

0 comments on commit a014896

Please sign in to comment.