Skip to content

Commit

Permalink
Update L1SystemContext.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmolodec authored Jul 3, 2024
1 parent 1d14ee5 commit c11f2c5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/L1SystemContext.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
```mermaid
C4Context
title Example 1C C4 - System Context
Person(SystemUser1, "Пользователь-исполнитель")
Person(SystemUser2, "Пользователь-руководитель")
System(System1C, "Система на платформе 1С")
System(OtherSystem1, "Внешняя система 1")
System(OtherSystem2, "Внешняя система 2")
Rel(OtherSystem1, System1C, "Передача данных по НСИ", "AMQP")
Rel(System1C, OtherSystem2, "Передача остатков по складам", "HTTPS")
Rel_D(SystemUser2, System1C, "Смотрит отчеты")
Rel_U(SystemUser1, System1C, "Вводит данные")
```

0 comments on commit c11f2c5

Please sign in to comment.