Prosessflyt: Skjema og sjekklister
flowchart LR
D[Velg skjema/<br/>Dagskontroll] --> U[Fyll ut spørsmål]
U --> S[Send inn]
S --> L[Landax: SurveyResult]
KI[Kiosk uten innlogging] --> LB[Lokal buffer<br/>SurveySubmissions]
LB --> L
sequenceDiagram
autonumber
participant U as Bruker (app/kiosk)
participant API as Connect API
participant DB as ConnectSQL (SurveySubmissions)
participant LX as Landax
U->>API: send inn skjema
API->>DB: lagre Pending
API->>LX: overfør → SurveyResult
LX-->>DB: Submitted (ev. Failed → retry)
Relaterte sider