Skip to main content

Employee Terminology

Summary

Definitions align language across the monolith, extracted Employee Service, UI, and documentation.

Audience

  • All Employee documentation users

Reference Content

TermSource-backed meaning
EmployeeTenant-scoped workforce record; extracted service aggregate root
LaborLegacy monolith/controller/model term retained in code and compatibility aliases
Employee codeTenant-scoped business identifier; extracted service enforces uniqueness
Employee IDGUID in extracted service; numeric Legacy ID in current monolith UI/API
EmploymentExtracted aggregate value containing type, location, and lifecycle dates
DepartmentOptional organization assignment/reference
DesignationOptional role/title reference that can be associated with a department
Reporting managerOptional Employee/user relationship depending on model boundary
Employee timelineBusiness lifecycle entries owned by the Employee aggregate
Technical auditInfrastructure record of technical actions; not the business timeline
Compatibility routeAPI surface preserving current client field names during extraction
OutboxTransactional staging record for integration publication
Active/disabledCurrent monolith UI availability state
Employee statusExtracted domain state: Active, OnLeave, Suspended, or Terminated

Source References

  • microservices/src/employee-service/Domain/Employees/Employee.cs
  • UI/salary-ui/apps/client-hrms-portal/src/pages/Labor.tsx
  • Controllers/LaborController.cs

See Also

Keywords

  • Employee terms
  • Labor compatibility
  • timeline versus audit

Revision Information

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