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

[develop] 2주차 Master PR #23

Merged
merged 68 commits into from
Sep 27, 2024
Merged

[develop] 2주차 Master PR #23

merged 68 commits into from
Sep 27, 2024

Conversation

sanghee0820
Copy link
Contributor

✨ 작업 내용


✨ 참고 사항


⏰ 현재 버그


✏ Git Close

suhyeon7497 and others added 30 commits September 19, 2024 19:41
oauth, security와 관련된 dependency를 추가하였습니다.

관련 이슈: #2
UserEntity와 Repository를 추가 하였습니다.

관련 이슈: #2
oauth 로그인을 위해
csrf를 차단 (rest api이기 때문에 jwt로 검증을 함),
formlogin을 차단(사용하지 않음),
httpBasic을 차단(사용하지 않음) 하였습니다.
session에 stateless 속성을 부여하였습니다.

관련 이슈: #2
서브 모듈을 추가하여 민감한 정보를 관리합니다.

관련 이슈:#2
서브 모듈을 최신화 하여
api 키를 업데이트하였습니다

관련 이슈: #2
.gitignore 파일에 application.properties를 넣지안았는데도
추적되지 않음. 그 문제를 해결

관련 이슈: #2
authentication을 구현하였습니다.
kakao만 한다는 가정하에 kakao를 직접 넣었습니다.

관련 이슈: #2
더미 데이터여서 그냥 만들었었는데, 피드백에 따라 변경하기로 결정
패키지 명은 모두 소문자로 한다는 컨벤션에 맞추어 소문자로 변경
해당 기능 최초 구현, 구현 방식이나 데이터의 추가가 개선되어야 할 것 같다
- PlaceService 인터페이스 제거, getCategories()에서 List 반환
- Place id의 nullable=false 제거
- CategoryListDTO -> CategoryListResponse로 이름 변경해서 직관화함

관련 이슈: #7
사용 지점과 최대한 가깝게 변수 선언 시점을 변경
메서드 체이닝을 통해 필요 없는 변수를 삭제
PlaceTime VO와 Menu VO를 Place 클래스에 추가후, 테스트 코드까지 수정하였습니다.

관련 이슈: #7
id를 제외한 필드를 사용하여 생성자를 만들고, 이를 통해 테스트를 진행하기 위하여 @nonnull@requiredargsconstructor을 사용하여 리펙토링
추후에 통합 테스트 필요 ( + POSTMAN을 이용한 API 테스트도 필요 )
/login 에 authenicated가 적용되어 있어 무한 리다이렉트 되던 문제를
해결하였습니다.

관련 이슈:#2
oauth 로그인 시 유저 정보를 db에 저장

관련 이슈: #2
패키지를 application-domain-persistence-presentaion 구조로 설정하였습니다.
List<Category> 대신, CategoryInfo를 구현해서 dto로 적용시켰습니다.

관련 이슈: #7
Place 클래스에서 주소와 위도, 경도를 각각 Address와 Coordinate VO로 추출했습니다.

관련 이슈: #7
추후에 통합 테스트 필요 ( + POSTMAN을 이용한 API 테스트도 필요 )
record 컨벤션, dto 컨벤션 반영 및 패키지 구조 변경
…videoAlias

# Conflicts:
#	src/test/java/team7/inplace/VideoTest/domain/VideoTest.java
#	src/test/java/team7/inplace/VideoTest/repository/VideoRepositoryTest.java
#	src/test/java/team7/inplace/VideoTest/service/VideoServiceTest.java
submodule이 내 private repository라서 사용하지 않기로 정함
고로 삭제

관련 이슈: #2
suhyeon7497 and others added 27 commits September 26, 2024 20:23
코드 리뷰 피드백을 반영하였습니다.

관련 이슈: #2
- PlaceInfo 팩토리메서드 이름을 of로 변경함
- 그 후 static 메서드로 지정

관련 이슈: #7
- PlaceController: getPlaces() 파라미터를 클래스로 만들고 ModelAttribute로 받도록 하였습니다.
- Address: AddressInfo 생성 메서드를 AddressInfo 자체 메서드로 이동하였습니다.
- 그외: 포메팅 일치

관련 이슈: #7
랜덤한 Alias를 매핑하는 기능을 Util 클래스와 Enum 클래스로 나눠 구현
DTO 클래스의 static factory method 구현
cookie를 통해 accessToken과 refreshToken을 반환하였습니다.
현재는 localhost:8080/successCookie로 redirect 하도록 했습니다.

관련 이슈: #2
…Alias

[Feat] #5 videoAlias 정보를 랜덤하게 매핑해주는 기능을 구현했어요!
…ntication

[feat] #2 Oauth2 로그인 authentication을 구현하였습니다.
- PlaceService 인터페이스 제거, getCategories()에서 List 반환
- Place id의 nullable=false 제거
- CategoryListDTO -> CategoryListResponse로 이름 변경해서 직관화함

관련 이슈: #7
PlaceTime VO와 Menu VO를 Place 클래스에 추가후, 테스트 코드까지 수정하였습니다.

관련 이슈: #7
패키지를 application-domain-persistence-presentaion 구조로 설정하였습니다.
List<Category> 대신, CategoryInfo를 구현해서 dto로 적용시켰습니다.

관련 이슈: #7
Place 클래스에서 주소와 위도, 경도를 각각 Address와 Coordinate VO로 추출했습니다.

관련 이슈: #7
- DataLoader로 더미데이터 저장
- Controller: 사용자 위치 기준으로 장소 조회
- Service, Repo: 가까운순으로 장소 조회 로직 구현
- PlaceComm: 위도 경도, page 정보를 service단으로 전송하는 dto
- PlaceInfo: 조회된 장소 정보를 controller 단으로 전송하는 dto

관련 이슈: #7
- Place의 id를 placeId -> id로 변경
- getCategories() 로직을 CategoryService구현해서 분리

관련 이슈: #7
- PlaceInfo 생성자를 Entity말고 PlaceInfo 생성자로 이동시킴
- PlaceService: getPlacesWithinRadius에서 return값 단순화했습니다.

관련 이슈: #7
- PlaceInfo 생성자를 Place에서 생성하도록 변경하였습니다.

관련 이슈: #7
- PlaceInfo 팩토리메서드 이름을 of로 변경함
- 그 후 static 메서드로 지정

관련 이슈: #7
- PlaceController: getPlaces() 파라미터를 클래스로 만들고 ModelAttribute로 받도록 하였습니다.
- Address: AddressInfo 생성 메서드를 AddressInfo 자체 메서드로 이동하였습니다.
- 그외: 포메팅 일치

관련 이슈: #7
[Feat] #7 place 사용자 위치 기준으로 조회하는 기능을 구현했어요
@sanghee0820 sanghee0820 added the ✨ Feature 기능 개발 label Sep 27, 2024
@sanghee0820 sanghee0820 self-assigned this Sep 27, 2024
@sanghee0820 sanghee0820 merged commit 03cef26 into Master Sep 27, 2024
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 개발
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants