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

[팀 생성/ 팀 설정 페이지] UI 개발 #58

Merged
merged 38 commits into from
Nov 3, 2021
Merged

Conversation

Noelsky-code
Copy link
Member

작업 내용

  • 팀 생성 페이지 UI 생성
  • 팀 생성 페이지 생성 / 취소 버튼 UI 생성
  • 팀 설정 페이지 팀 없음 UI 생성
  • 팀 설정 페이지 팀 있음 UI 생성
  • 팀 설정 페이지 초대하기 / 수정하기 버튼 UI 생성
  • 팀 설정 페이지 팀 INFO UI 생성

작업 대기

  • 팀 프로필 UI -> 영진 작업 기다리는 중
  • 초대하기 모달창 -> 영진 모달 기다리는 중

특이 사항

1. 팀 설정 페이지 / 팀 생성 페이지가 서로 재사용이 많이되어서 팀 설정페이지 브랜치로 함께 작업하였음

2. label - input 을 재사용 하기위해 재사용 가능한 InputLabel.tsx 파일을 하나 생성

질문

  • 별건 없고 children 이용한 재사용 (TeamInfoContainer, TeamButtonContainer) 잘 했는지 봐주삼

jin-Pro and others added 26 commits November 1, 2021 15:21
유저 아이콘 클릭 이벤트 추가
유저 아이콘 클릭 이벤트 추가
- 라우팅 추가
- 기본 헤더, page/template 추가
팀 생성 컨테이너 UI 개발함
UI만 개발했기 때문에 이벤트는 존재하지 않음
공통으로 사용할 수 있는 INPUTLABEL.TSX 구현
팀 생성 페이지에서 재 사용
영진 작업 완료 까지 일단 컨테이너만 생성해 놓음
@Noelsky-code Noelsky-code added 👑 리뷰 요청 리뷰 요청 FE 프론트엔드 labels Nov 2, 2021
@Noelsky-code Noelsky-code added this to 진행중 in 2주차 Nov 2, 2021
@jin-Pro jin-Pro merged commit e36905a into dev Nov 3, 2021
@Noelsky-code Noelsky-code moved this from 진행중 to 완료 in 2주차 Nov 3, 2021
function TeamCreateIcon() {
return (
<Link to="/teamCreate">
<svg css={TeamCreateIconStyle} width="349" height="282" viewBox="0 0 349 282" fill="none" xmlns="http://www.w3.org/2000/svg">
Copy link
Member

Choose a reason for hiding this comment

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

div 태그에 background 넣는게 낫지않아???

<InputLabel label="팀명" />
<InputLabel label="소개" />
<InputLabel label="가능시간" />
<InputLabel label="지역" />
Copy link
Member

Choose a reason for hiding this comment

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

차라리 children으로 넣는 것 보다 TeamInfoContainer 내부에서 InputLabel을 호출해서 사용하는게 낫지 않을까

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👑 리뷰 요청 리뷰 요청 FE 프론트엔드
Projects
2주차
완료
Development

Successfully merging this pull request may close these issues.

None yet

3 participants