feat(catalog): add KYC teaser section to supplier InfoPanel
All checks were successful
Build Docker Image / build (push) Successful in 4m6s
All checks were successful
Build Docker Image / build (push) Successful in 4m6s
- Add KYC teaser info section (companyType, registrationYear, status, sourcesCount) - Use mock data for now (backend integration TBD) - Add 'open-kyc' emit for full profile navigation - Add kycProfileUuid field to InfoEntity type - Add i18n translations for both RU and EN
This commit is contained in:
@@ -63,6 +63,8 @@ export interface InfoEntity {
|
||||
unit?: string | null
|
||||
// Enriched field from supplier profile
|
||||
supplierName?: string | null
|
||||
// KYC profile reference
|
||||
kycProfileUuid?: string | null
|
||||
}
|
||||
|
||||
// Helper to get coordinates from entity (handles both node and offer patterns)
|
||||
|
||||
Reference in New Issue
Block a user