Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

initialLog 함수 추가 및 Logger.ts 로직 분리 #24

Merged
merged 6 commits into from
Feb 9, 2024
Merged

Conversation

Hanna922
Copy link
Member

@Hanna922 Hanna922 commented Feb 9, 2024

1️⃣ 어떤 작업을 했나요? (Summary)

기존 코드에 영향을 미치는 변경사항

  • Logger 객체를 초기화하는 로직을 initialLog 함수로 분리했습니다. (중복 제거)
  • Lgger.ts의 localStorage 로직을 별도 파일로 분리했습니다.
  • LogScreen, LogClick 파일을 컴포넌트 내 폴더로 이동시켰습니다.

2️⃣ 알아두시면 좋아요!

컨플릭이 강하게 날 수도 있습니다..!
만약 하고 계셨던 작업이 있으시다면 말씀해주세용

3️⃣ 추후 작업

해당 PR은 #23 머지 이후 좀 더 작업이 필요한 PR입니다. 23 먼저 확인 부탁드려요!

4️⃣ 체크리스트 (Checklist)

  • main 브랜치의 최신 코드를 pull 받았나요?

- 중복되는 초기화 로직을 분리합니다.
- 로컬 스토리지와 관련된 로직을 별도 파일로 분리합니다.
- components 폴더 내로 분리했습니다.
@Hanna922 Hanna922 self-assigned this Feb 9, 2024
@Hanna922 Hanna922 requested a review from JjungminLee as a code owner February 9, 2024 07:44
logger.event.path = path;

setLocalStorage(logger);
initialLog(userId, serviceName, name, path);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍👍👍👍

@@ -0,0 +1,24 @@
import { postLog } from './apis/postLog';
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

큰건아닌데영 SetLocalStorage.ts로 Logger.ts랑 같이 대문자로 맞춰보는건 어떨까용?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

좋아용! 반영해두겠습니다~!

@Hanna922 Hanna922 merged commit f7bd4b6 into develop Feb 9, 2024
@Hanna922 Hanna922 deleted the feat/#14 branch February 9, 2024 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] Logger 객체 재활용 함수 구현
2 participants