Loading module
Resolving locale, route permissions, and workspace projection.
Resolving locale, route permissions, and workspace projection.
მიმდინარე არეალი: სტუმარი
კატეგორია: 10_normative | ვერსია: v1.0.0
მფლობელი: DOCUMENT_CUSTODIAN | გადახედვის ციკლი: 90 დღე
დამტკიცების უფლებამოსილება: GOVERNANCE_ADMIN
დოკუმენტაციის პორტალი მხოლოდ წაკითხვადია. რედაქტირება და ცვლილების endpoint-ები გამორთულია.
Kvary პლატფორმა თავდაპირველად ქართულ ენაზეა შექმნილი. სადაც ქართული ვერსია არსებობს, პლატფორმის UI-ის, დოკუმენტაციისა და იურიდიული განმარტების ავტორიტეტული ენა არის ქართული.
სხვა ენებზე თარგმანები მოცემულია მოხერხებულობისთვის. კონკრეტული ჩანაწერი ან flow შეიძლება სხვა ენაზე იყოს წარმოშობილი და ჰქონდეს საკუთარი source/legal locale, თუმცა სადაც ქართული ვერსია ხელმისაწვდომია, პლატფორმის დონის ფორმულირებასა და განმარტებაში უპირატესობა ქართულ ვერსიას ენიჭება.
მეტამონაცემები არასრულია: Document ID, Version, Status, Owner Role, Last Review Date, Next Review Date, Change Log
Kvary uses a provider-safe outbound email seam so transactional and system emails do not call Resend directly from business logic.
@kvary/mail-layerservices/svc-auth/src/email/sender.tsapps/web/src/server/communication/infrastructure/adapters/emailAdapter.tsapps/web/src/app/api/communication/test/route.tsRESEND_API_KEYRESEND_FROM_EMAILRESEND_FROM_NAME optionalRESEND_REPLY_TO optionalRESEND_BASE_URL optional, defaults to https://api.resend.comWeb communication stack also accepts:
EMAIL_MODE=DRY_RUN|LIVEEMAIL_PROVIDER=AUTO|RESEND|SENDMAILpayment.failedauction.starts.soonsubscription.welcomesubscription.confirm_emailsystem.admin_alertpackages/core/communication/templates.tspackages/core/communication/policies.ts if neededGET /api/communication/test returns emailDiagnostics for admin/dev checksPOST /api/communication/test with action=send_test_email sends a real test email through the communication layerDry-run:
EMAIL_MODE=DRY_RUN npm --prefix apps/web run dev
Live:
EMAIL_MODE=LIVE \
EMAIL_PROVIDER=RESEND \
RESEND_API_KEY=... \
RESEND_FROM_EMAIL=notifications@kvary.network \
npm --prefix apps/web run dev
For auth:
RESEND_API_KEY=... \
RESEND_FROM_EMAIL=notifications@kvary.network \
npm --prefix services/svc-auth run dev
AUTO|RESEND|SENDMAIL