Skip to content

CrossLanguageMapping

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/packages/doc-automation/src/v2/types/cross-language.types.ts

CrossLanguageMapping - Links frontend to backend for user journey docs

Example: When user clicks "Submit Order":

  • React: OrderForm.tsx -> POST /api/orders -> Express/NestJS route
  • Angular: OrderFormComponent.ts -> POST /api/orders -> .NET Controller
  • Vue: OrderForm.vue -> POST /api/orders -> FastAPI endpoint

Properties

PropertyType
projectIdstring
frontendStackFrontendFramework
backendStackBackendFramework
screenMappingsScreenToApiMapping[]
apiCallPatternsApiCallPattern[]

Was this page helpful?

Download as PDF