feat: proklik na stránky podniku ze stránky objednávek
CI / Generate TypeScript types (push) Successful in 9s
CI / Server unit tests (push) Successful in 21s
CI / Build server (push) Successful in 25s
CI / Build client (push) Successful in 37s
CI / Playwright E2E tests (push) Successful in 1m18s
CI / Build and push Docker image (push) Successful in 39s
CI / Notify (push) Successful in 2s

This commit is contained in:
2026-06-10 19:09:20 +02:00
parent cc09ddbd2c
commit 88b9e20e2d
11 changed files with 154 additions and 36 deletions
+4 -1
View File
@@ -14,6 +14,9 @@ post:
name:
description: Název obchodu/restaurace
type: string
url:
description: Volitelná URL na nabídku podniku (např. Bolt Food/Wolt/Foodora)
type: string
heslo:
description: Admin heslo (ADMIN_PASSWORD)
type: string
@@ -25,4 +28,4 @@ post:
schema:
type: array
items:
type: string
$ref: "../../schemas/_index.yml#/Store"
+1 -1
View File
@@ -25,4 +25,4 @@ post:
schema:
type: array
items:
type: string
$ref: "../../schemas/_index.yml#/Store"
+1 -1
View File
@@ -9,4 +9,4 @@ get:
schema:
type: array
items:
type: string
$ref: "../../schemas/_index.yml#/Store"
+15 -1
View File
@@ -79,7 +79,7 @@ ClientData:
description: Seznam povolených obchodů/restaurací pro extra objednávky
type: array
items:
type: string
$ref: "#/Store"
# --- OBĚDY ---
UserLunchChoice:
@@ -708,6 +708,20 @@ ClearMockDataRequest:
$ref: "#/DayIndex"
# --- SKUPINOVÉ OBJEDNÁVKY ---
Store:
description: Povolený obchod/restaurace pro extra objednávky.
type: object
additionalProperties: false
required:
- name
properties:
name:
description: Název obchodu/restaurace
type: string
url:
description: Volitelná URL na nabídku podniku (např. Bolt Food/Wolt/Foodora)
type: string
GroupState:
description: Stav skupiny objednávky
type: string