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

[BE] - 가까운 여행지 조회 기능 #21

Merged
merged 10 commits into from
May 26, 2022
Merged

Conversation

ku-kim
Copy link
Collaborator

@ku-kim ku-kim commented May 26, 2022

Description

  • GET api/place?category_tag=map 기능 구현

  • 서비스 단 통합 테스트

  • 도메인 객체 단위 테스트

  • 주의사항

    • 더미데이터 생성 X, 현재는 인수테스트 실패함

jeremy0405 and others added 10 commits May 26, 2022 14:38
- 위경도 있는 경우
- 위경도 없는 경우
- GET /api/place 요청 받는 컨트롤러 구현
- Service 구현중
- 리포지토리를 제외한 컨트롤러부터 서비스까지 커맨드 구현
- 주요 지역(e.g. 서울, 대전...) 정보를 위한 Place 객체 생성
- 위경도 관리를 위한 Position 객체 생성
- 올바르지 않은 위도, 경도값 (e.g. 위도 -200) 입력 시 예외 처리
- 유틸성 객체 MapUtils.distance()의 계산 로직 구현
- Place.calculateTime() 메소드 구현, 단위 테스트 구현
- PlaceRepository.findAll 기능 구현
- PlaceService Transactional(readOnly = true) 어노테이션 추가
@ku-kim ku-kim added the BE label May 26, 2022
@ku-kim ku-kim added this to the [BE] - 1주차 스프린트 milestone May 26, 2022
@ku-kim ku-kim self-assigned this May 26, 2022
@ku-kim ku-kim linked an issue May 26, 2022 that may be closed by this pull request
@jeremy0405
Copy link
Owner

LGTM!!!!!!!!!!!!!!! 👍

@jeremy0405 jeremy0405 merged commit 0f55d7e into dev-BE May 26, 2022
@jeremy0405 jeremy0405 deleted the BE-feature/place branch May 31, 2022 03:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BE] 가까운 여행지 조회 기능
2 participants