Actions
Feature #55
openторговая точка
Status:
New
Priority:
Normal
Assignee:
-
Start date:
09/30/2025
Due date:
% Done:
0%
Estimated time:
Description
Функционал создания торговой точки, проверить работоспособность.
При создании торговой точки должны существовать следующие поля:
{
salePointId: SalePointId
userId: UserId
image?: string | undefined
title?: string | undefined
description?: string | undefined
type: SalePointType
status: SalePointStatus
address?: string | undefined
url?: string | undefined
paid: boolean
merchantId?: string | undefined
storeId?: string | undefined
}
Updated by Dima Myachin 5 months ago
- Related to Feature #54: Продажа билетов added
Actions