-
Notifications
You must be signed in to change notification settings - Fork 8
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
[FE] 서비스 운영 전 QA(#667) #673
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
00kang
approved these changes
Oct 23, 2024
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.
같이 작업했지만 속도 진짜 빠르네여 💯 🥇
런칭까지 화이팅 !!
chlwlstlf
approved these changes
Oct 23, 2024
pp449
added a commit
that referenced
this pull request
Oct 23, 2024
* [FE] 헤더 리팩터링하기(#642) (#651) * feat: 메뉴와 클로즈 아이콘 추가 * feat: 버튼에 흰 배경의 default 타입 추가 * feat: 모바일 버전에서 나타낼 SideNavBar 컴포넌트 구현 * refactor: 디바이스에 따라 헤더와 사이드바 렌더링 * feat: createPortal 방식으로 sidenavbar 열기, backdrop 추가하기 * fix: 잘못 들어간 , 삭제 * feat: sidenavbar가 오픈상태일 때는 스크롤 막기 * feat: sidenavbar 컴포넌트에 fadeIn, fadeOut 애니메이션 추가 * design: 가이드페이지 line-height 조정 * design: 사이드바 폰트 크기 수정 * feat: z-index 삭제 * fix: 사이드바가 열린채로 디바이스 크기가 커져도 여전히 사이드바가 나타나는 문제 해결 --------- Co-authored-by: 00kang <[email protected]> * [BE] FailedMatching 엔티티에 생성된 시간 필드 추가 및 로그 추가(#656) (#657) * feat: FailedMatching 생성 시점에 대한 필드 값 추가 * feat: 매칭 실패 시 로그 추가 --------- Co-authored-by: gyungchan Jo <[email protected]> * feat: 개발 서버 토큰 변경 * feat: 개발 서버 설정 추가 * [BE] Member 내 리뷰어 인지 나타내는 칼럼 추가, 리뷰어가 아닌데 리뷰어로 참여시 예외 발생(#660) (#662) * feat: authRole 추가 * feat: 참가 시 리뷰어 검증 추가 --------- Co-authored-by: youngsu5582 <[email protected]> * fix: Enum 문자열로 저장하게 변경 * [FE] 부족한 일부 기능 추가(#659) (#661) * feat: 헤더에 문의 탭 추가 * test: 방 참여자 리스트 불러오는 요청에 대한 MSW 추가 * feat: 남은 시간은 초 단위로 카운트다운하는 훅 추가 * feat: 참여자 리스트 요청을 5초에 한 번씩 가능하도록 추가 * feat: 모바일 사이드바에서 문의 탭 추가 * feat: 리뷰어로 등록된 계정만 리뷰어로 참여가 가능하도록 변경 * test: 방정보 더미데이터 값 수정 * style: 중복된 cursor style 제거 * chore: 상수명을 UPPER_SNAKECASE로 변경 --------- Co-authored-by: Lee sang Yeop <[email protected]> * refactor: 운영 서버 설정 변경 * [FE] �모달 웹 접근성 추가(#644) (#658) * feat: FocusTrap의 children이 DOM 변경을 추적하도록 추가 * style: 피드백 모달 내 키워드 스타일 변경 * feat: 모달이 열리면 모달만 보이스오버가 읽을 수 있도록 추가 * style: 피드백 모달 키워드 텍스트 색상 추가 * feat: 피드백 작성 모달 보이스오버로 동작 가능하도록 추가 * test: MSW로 피드백 수정도 확인이 가능하도록 추가 * chore: 모달이 열리면 가장먼저 닫기가 선택되도록 변경 * fix: 불필요한 ,(쉼표) 삭제 * test: 작성된 리뷰이 피드백 데이터를 반환하는 MSW 추가 * refactor: 피드백 모달 페이지 접근성을 위해 시멘틱태그 활용하도록 변경 * feat: 룸카드 뱃지의 접근성 추가 * style: 깃허브 링크 주소에 패딩 추가 * feat: 날짜를 한국어로 바꿔주는 유틸함수 추가 * feat: 룸 카드를 div에서 버튼으로 변경 * feat: 방정보 모달에 접근성 추가 * chore: 텍스트 띄어쓰기 추가 * chore: 보이스오버에서 모달 닫기 버튼을 인식할 수 있도록 개선 * feat: 토스트 메시지가 발생하면 보이스오버에서 읽을 수 있도록 추가 * refactor: 뱃지의 종류를 한국어로 변환해주는 로직을 유틸 함수로 분리 * feat: 토스트모달은 aria-hidden 처리가 안되도록 변경 --------- Co-authored-by: Lee sang Yeop <[email protected]> * [BE] 코멘트를 달아도 리뷰 완료되게 변경(#626) (#665) * feat: pr에 작성된 모든 커멘트들을 가져오는 기능 구현 * refactor: pr에 작성된 모든 리뷰들을 가져오는 기능 수정 * feat: pr에 작성된 리뷰와 커멘트를 확인하는 기능 구현 * refactor: 변수명 수정 * style: 코드 포맷팅 적용 * refactor: GithubPullRequestUrlExchanger를 컴포넌트로 변경 * refactor: 메서드명 변경 * test: 테스트가 통과하도록 수정 * test: 깃헙 api를 사용하는 테스트 Disabled 처리 * refactor: 변수명 변경 * style: TODO 추가 * feat: RestClient 타임아웃 설정 추가 --------- Co-authored-by: gyungchan Jo <[email protected]> * [BE] Member 객체가 가지는 MemberRole 관련 리팩터링 제안(#663) (#664) * feat: 리뷰어 엔티티 작성 * refactor: 리뷰어 엔티티 활용해서 기존 로직 수정 * refactor: Member 엔티티에서 authRole 삭제 * refactor: 에러 문구 수정 * refactor: 사용 enum 수정 * style: 클래스 선언 이후 개행 추가 * refactor: 조이썬 피드백 반영 --------- Co-authored-by: ashsty <[email protected]> * [FE] 서비스 가이드를 설명하는 메인페이지 구현(#413) (#537) * feat: IntroPage에 scroll-snap 적용 * feat: intro에서 현재 페이지 위치를 알 수 있도록 네비게이션 바 추가 * feat: intro 페이지에서는 헤더 안보이도록 수정 * feat: intro 페이지 라우터 추가 * style: 네비게이션바 스타일 수정 * feat: intro 페이지의 컨텐츠 추가 * design: 모바일 반응형 디자인 추가 * feat: 헤더 네비게이션에 서비스소개 intro 추가 * fix: 링크 공유시 미리보기에 이미지 안뜨는 문제 해결 * design: svg 이미지 색 있는 버전으로 변경 * fix: 테스트코드에서 놓친 message 속성 추가 * feat: 인트로페이지에 필요한 이미지 추가 * design: 모바일, 태블릿 반응형 디자인 추가 * design: 높이 수정 * feat: 사이드바에 소개페이지 추가 * feat: 반응형 디자인에 맞게 디테일 수정 --------- Co-authored-by: 00kang <[email protected]> * [BE] QA 발생 중 발견한 버그 해결(#669) (#670) * feat: github api 요청 시 헤더에 토큰 추가 * refactor: 결과가 없으면 빈 배열로 만드는 기능 구현 --------- Co-authored-by: gyungchan Jo <[email protected]> * [BE] 운영 서버 Swagger 비활성화 & 액츄에이터 내부 포트로 이동(#666) (#671) * feat: 헬스체크 포트 변경 * feat: 서브모듈 변경 반영 --------- Co-authored-by: youngsu5582 <[email protected]> * [FE] 서비스 운영 전 QA(#667) (#673) * design: 피드백 작성 모달 디자인 반영 안된부분 추가 * fix: 방 참여자 요청 쿼리문의 staleTime 제거 * style: 사이드바 radius 추가 * feat: 안드로이드 코드 가이드 추가 * fix: PR 링크 클릭 시 해당 링크로 이동하지 않던 문제 해결 * style: 사이드바 열렸을 때 hover 시 radius 스타일링 추가 * feat: 내 리뷰이 매칭에 대한 추가정보를 테이블 아래에 추가 * fix: 방 제목이 길면 레이아웃이 꺠지는 문제 해결 * fix: 방 상태가 여러개인 경우 레이아웃이 꺠지는 문제 해결 * design: 모바일 햄버거 바 클릭 시 nav 스타일 변경 * fix: 모바일 환경에서 방 카드 정보에 뱃지가 제목을 가리는 문제 해결 * chore: 방 상세 페이지의 함께하는 참여자 제목 변경 --------- Co-authored-by: Lee sang Yeop <[email protected]> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: 00kang <[email protected]> Co-authored-by: gyungchan Jo <[email protected]> Co-authored-by: youngsu5582 <[email protected]> Co-authored-by: ashsty <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📓 스토리북 링크
바로가기
📌 관련 이슈
✨ PR 세부 내용