-
Notifications
You must be signed in to change notification settings - Fork 0
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
프로젝트를 마무리 아카이빙용 최종 PR #104
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat: entity 생성 * entity mysql Co-authored-by: sds1vrk <sdsvrk@gmail.com>
* feat : configuration에 CORS 설정 추가 * feat : 예외처리 핸들러 구현 * feat : 커서 페이징 request, response 구현 * feat : api response 추가 * feat : validation 라이브러리 의존성 추가
* FEATURE/SLAM-45 court,reservation entity 추가 * 코드 리뷰 반영 Co-authored-by: sds <sds1zzang@naver.com>
Co-authored-by: sds <sds1vrk@gmail.com>
* feat : user entity 추가 구현 * feat : security 설정 구축 * feat : jwt 설정 구현 * feat : 로그인 성공 시 실행되는 handler 구현 * feat : user entity, repository 보충 * feat : security config 설정 * feat : user 관련 상세 exception 구현 * feat : OAuth 관련 user service 구현 * feat : 프론트로 발급한 jwt token 보내기 기능 구현 * chore : jwt token 만료시간 연장 * feat : invalid token과 관련한 error code 및 exception 추가 * chore : db 초기화 전략 수정(create -> none) * feat : user controller, service 클래스 생성 * refactor : security 설정 수정 * chore : 보안정보 환경변수로 변경 * refactor : @getter 추가
* Auto stash before rebase of "origin/develop" * feat: alarm entity 생성 * feat: alarm entity test code * feat: alarm service code 추가 * feat: alarm dto 추가 * feat: alarm service test code * feat: CursorRequest dto 추가 * test: entity 이름이 notifiation으로 변경되면서 없어짐. * chore: entity 이름이 notification으로 변경되면서 수정된 내용들 * chore: convertor 추가 * chore: entity의 테이블 이름 변경 * chore: 오타 수정 * feat: 사용자 아이디를 활용하여, 알림 정보 추출하는 기능 구현(cursor 기반) * feat: 사용자 아이디를 활용하여, 알림 정보 추출하는 기능 (cursor 기반) 테스트 코드 * feat: 사용자 아이디를 활용하여, 알림 정보 추출하는 기능 구현 controller * feat: cursor 기반 request dto
* feat : user entity 추가 구현 * feat : security 설정 구축 * feat : jwt 설정 구현 * feat : 로그인 성공 시 실행되는 handler 구현 * feat : user entity, repository 보충 * feat : security config 설정 * feat : user 관련 상세 exception 구현 * feat : OAuth 관련 user service 구현 * feat : 프론트로 발급한 jwt token 보내기 기능 구현 * chore : jwt token 만료시간 연장 * feat : invalid token과 관련한 error code 및 exception 추가 * chore : db 초기화 전략 수정(create -> none) * feat : user controller, service 클래스 생성 * refactor : security 설정 수정 * chore : '미정(선택 안함)' status 변경(UNDEFINED -> TBD) * refactor : '숙련도'를 나타내는 class명 변경 및 적용(Skill -> Proficiency) * refactor : @getter 추가 * feat : 사용자 추가정보 입력 api 구현 * refactor : dto 수정 * test : 사용자 추가정보 입력 api ControllerTest 작성 * feat : 프로필 이미지 삭제 api 구현 * test : 프로필 이미지 삭제 api ControllerTest 작성 * feat : AWS S3 연동 * feat : 프로필 이미지 수정 api 구현 * test : 프로필 이미지 수정 api ControllerTest 작성 * feat : AWS 정보 읽어올 수 있도록 설정
Co-authored-by: coloveding <coloveding@gmail.com>
Co-authored-by: coloveding <coloveding@gmail.com>
* refactor : api response 구조 수정 * chore : 불필요한 파일 제거
* feat : 사용자 id를 불러오는 커스텀 어노테이션 생성 및 적용 * refactor : reservation 도메인 @userid 적용 * refactor : favorite 도메인 @userid 적용 * refactor : court 도메인 @userid 적용 * refactor : notification 도메인 @userid 적용 * refactor : chat 도메인 @userid 적용 * chore : 불필요한 파일 제거 * refactor : management 도메인 @userid 적용 * refactor : user 도메인 @userid 적용
…)" This reverts commit e1c30aa.
* fix : fetch join 사용 * chore : 코드 재정렬
* fix : 유저 이메일 수집 철회 * fix : 유저 관련 response에서 email값 삭제 * fix : 카카오 로그인 시 동의항목에서 email값 제거
* chore : dummy court와 관련한 불필요한 파일, 코드 삭제 * refactor : 유저가 동일한 시간에 기존 예약이 존재한다면, 예약을 새롭게 추가할 수 없도록 제한
* refactor : request 속 불필요한 field값 삭제 * refactor : response 속 예약 관련 시간 LocalDateTime에서 Instant로 바꾸기 * refactor : 예약 추가/수정 시 utc 시간으로 제할할 수 있도록 수정
* feat : 사용자 id를 불러오는 커스텀 어노테이션 생성 및 적용 * refactor : reservation 도메인 @userid 적용 * refactor : user 도메인 @userid 적용 * refactor : notification 도메인 @userid 적용 * refactor : management 도메인 @userid 적용 * refactor : favorite 도메인 @userid 적용 * refactor : court 도메인 @userid 적용 * chore : 불필요한 파일 제거 * refactor : chat 도메인 @userid 적용
…)" This reverts commit e8105cc.
* refactor/notification-93 - 시간 정보를 Instant 객체에 담아 처리 * fix: 라우터 정보의 시작시간을 시작 날짜로 변경 - utc 로 받기 떄문에 추후 존으 받아서 변경 필요
* refactor : court 관련 dto 시간 관련 필드값 utc로 통일 * fix : 불필요한 파라미터 제거 * refactor : favorite 관련 dto 시간 관련 필드값 utc로 통일 createdAt, updatedAt * refactor : follow 관련 dto 시간 관련 필드값 utc로 통일 * refactor : reservation 관련 dto 시간 관련 필드값 utc로 통일 createdAt, updatedAt * refactor : user 관련 dto 시간 관련 필드값 utc로 통일
* feat : 예약조회용 page request, response 생성 * refactor : 다가올 예약, 지난 예약 조회 시 최신순으로 가져올 수 있도록 기능수정
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
프로젝트 마무리 및 아카이빙을 위한 최종 PR
참고 : front PR