Skip to main content

Onboarding & Offboarding Source Map

Summary

This reference maps every documented business capability to inspected backend or frontend source and its evidence-based classification.

Audience

Product owners, engineering, QA, support, security, documentation, and solution architecture reviewers.

Reference Content

Paths are relative to the verified source repository. Classifications describe source maturity and do not claim deployment status.

Business capabilityPrimary source evidenceVerified classification
Offer acceptance and onboarding handoffmicroservices/src/recruitment-service/Application/Commands/OfferCommands.csImplemented
Onboarding aggregate and statusesmicroservices/src/recruitment-service/Domain/Recruitment/Onboarding.cs; Domain/Common/Enums.csImplemented
Extracted completion and Employee handoffmicroservices/src/recruitment-service/Application/Commands/OnboardingCommands.cs; Infrastructure/EmployeeServiceClient.csTransitional
Compatibility completionmicroservices/src/recruitment-service/Application/Compatibility/CompatCommands.cs; Controllers/RecruitmentController.csTransitional
Onboarding UI and local checklistUI/salary-ui/apps/client-hrms-portal/src/pages/hr/RecruitmentOnboardingPage.tsxPartial
Generic onboarding tasksModels/OnboardingTask.cs; Controllers/HrOperationsController.csFoundation
Candidate documentsmicroservices/src/recruitment-service/Domain/Recruitment/Candidate.cs; candidate command/document gateway sourceImplemented
Employee profile and lifecyclemicroservices/src/employee-service/Domain/Employees/Employee.cs; Employee application commands/validationImplemented
Resignation, approval, rollback, revokeControllers/HrOperationsController.cs; Models/ExitRequest.csImplemented monolith flow
Exit audit evidenceModels/ExitRequestAuditLog.cs; Controllers/HrOperationsController.csImplemented
Exit UI and self-serviceUI/salary-ui/apps/client-hrms-portal/src/pages/hr/HrOperationsPage.tsxPartial
Asset assignment/return/clearancemicroservices/src/asset-service/Application/Commands/AssetCommands.cs; Application/Queries/AssetQueries.csImplemented separately; integration Foundation
Payroll Employee projectionmicroservices/src/payroll-service/Messaging/PayrollReadModelConsumer.csImplemented projection
Attendance Employee readinessmicroservices/src/attendance-service/Application/Services/EmployeeProfileService.csPartial / Requires confirmation
Leave Employee projectionmicroservices/src/leave-service/Messaging/EmployeeProfileConsumer.csImplemented projection
Exit approval notificationControllers/HrOperationsController.cs; Controllers/NotificationTemplatesController.csImplemented monolith path
Recruitment notification gapmicroservices/src/notification-service/Application/EventNotificationResolver.csNot implemented end-to-end
Compatibility routingmicroservices/src/gateway-api/Program.csTransitional
Dashboard metricsUI/salary-ui/apps/client-hrms-portal/src/dashboard/DashboardPages.tsx; Recruitment queriesPartial

Verification method

The map was built from backend and frontend source without API invocation or database access. Generated output, runtime configuration values, secrets, database scripts, logs, and personal data were excluded from published evidence.

Source References

  • microservices/src/recruitment-service/Application/Commands/OfferCommands.cs
  • microservices/src/recruitment-service/Application/Commands/OnboardingCommands.cs
  • microservices/src/employee-service/Domain/Employees/Employee.cs
  • Controllers/HrOperationsController.cs
  • microservices/src/payroll-service/Messaging/PayrollReadModelConsumer.cs
  • microservices/src/leave-service/Messaging/EmployeeProfileConsumer.cs
  • microservices/src/asset-service/Application/Queries/AssetQueries.cs
  • microservices/src/gateway-api/Program.cs
  • UI/salary-ui/apps/client-hrms-portal/src/pages/hr/RecruitmentOnboardingPage.tsx
  • UI/salary-ui/apps/client-hrms-portal/src/pages/hr/HrOperationsPage.tsx

See Also

Keywords

  • Onboarding source map
  • Offboarding source map
  • Evidence inventory

Revision Information

  • Status: Draft
  • Last reviewed: 2026-07-20
  • Review cycle: Quarterly