feature/1week employeeCard and modal #3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[FEAT] 직원 출결 시스템 구현
1. 코드 구조 및 컴포넌트
App.tsx: 메인 레이아웃 및 직원 목록 관리EmployeeCard.tsx: 개별 직원 정보 카드 컴포넌트EmployeeModal.tsx: 직원 상세 정보 모달 컴포넌트Tailwind CSS를 활용한 스타일링
직원 카드 클릭 시 모달 표시 기능
- ESC 키로 닫기 (예정)
부서별 색상 시스템 구현 (getDepartmentColor)
근무년수 자동 계산 기능
테스트
2주차 개선사항