Employees can apply for leave and track balance, status, and history. Managers can view all requests and approve/reject them. Login with separate dashboards for employees and managers with the dummy json. Tables with filters (All, Pending, Approved, Rejected) for easy management.
5 lines
96 B
TypeScript
5 lines
96 B
TypeScript
export const ROUTES = {
|
|
home: "/",
|
|
manager: "/manager",
|
|
employee: "/employee",
|
|
} as const; |