add data model for the reference front-end

This commit is contained in:
Kiara Grouwstra 2025-06-04 18:44:16 +02:00
parent 7b828b497d
commit 5f4f5c1dc7
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU
2 changed files with 18 additions and 0 deletions

View 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

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9 KiB