Skip to content

Commit

Permalink
PI-784: Add futher approved premises domain events to documentation (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mxco86 authored Nov 2, 2023
1 parent f4da32c commit b8fe289
Show file tree
Hide file tree
Showing 6 changed files with 206 additions and 5 deletions.
4 changes: 2 additions & 2 deletions projects/approved-premises-and-delius/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ to make an Approved Premises application and ensuring the Probation
Practitioner has an up-to-date view of activity in the Approved Premises
service when interacting with the probation case via Delius.

## Context Maps
## Context Map

![Context Maps](./tech-docs/source/img/approved-premises-and-delius-context-maps.png)
![Context Map](./tech-docs/source/img/approved-premises-and-delius-context-map.svg)

## Interfaces

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@

style {
fill: "#ffffff"
}

context-approved-premises: Approved Premises Context {
link: https://github.com/ministryofjustice/hmpps-approved-premises-api

entities: Entities {
grid-columns: 3
referral: Approved Premises\n Referral
application: Approved Premises\n Application
booking: Approved Premises\n Booking
}
}

context-delius: Delius Context {
style.stroke-width: 8

entities: Entities {
grid-columns: 3
pop: Person on Probation
identifiers: Person Identifiers
staff: Staff
team: Team
offender-manager: Offender Manager
lao: Limited Access\ Offender
contact: Contact
referral: Approved Premises\n Referral
}
interface: Approved Premises and Delius {
type: Anti-Corruption Layer
}
}

context-approved-premises--context-delius.interface: Upstream\n\n\nDownstream

*.style.border-radius: 10
*.*.style.border-radius: 10
*.*.style.stroke-width: 2
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ weight: 30

# ASyncAPI Reference

* [ASyncAPI Spec](https://studio.asyncapi.com/?url=https://raw.githubusercontent.com/ministryofjustice/hmpps-probation-integration-services/main/projects/approved-premises-and-delius/tech-docs/spec/async-api.yaml&readOnly)
<iframe width="100%" onload="this.height=screen.height" frameborder=0 src="https://studio.asyncapi.com/?url=https://raw.githubusercontent.com/ministryofjustice/hmpps-probation-integration-services/main/projects/approved-premises-and-delius/tech-docs/spec/async-api.yaml&readOnly" title="ASync-API Spec"></iframe>
Loading

0 comments on commit b8fe289

Please sign in to comment.