feat: možnost označení návrhu jako vyřešeného (resolved)
CI / Generate TypeScript types (push) Successful in 10s
CI / Server unit tests (push) Successful in 21s
CI / Build server (push) Successful in 24s
CI / Build client (push) Successful in 36s
CI / Playwright E2E tests (push) Successful in 1m18s
CI / Build and push Docker image (push) Successful in 41s
CI / Notify (push) Successful in 2s
CI / Generate TypeScript types (push) Successful in 10s
CI / Server unit tests (push) Successful in 21s
CI / Build server (push) Successful in 24s
CI / Build client (push) Successful in 36s
CI / Playwright E2E tests (push) Successful in 1m18s
CI / Build and push Docker image (push) Successful in 41s
CI / Notify (push) Successful in 2s
This commit is contained in:
@@ -294,6 +294,7 @@ Suggestion:
|
||||
- description
|
||||
- voteScore
|
||||
- isMine
|
||||
- resolved
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
@@ -316,6 +317,12 @@ Suggestion:
|
||||
isMine:
|
||||
type: boolean
|
||||
description: True, pokud návrh vytvořil přihlášený uživatel
|
||||
resolved:
|
||||
type: boolean
|
||||
description: >-
|
||||
True, pokud byl návrh označen jako vyřešený (zapracovaný). Vyřešené
|
||||
návrhy jsou read-only - nelze pro ně hlasovat. Nastavuje se pouze
|
||||
ručním zásahem do dat.
|
||||
|
||||
# --- EASTER EGGS ---
|
||||
EasterEgg:
|
||||
|
||||
Reference in New Issue
Block a user