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: 클러스터 mock api 구현 #855

Merged
merged 2 commits into from
Oct 13, 2023
Merged

feat: 클러스터 mock api 구현 #855

merged 2 commits into from
Oct 13, 2023

Conversation

kyw0716
Copy link
Member

@kyw0716 kyw0716 commented Oct 13, 2023

📄 Summary

  • delta 크기에 따라 충전소 개수를 변경하는 로직은 미구현상태입니다.
  • 각 격자 내에서의 랜덤한 중심 좌표를 찍어주는 로직은 미구현상태입니다.

🕰️ Actual Time of Completion

10 분

🙋🏻 More

🚀 Storybook

https://storybook.carffe.in/

- delta 크기에 따라 충전소 개수를 변경하는 로직은 미구현상태입니다.
- 각 격자 내에서의 랜덤한 중심 좌표를 찍어주는 로직은 미구현상태입니다.
@kyw0716 kyw0716 added 🌱 기능추가 새로운 기능 요청입니다 FE 프론트엔드 관련 이슈입니다 labels Oct 13, 2023
@kyw0716 kyw0716 self-assigned this Oct 13, 2023
@kyw0716 kyw0716 temporarily deployed to test October 13, 2023 04:31 — with GitHub Actions Inactive
@kyw0716 kyw0716 temporarily deployed to test October 13, 2023 05:01 — with GitHub Actions Inactive
import { DEVELOP_SERVER_URL } from '@constants/server';

export const clusteringHandler = [
rest.get(`${DEVELOP_SERVER_URL}/clustering`, (req, res, ctx) => {
Copy link
Collaborator

Choose a reason for hiding this comment

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

endpoint 고쳐주세요~

@kyw0716 kyw0716 merged commit 1bbc2f0 into develop Oct 13, 2023
2 checks passed
@kyw0716 kyw0716 deleted the feat/853 branch October 13, 2023 05:02
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.

3 participants