add data model for the reference front-end
This commit is contained in:
parent
7b828b497d
commit
5f4f5c1dc7
2 changed files with 18 additions and 0 deletions
17
architecture-docs/panel-data-model.mmd
Normal file
17
architecture-docs/panel-data-model.mmd
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
title: Data model of sample web application
|
||||
---
|
||||
erDiagram
|
||||
runtime {
|
||||
json configuration
|
||||
}
|
||||
operator {
|
||||
string username
|
||||
string password_hash
|
||||
}
|
||||
deployment {
|
||||
json configuration
|
||||
option[string] version
|
||||
}
|
||||
operator ||--o{ deployment : has
|
||||
deployment }|--|| runtime : uses
|
1
architecture-docs/panel-data-model.svg
Normal file
1
architecture-docs/panel-data-model.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 9 KiB |
Loading…
Add table
Reference in a new issue