-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add infrastructure and service dependencies map
- Loading branch information
1 parent
fc20363
commit 98ba0a6
Showing
2 changed files
with
21 additions
and
0 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Documentation | ||
|
||
There are 3 sets of documentation: | ||
|
||
1. Shared documentation | ||
2. [Claim funding for mentor training documentation](claims) | ||
3. [Manage school placements documentation](placements) |
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,14 @@ | ||
# Infrastructure Map | ||
|
||
```mermaid | ||
architecture-beta | ||
group app(cloud)[ITT Mentor Services] | ||
group register(cloud)[Register Trainee Teachers] | ||
service db(database)[PostgreSQL] in app | ||
service server(server)[Web Server] in app | ||
service register_api(server)[Rest API] in register | ||
db:R -- L:server | ||
app:R -- L:register | ||
``` |