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

feat: 새로운 충전소 조회 api 명세 적용한다 #656

Merged
merged 12 commits into from
Sep 5, 2023
Merged

Conversation

gabrielyoon7
Copy link
Member

@gabrielyoon7 gabrielyoon7 commented Sep 5, 2023

📄 Summary

새로운 충전소 조회 api에 대응했습니다.

  • 새로운 충전소 조회 api 명세 적용
    • 끊긴 리스트를 새로운 api에 연결하기 (클라이언트 필터링은 일단 끊기)
    • 클라이언트 필터링 기능 복구하기
    • 바뀐 api에 마커 연결 및 리스트 연결 끊기
    • 마커 클릭했을 때 간단 정보창이 열리는 기능 복구
      • 마커 클릭했을 때 화면 이동하는 기능도 복구
      • 충전소 리스트 요청을 stationId 하나만 보내서 가져온다. 그 정보로 그림 그리기

🕰️ Actual Time of Completion

3시간

🙋🏻 More

close #654

@gabrielyoon7 gabrielyoon7 self-assigned this Sep 5, 2023
@gabrielyoon7 gabrielyoon7 temporarily deployed to test September 5, 2023 07:49 — with GitHub Actions Inactive
@gabrielyoon7 gabrielyoon7 changed the title feat: 새로운 충전소 조회 api 명세 적용 feat: 새로운 충전소 조회 api 명세 적용한다 Sep 5, 2023
@gabrielyoon7 gabrielyoon7 added 🛠️ 리팩터링 개선사항입니다 🌱 기능추가 새로운 기능 요청입니다 FE 프론트엔드 관련 이슈입니다 🫱🏻‍🫲🏻 페어 페어로 진행합니다 labels Sep 5, 2023
Copy link
Member

@kyw0716 kyw0716 left a comment

Choose a reason for hiding this comment

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

같이 했으니 리뷰는 생략하겠습니다~

@github-actions
Copy link

github-actions bot commented Sep 5, 2023

🚀storybook: https://storybook.carffe.in/

@@ -10,6 +10,6 @@ export interface Panels {
}

export const navigationBarPanelStore = store<Panels>({
basePanel: <StationSearchWindow />,
basePanel: null,
Copy link
Collaborator

Choose a reason for hiding this comment

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

일단은 열린 상태로 테스트해 주세요~

@gabrielyoon7 gabrielyoon7 temporarily deployed to test September 5, 2023 08:03 — with GitHub Actions Inactive
@kyw0716 kyw0716 merged commit 4ff770a into develop Sep 5, 2023
2 checks passed
@kyw0716 kyw0716 deleted the feat/654 branch September 5, 2023 08:04
@github-actions
Copy link

github-actions bot commented Sep 5, 2023

🚀storybook: https://storybook.carffe.in/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FE 프론트엔드 관련 이슈입니다 🌱 기능추가 새로운 기능 요청입니다 🛠️ 리팩터링 개선사항입니다 🫱🏻‍🫲🏻 페어 페어로 진행합니다
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

새로운 충전소 조회 api 명세를 적용한다
3 participants