Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
273188d
과제시작
soyalattee Aug 21, 2025
65cb0cb
chore: @eslint/js 추가
soyalattee Aug 21, 2025
a5c2f01
chore: 저장시 스타일 변환됨
soyalattee Aug 21, 2025
1f045b9
comment: UI 영역별 주석 추가
soyalattee Aug 21, 2025
de98d8b
test: useCalenderView 테스트 코드 작성
soyalattee Aug 21, 2025
5f3d0ee
refactor: 이미 셋업에서 날짜를 10-01로 고정하고있어서 필요가 없는 중복코드 제거..
soyalattee Aug 21, 2025
98139db
test: useSearch 테스트 코드 작성
soyalattee Aug 21, 2025
624eeda
feat: useEventOperations 테스트 코드 작성
soyalattee Aug 21, 2025
13306df
feat: 이벤트 알림 시작 1초전으로 세팅하는 함수
soyalattee Aug 21, 2025
8c8a492
refactor: 테스트 공용으로 사용되는 이벤트값들 파일분리
soyalattee Aug 21, 2025
18f3bac
feat: useNotifications 테스트 코드 작성
soyalattee Aug 21, 2025
3aaf712
fix: useFackeTimers 는 이미 켜져있으므로, 시간설정만 하도록 수정
soyalattee Aug 21, 2025
3537ad8
test: dateUtils 테스트 코드 작성
soyalattee Aug 21, 2025
a492842
add: mock 데이터 추가
soyalattee Aug 21, 2025
70b386a
test: eventOverlap 테스트 코드 작성
soyalattee Aug 21, 2025
dc6fcec
test: 단일 eventOverlap, eventUtils, fetchHolidays 테스트 코드 작성
soyalattee Aug 21, 2025
04e90ac
test: 단일 notificationUtils, timeValidation 테스트 코드 작성
soyalattee Aug 21, 2025
03fe8e2
refactor: EMFILE 에러 수정
soyalattee Aug 21, 2025
11047ad
test: 통합테스트 일정 CRUD 작성
soyalattee Aug 21, 2025
97cfdac
test: 통합테스트 작성 완료
soyalattee Aug 21, 2025
a96f80b
refactor: 안쓰는 Event 제거
soyalattee Aug 21, 2025
ae38753
fix:lint 에러수정
soyalattee Aug 21, 2025
20e7320
fix:lint에러수정
soyalattee Aug 22, 2025
cf50c22
refactor: 달력 컴포넌트 분리
soyalattee Aug 22, 2025
991a372
refactor: 알림 제거를 setNotifications 말고 removeNotification 사용
soyalattee Aug 22, 2025
6fdd63b
refactor: 일정겹침 경고 모달과 일정아이템 컴포넌트 분리
soyalattee Aug 22, 2025
000e3b3
refactor: 달력/일정 영역 컴포넌트 분리
soyalattee Aug 22, 2025
8f2f537
style: 줄바꿈 변경
soyalattee Aug 22, 2025
d4b4e93
refactor: 이벤트 저장&수정하고 겹칠시 모달띄우는 로직 훅으로 분리
soyalattee Aug 22, 2025
1787164
fix: 안쓰는 useEffect 제거
soyalattee Aug 22, 2025
7e7c58c
refactor: EventSubmit이 여러 역할을 중복적으로 하고있어서 overloapDialog 훅과 eventVali…
soyalattee Aug 22, 2025
67e4342
test: 일정중복 모달을 관리하는 useOverlapDialogHook의 테스트코드 작성
soyalattee Aug 22, 2025
a2250b8
test: eventVailidation 함수 테스트코드 작성
soyalattee Aug 22, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@eslint/js": "^9.33.0",
"@mui/icons-material": "7.2.0",
"@mui/material": "7.2.0",
"express": "^4.19.2",
Expand Down
9 changes: 9 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading