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

팀원소개서 팀원 목록 #213

Merged
merged 15 commits into from
Mar 6, 2022
Merged

팀원소개서 팀원 목록 #213

merged 15 commits into from
Mar 6, 2022

Conversation

100Gyeon
Copy link
Member

@100Gyeon 100Gyeon commented Mar 6, 2022

⛓ Related Issues

📋 작업 내용

  • 멤버 팝업에 최대 4명까지만 보이도록 수정
  • 멤버 팝업에 전체보기 버튼 추가
  • 팀원 목록 페이지 추가
  • 자잘한 UI 수정사항 반영
    • 이슈 카드 우측 하단에 팀, 작성자 정보 있는 부분 UI 수정
    • 너가소개서 / 팀원소개서 메인 엠티뷰 UI 수정

📌 PR Point

  • 원래 멤버 확인할 때 profileId가 필요 없었는데, 팀원 목록 페이지 추가되면서 profileId가 필요해졌습니다. 그래서 teamMemberList: TeamMemberNoneId[];에서 teamMemberList: TeamMember[];로 수정했습니다.
  • 서버 response 수정사항(profileId 추가된 부분)은 어진이가 배포한 거 확인했습니다.
  • 팀원 목록 페이지에서 < 버튼 들어간 헤더 임시로 추가했고, 나중에 주영 언니가 공통 컴포넌트 만들면 바꿔서 적용할게요!

👀 스크린샷 / GIF / 링크

@100Gyeon 100Gyeon added feature 🎄 기능 개발 layout 🍃 레이아웃 개발 labels Mar 6, 2022
@100Gyeon 100Gyeon added this to the 3월 2주차 스프린트 milestone Mar 6, 2022
@100Gyeon 100Gyeon self-assigned this Mar 6, 2022
@SeojinSeojin
Copy link
Member

울 웹쁜이 고생많았어 ! 여기서 미리보기로 보면서 쉬어~ 다른 웹쁜이들한테도 자랑해줘~

Copy link
Member

@SeojinSeojin SeojinSeojin left a comment

Choose a reason for hiding this comment

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

주말인데 벌써 뷰 하나를 뚝딱 🥘 수고많았어유~!!

import { TeamMemberNoneId } from '@api/types/team';
import { MAX_TEAM_MEMBER } from '@utils/constant';
Copy link
Member

Choose a reason for hiding this comment

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

상수로 뺀거 넘 조아요~!

Copy link
Member

Choose a reason for hiding this comment

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

좋아요~!

Copy link
Member Author

Choose a reason for hiding this comment

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

👍👍

background: ${COLOR.WHITE};
border-radius: 8.07692px;
border: 0.8px solid ${COLOR.GRAY_3};
border-radius: 8.08px;
Copy link
Member

Choose a reason for hiding this comment

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

소수점이 줄어들었넹 ㅌㅋㅋㅋㅋㅋ 👍😍

Copy link
Member Author

Choose a reason for hiding this comment

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

ㅋㅋㅋㅋㅋ 드디어 !! 😻

Comment on lines 25 to 26
const memberNameList =
slicedMemberList && slicedMemberList.map((member) => member.profileName).join(', ');
Copy link
Member

Choose a reason for hiding this comment

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

텍스트 한 줄로 해도 좋지만 나중에 호스트 친구는 굵은 글씨로 표시해야 해서 이전 방법처럼 span으로 하는 것도 좋은 선택일듯혀..!!
호스트가 생겨도 그냥 맨 앞에 따로 붙여두면 되니까 상관 없으려나?

Copy link
Member Author

Choose a reason for hiding this comment

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

이거 나두 생각해 보니까 이전 방법이 더 좋은 것 같아서 되돌려놓을게 !! 땡큐😉

Comment on lines +15 to +17
const { data: teamInfoData } = useQuery(['teamDetailData', teamID], () =>
api.teamService.getTeamInfo(Number(teamID)),
);
Copy link
Member

Choose a reason for hiding this comment

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

리액트쿼리 천재만재!!! 🥰🥰

Copy link
Member Author

Choose a reason for hiding this comment

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

서진이가 첨에 잘 써놓은 덕분 ㅎㅎ😘

const TeamRegister = lazy(() => import('@pages/Team/Register'));
const TeamMain = lazy(() => import('@pages/Team/Main'));
const TeamMember = lazy(() => import('@pages/Team/Member'));
Copy link
Member

Choose a reason for hiding this comment

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

레이지로딩도 천재만재 🧠🧠

Copy link
Member Author

Choose a reason for hiding this comment

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

다른 애들 레이지로딩 되어있길래 알잘딱 맞춰놨으 ㅎㅎ

Copy link
Member

@NamJwong NamJwong left a comment

Choose a reason for hiding this comment

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

굳굳 진짜 짱 빨라 고생했어! 💓

${FONT_STYLES.R_15_TITLE};
color: ${COLOR.GRAY_5};
${FONT_STYLES.M_14_TITLE};
color: #dedede;
Copy link
Member

Choose a reason for hiding this comment

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

이거 컬러 상수 추가하는게 좋지 않을까?? 번호 35로 해서 하면 될 것 같은뎀 근데 기존에 만들어둔 번호가 30 40 300 400 이런 식이었으면 더 좋았을 . . (내가 만듦 ㅠ)

Copy link
Member Author

Choose a reason for hiding this comment

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

GRAY_35: '#DEDEDE'로 컬러 상수 추가했습니당 ㅎㅎ

Copy link
Member

Choose a reason for hiding this comment

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

굳굳 감사합니도 👍

Comment on lines 24 to 25
const slicedMemberList = teamInfoData && teamInfoData.teamMemberList.slice(0, MAX_TEAM_MEMBER);
const memberNameList =
Copy link
Member

Choose a reason for hiding this comment

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

이거 이름 slicedMemberNames로 하는거 어떨까? 일단 sliced를 붙이는게 더 이해하기 쉬울 것 같고 ~List는 배열 이름으로 쓰기로 해서 딱 봤을 때 배열 느낌이 너무 강한 것 같아서! 너낌 안오면 안바꿔도 됩니당

Copy link
Member Author

Choose a reason for hiding this comment

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

원래 코드로 되돌리기로 해서 이 변수는 안 쓰기로 했습니당 의견 고마워 ~~!

Comment on lines +21 to +24
<header>
<IcBack onClick={() => navigate(-1)} />
<div>팀원 목록</div>
</header>
Copy link
Member

Choose a reason for hiding this comment

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

이거 내가 공통 헤더 곧 만들어서 바꿔놓든지 할게!

Copy link
Member Author

Choose a reason for hiding this comment

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

좋아유~~! 🤩

@SeojinSeojin
Copy link
Member

울 웹쁜이 고생많았어 ! 여기서 미리보기로 보면서 쉬어~ 다른 웹쁜이들한테도 자랑해줘~

@SeojinSeojin
Copy link
Member

울 웹쁜이 고생많았어 ! 여기서 미리보기로 보면서 쉬어~ 다른 웹쁜이들한테도 자랑해줘~

@100Gyeon 100Gyeon merged commit e0539c4 into dev Mar 6, 2022
@100Gyeon 100Gyeon deleted the feat/#212 branch March 6, 2022 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 🎄 기능 개발 layout 🍃 레이아웃 개발
Projects
None yet
Development

Successfully merging this pull request may close these issues.

팀원소개서 팀원 목록
3 participants