feat: podpora pro notifikace per user

This commit is contained in:
2023-10-12 20:17:39 +02:00
parent 076f96aba6
commit 533fdb5032
4 changed files with 74 additions and 34 deletions

View File

@@ -156,4 +156,8 @@ export enum FeatureRequest {
SAFETY = "Zvýšená ochrana proti chybám uživatele (potvrzovací dialogy, překliky, ...)",
UI = "Celkové vylepšení UI/UX",
DEVELOPMENT = "Zlepšení dokumentace/postupů pro ostatní vývojáře"
}
export type groupedUsers = {
location: string;
users: string[];
}