-
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
[Feat] 팔로잉/팔로워 리스트 페이지 #484
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
||
export const sorFollowerList = (list: FollowerMemberWithStatusType[], myId: number): FollowerMemberWithStatusType[] => { | ||
// 1순위) 내 계정, 내가 팔로잉 중인 계정, 내가 팔로우 중이지 않은 계정 순으로 리스트 나열 | ||
// 2순위) 가나다 순, ABC순으로 나열 |
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.
주석 굿
}} | ||
/> | ||
{/* 내 팔로잉/팔로우 */} | ||
{isMyself && |
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.
마이너 ) 주석을 없애고 isMyself 변수명을 좀더 명확하게 가져가면 좋겠음 isFollowMyself ? 정도?
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.
isMySelf라는 네이밍 자체를 잘못 지었나 싶네요 🤔
여기서 isMySelf는 자신의 프로필 팔로워/팔로잉 리스트인지 확인하는 변수입니다.
그래서 isFollowMyself
라는 네이밍은 맞지 않는 것 같아요..
어떻게 네이밍을 바꾸면 좋을까요.. 고민되네요
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.
마이너하니 다음에 생각하시죠. 한글 변수명은 어떠신가요
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.
애니메이션 조아요! 그런데 애니메이션이 리스트가 길어지면 조금 느리다는 느낌이있네요 디자이너분들이랑 이야기 나눠보면 좋을듯!!
배포 후 확인해달고 말해볼게요~ |
🤔 해결하려는 문제가 무엇인가요?
팔로잉/팔로워 리스트 페이지를 구현하였어요.
closed #483
🎉 변경 사항