-
Notifications
You must be signed in to change notification settings - Fork 2
refactor: 1차 리펙토링 코드 배포 브랜치 병합 #221
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
Merged
Merged
Conversation
This file contains hidden or 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
- FormTravelData를 FormData로 변환하는 createTravelFormData 유틸 함수로 분리 - createTravel API 호출 시 BaseResponse 타입을 적용하여 타입 안전성 강화
- ChatRoom, Chat, ChatOverview 등 타입 이름 변경 반영 - getChatRooms, leaveChat, getChat, getChatOverview, setIsJoined, uploadChatImages 함수에 BaseResponse 타입 적용 - 타입 안전성을 강화하고 일관된 API 응답 구조로 리팩토링
…g-Potatoes/00_FE into refactor/type-review
- participant에 user 반영
refactor: 여행 타입 정리
refactor: 유저 타입 정리
refactor: 리뷰 타입 정리
- 엔드포인트 확인 완료 - 반환타입 확인 후 적용 완료
- 엔드포인트 확인 완료 - 반환타입 확인 후 적용
- 타입 및 api 변경에 의한 사이드 이펙트 해결
refactor: 변경된 여행 타입 반영
- api 공통 타입 적용 - 백엔드 엔드포인트 변경 최신화
- 관련 컴포넌트 타입 수정 - 관련 테스트 타입 수정
- initialPage 0 부터 시작하도록 변경 - Store, type 등 filter 관련 설정에 size, pageParam 추가 - 테스트 오류 해결
- 리뷰 좋아요 버튼 비로그인 시 401 => 400 수정 적용
- 리스트 ul, il 사용 - 여행 후기 이미지 등록하기 aria-label에 설명 추가 - 무한스크롤 첫 페이지 1에서 0으로 변경 - any 타입 대신 unknown으로 변경 - 불필요한 타입 삭제
- comment => content
- page 1 시작에서 page 0 시작으로 변경
refactor: review 관련 타입 및 api 수정 및 컴포넌트 적용.
…l-list refactor: 여행 api 수정사항 적용, 리스트 ul, li 사용, 그 외 타입 정리
refactor: chat, 여행만들기 api 수정
refactor: 접근성 관련 시멘틱 태그 수정 및 리스트 스킵 컴포넌트 적용
- content가 api 필수 반환값으로 수정됨에 따라 조건부 렌더링 로직 삭제
refactor: 여행 리스트 탈출 버튼 적용, 이미지 onload 수정, 테스트 코드 에러사항 수정 반영
|
💄 Storybook: https://674fa5b608628f124a188752-vbfgwtxqlo.chromatic.com/ |
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.
작업 개요
작업 상세
기존 mvp 개발 과정에서 작성 된 타입 및 api 엔드포인트 수정
웹접근성을 고려한 코드 수정