add data model for the reference front-end #31

Merged
fricklerhandwerk merged 4 commits from panel-data-model into main 2025-06-06 11:05:29 +02:00
2 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,24 @@
---
title: Data model of sample web application
---
erDiagram
operator {
string username
string password_hash
}
deployment {
json deployed_configuration
option[string] staged_configuration
option[string] version
}
backup["back-up"] {
string bucket
string endpoint
}
keypair {
string access_key
string secret_key
}
operator ||--o{ deployment : has
deployment ||--o{ backup : has
backup ||--|{ keypair : authorises

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 12 KiB