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
svc-tenders Route Sequence MapThis note documents the repeated handler-stage patterns in the densest svc-tenders route modules after Cleanup Sprint 34.
Focus:
Labels used here:
VERIFIEDREALTRANSITIONALregisterTenderDeclarationRoutes.tsRoute module:
Repeated sequence pattern:
Purpose:
Broader vs stricter notes:
VERIFIEDsupport.canCheckTenderDeclaration(...) is the broader helper for read/check routesRepository/dependency touchpoint:
findTenderDeclarationById(...)saveTenderDeclarationAssessment(...)Repeated sequence pattern:
Purpose:
Broader vs stricter notes:
VERIFIEDsupport.hasTenderDeclarationCapability(...) is narrower than the broader read/check helpersupport.getTenderDeclarationCapabilities(...) feeds readiness/state derivation before the final guardRepository/dependency touchpoint:
findTenderDeclarationById(...)markTenderDeclarationReady(...)declareTender(...)Repeated sequence pattern:
Purpose:
Broader vs stricter notes:
VERIFIEDDRAFT state guard before persistenceRepository/dependency touchpoint:
findTenderDeclarationById(...)support.runMulterSingle(...)registerAuctionDeclarationRoutes.tsRoute module:
Repeated sequence pattern:
Purpose:
Broader vs stricter notes:
VERIFIEDsupport.canCheckAuctionDeclaration(...) carries the broader read/check surfaceRepository/dependency touchpoint:
findAuctionDeclarationById(...)saveAuctionDeclarationAssessment(...)Repeated sequence pattern:
Purpose:
Broader vs stricter notes:
VERIFIEDsupport.hasAuctionDeclarationCapability(...) gates writes more narrowly than the broader read/check helperRepository/dependency touchpoint:
updateAuctionDeclarationDraft(...)markAuctionDeclarationReady(...)declareAuction(...)Repeated sequence pattern:
Purpose:
Broader vs stricter notes:
VERIFIEDRepository/dependency touchpoint:
support.runMulterSingle(...)Unresolved or transitional notes:
TRANSITIONALregisterKesRoutes.tsRoute module:
Repeated sequence pattern:
Purpose:
Broader vs stricter notes:
VERIFIEDRepository/dependency touchpoint:
Repeated sequence pattern:
Purpose:
Broader vs stricter notes:
VERIFIEDRepository/dependency touchpoint:
Repeated sequence pattern:
Purpose:
Broader vs stricter notes:
VERIFIEDverifyIncomingSignatureGate(...)Repository/dependency touchpoint:
approveKesOrchestratorPayment(...)settleKesOrchestratorPayment(...)Repeated sequence pattern:
Purpose:
Broader vs stricter notes:
VERIFIEDRepository/dependency touchpoint:
requestKesOrchestratorPayment(...)Unresolved or transitional notes:
TRANSITIONALVERIFIED
The repeated route-sequence patterns are intentionally not uniform:
DRAFT state guard