- API Client: hr.api.ts with employees, departments, contracts, leaves, leaveTypes - Types: hr.types.ts with all interfaces and enums - Hooks: useEmployees, useDepartments, useContracts, useLeaves, useLeaveTypes - Pages: EmployeesPage, EmployeeDetailPage, EmployeeFormPage, DepartmentsPage, ContractsPage, LeavesPage, LeaveRequestPage Implements frontend for MGN-010 HR module Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| index.ts | ||
| useContracts.ts | ||
| useDepartments.ts | ||
| useEmployee.ts | ||
| useEmployees.ts | ||
| useLeaves.ts | ||
| useLeaveTypes.ts | ||