vault backup: 2025-12-24 13:16:39
This commit is contained in:
0
Umsetzung/3_Service_Layer/API Endpoints.md
Normal file
0
Umsetzung/3_Service_Layer/API Endpoints.md
Normal file
20
Umsetzung/3_Service_Layer/Response Orchestrator.md
Normal file
20
Umsetzung/3_Service_Layer/Response Orchestrator.md
Normal file
@@ -0,0 +1,20 @@
|
||||
Antworten sollen eine Verständliche und simple Struktur darstellen.
|
||||
Beispielweise als JSON Objekt:
|
||||
|
||||
```json
|
||||
{
|
||||
position: {
|
||||
from: {
|
||||
x: number,
|
||||
y: number
|
||||
},
|
||||
to: {
|
||||
x: number,
|
||||
y: number
|
||||
}
|
||||
},
|
||||
issue_type: ENUM_ISSUE_TYPE,
|
||||
comment: string,
|
||||
}
|
||||
```
|
||||
|
||||
0
Umsetzung/3_Service_Layer/Scoring Model.md
Normal file
0
Umsetzung/3_Service_Layer/Scoring Model.md
Normal file
0
Umsetzung/3_Service_Layer/Socket Connector.md
Normal file
0
Umsetzung/3_Service_Layer/Socket Connector.md
Normal file
Reference in New Issue
Block a user