-
Notifications
You must be signed in to change notification settings - Fork 1
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
[ Feature/dev 104 ] 구독관리 - 이메일 시간/요일 , 토글 구독 : mock api 연결 작업 #169
Conversation
@soomin9106 테스트 코드까지 작성했습니다..! 확인부탁드려요! |
src/main/constants/emailInfo.ts
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Client Info 는 "6" 이고, Server Info 는 "06:00" 인 이유가 있나용??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
사실 이부분은 제가 스펙을 먼저 작성해서 클라쪽을 변경하기싫어서 분리하여 값을 만들었습니다!
} | ||
} | ||
|
||
private subscriptionManagementServerList: WorkbookSubscriptionInfo[]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
private subscriptionManagementServerList: WorkbookSubscriptionInfo[];
=> 이거는 어떤 역할을 하나요??!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
구독리스트에 있는 데이터에는 각 객체별로 구독수, 아티클 정보 등등 토글컴포넌트에서는 사용하지 않는 데이터들이 들어있습니다. 그래서 토글 관리에서 보여주는 데이터만 가져와서 사용하도록 배열의 객체값을 변경하는 과정입니다!
}; | ||
|
||
return ( | ||
<header | ||
className={cn( | ||
"relative flex h-[66px] w-full items-center justify-between sticky top-0 z-[9999]", | ||
"fixed top-0 z-[49] flex h-[66px] w-full items-center justify-between", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이거 fixed 로 바꾸었군용!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
네 드롭다운 메뉴 펼쳤을때 뒷부분이 스크롤이 되어버리는 현상이 발견되어 수정했습니다ㅜㅜ
@Happhee |
🔥 Related Issues
https://linear.app/fewletter/issue/DEV-104/구독리스트에서-토글로-구독-상태-변경
💜 작업 내용
✅ PR Point
SubscriptionManagementModel
서버와 클라이언트 데이터 반환 과정