-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: 차량 필터링 관련 기능 명세 변경을 적용한다 (#536)
* refactor: 멤버 토큰, 멤버 정보 변수 초기화 로직 실행 위치 수정 [#506] * refactor: 멤버 아이디, 멤버 토큰이 없는 경우 에러 처리 - 로그인 하기 전 사용자가 멤버 필터링 정보에 접근하려고 하는 경우 빈 필터링정보를 반환한다. [#506] * refactor: 멤버의 차 아이디가 없는 경우 에러 처리 [#506] * refactor: 분리돼있던 충전소 필터링 타입 병합 [#506] * refactor: 유저 자동차 정보 타입에 null 추가 [#506] * refactor: 불필요한 코드 삭제 [#506] * refactor: 초기 렌더링시 msw작동 여부 판별하는 로직 수정 [#506] * refactor: api 요청 메서드 분리 [#506] * design: 차량 선택 모달 디자인 수정 (간단하게만) [#506] * fix: 명세 적용 실수 수정 [#506] * fix: POST 요청 헤더에 'Content-Type': 'application/json' 추가 [#506] * refactor: 전체 차량 조회 관련 mock api 수정 [#506] * refactor: 오류 원인 파악을 위한 console.log 추가 [#506] * test: 오류 원인 파악을 위한 console.log 추가 [#506] * comment: TODO 추가 - 로그인 이후 유저의 필터링 정보가 바로 반영되지 않는 문제 해결하기 [#506] * refactor: 유저 필터링 정보 반영 로직 수정 [#506] * refactor: 쿼리키 상수호 [#506] * fix: 로그인 런타임 에러 수정 [#506] * refactor: memberInfo 초기 값 수정 [#506] * refactor: 사용하지 않는 import 삭제 [#506] * refactor: 리뷰 반영 [#506]
- Loading branch information
Showing
18 changed files
with
266 additions
and
174 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
import ServerStationFiltersComponent from './ServerStationFilters'; | ||
import ServerStationFilters from './ServerStationFilters'; | ||
|
||
export default ServerStationFiltersComponent; | ||
export default ServerStationFilters; |
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
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
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
Oops, something went wrong.