generated from ministryofjustice/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PI-1486: Update Prison Case Notes Documentation
- Loading branch information
Showing
5 changed files
with
245 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 changes: 46 additions & 0 deletions
46
projects/prison-case-notes-to-probation/tech-docs/diag/prison-case-notes-context-map.d2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
|
||
style { | ||
fill: "#ffffff" | ||
} | ||
|
||
context-nomis: Prisons/NOMIS Context { | ||
|
||
entities: Entities { | ||
grid-columns: 3 | ||
case-note: Case Note | ||
offender: Person in Prison | ||
location: Location | ||
author: Author | ||
} | ||
|
||
interface: Offender Case Notes API { | ||
link: https://github.com/ministryofjustice/offender-case-notes | ||
type: Open Host Service | ||
} | ||
} | ||
|
||
context-delius: Delius Context { | ||
link: https://github.com/ministryofjustice/delius | ||
style.stroke-width: 8 | ||
|
||
entities: Entities { | ||
grid-columns: 3 | ||
person-on-probation: Person on Probation | ||
institution: Institution | ||
probation-area: Probation Area | ||
contact: Contact | ||
staff: Staff | ||
team: Team | ||
|
||
} | ||
interface: Prison Case Notes to Probation { | ||
link: https://github.com/ministryofjustice/hmpps-probation-integration-services/tree/main/projects/prison-case-notes-to-probation | ||
type: Anti-Corruption Layer | ||
} | ||
} | ||
|
||
context-nomis.interface--context-delius.interface: Upstream\n\n\nDownstream | ||
|
||
*.style.border-radius: 10 | ||
*.*.style.border-radius: 10 | ||
*.*.style.stroke-width: 2 |
9 changes: 9 additions & 0 deletions
9
projects/prison-case-notes-to-probation/tech-docs/source/async-api-reference.html.md.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: AsyncAPI Reference | ||
source_url: 'https://github.com/ministryofjustice/hmpps-probation-integration-services/blob/main/projects/prison-case-notes-to-probation/tech-docs/source/async-api-reference.html.md.erb' | ||
weight: 30 | ||
--- | ||
|
||
# ASyncAPI Reference | ||
|
||
<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/prison-case-notes-to-probation/tech-docs/spec/async-api.yaml&readOnly" title="ASync-API Spec"></iframe> |
Oops, something went wrong.