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 18 additions and 0 deletions
Showing only changes of commit 5f4f5c1dc7 - Show all commits

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