feat: implement vacation management system with request approval, notification handling, and employee training tracking; enhance UI components for improved user experience

This commit is contained in:
2025-10-29 22:05:29 -03:00
parent f219340cd8
commit 16bcd2ac25
21 changed files with 3910 additions and 617 deletions

View File

@@ -6,6 +6,7 @@ interface Usuario {
matricula: string;
nome: string;
email: string;
funcionarioId?: string;
role: {
_id: string;
nome: string;