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

[refactor] 도시 기본 정보 조회시 도시 보관 여부 포함하도록 수정 #145

Merged
merged 4 commits into from
Feb 3, 2024

Conversation

jo0oy
Copy link
Contributor

@jo0oy jo0oy commented Feb 3, 2024

🎯 목적

  • 리팩토링 (Refactoring)

  • 간략한 설명:
    : 프론트 요청에 따라 도시 보관 여부를 따로 API로 호출하지 않고 도시 기본 정보 API 조회시 '도시 보관 여부'를 함께 응답하도록 수정합니다.


🛠 작성/변경 사항

  • 변경사항

    • 도시 기본 정보 조회 API에서 인증 객체를 받아 인증 객체로부터 도시 보관 여부 조회 후 도시 기본 정보와 함께 응답하도록 수정
    • 기존에 따로 만들었던 '로그인 사용자의 도시 보관 여부 조회 API'는 불필요해짐에 따라 삭제

🔗 관련 이슈


This close #144

@jo0oy jo0oy added the refactor Refactoring label Feb 3, 2024
@jo0oy jo0oy self-assigned this Feb 3, 2024
Copy link

github-actions bot commented Feb 3, 2024

Test Results

0 tests  ±0   0 ✅ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ❌ ±0 

Results for commit 110dc29. ± Comparison against base commit 119b287.

@jo0oy jo0oy merged commit 62ecd03 into develop Feb 3, 2024
3 checks passed
@jo0oy jo0oy deleted the feature/#144-refactor-city-info-api branch February 3, 2024 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Refactoring
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[refactor] 도시 기본 정보 조회시 도시 보관 여부 포함하도록 수정
1 participant