Closed
Conversation
cors 설정 추가 - Authorization 보이지 않는 부분 수정
feat : 로컬 회원 가입시 상태 ACTIVE 로 지정 되도록 변경
Feat/ph 108
- Oauth2Member 엔티티 생성
Feat/ph 108
refactor : MemberUpdateRequest status 항목 제거
…리 API 코드 삭제, 게시판 테이블에 thumbnail 컬럼 추가"
Revert "feat: S3 파일 삭제 API, 게시글 목록 조회 API, 내가 쓴 게시글 목록 조회 API, 기존 카테고리 API 코드 삭제, 게시판 테이블에 thumbnail 컬럼 추가"
* fix: Controller method private -> public * feat: 뉴스추천수 증가 서비스개발 * feat: 뉴스 추천수 증가 Controller 개발 * refactor: 패키지 분리 * feat: 뉴스 댓글수, 추천수 수정 Service개발 * feat: 댓글 추가시 카운트 증가 * feat: 뉴스 상세조회 Service 개발 * fix: 제목으로 뉴스 검색되도록 수정 * feat: 뉴스 추천 API 개발 * feat: 뉴스상세조회 Controller 개발 * fix: AfterEach 테이블 초기화 묶음 * fix: AfterEach묶음 * fix: AfterEach묶음 * test: NewsCountMember Service 테스트 * test: NewsCount Service테스트 * test: 뉴스댓글 작성시 댓글수 증가감소 검증 추가 * test: 뉴스제목으로 뉴스목록 조회테스트 * test: 뉴스상세조회 Controller 테스트 * fix: 오류수정 * fix: orderType 수정 * test: orderType 수정 * fix: get method ModelAttribute로 수정
… 삭제, 게시판 테이블에 thumbnail 컬럼 추가 (#110)
* fix: 오류 해결 * fix: 오류 해결 * fix: 오류 해결 * chore: 파라미터 2개 이상 시 클래스 묶어주기 * chore: 검색어 필터 return을 하나로 묶어주기 * feat: member publicId 변경사항 적용 * feat: likeCount를 recommendCount로 변경
* feat: Swagger 설명 추가 * feat: /api/news는 전부 사용 가능 하도록 수정 * feat: 응답값 dto Swagger 설명추가 * test: 테스트코드 수정
* feat: 문의하기 기능 추가 * chore: valid 체크 entity -> request로 변경 * chore: 중복코드 수정(memberReadService 재활용) * fix: entity를 response 구조로 변경 및 테스트 * feat: 문의하기 답변 추가 * feat: 내 문의하기 정렬기능 추가 * fix: DTO 어노테이션 변경 * feat: 문의하기 검색 기능 추가 * feat: 문의하기 기능 추가 * feat: 문의하기 답변 추가 * feat: 검색 테스트코드 추가 * fix: 코드 리뷰 반영
* fix: member 기본키 값 변경 * feat: 내 정보 조회 * feat: 회원 정보 수정 및 삭제 * fix: 로그인 로직 에러 수정 (#118) * feat: 회원 정보 수정 및 삭제 * fix: 테스트 코드 추가 * feat: 회원 정보 수정 및 탈퇴 테스트코드 추가 * fix: 코드 리뷰 반영 * fix: 오류 수정
* feat: 게시글 추천,추천삭제 API 추가 & 게시글 조회 시 로그인 사용자 추천 여부 응답값 추가 * chore: TODO 완료 작업 주석 삭제 * chore: JsonProperty 추가 * chore: BoardType 프론트와 협의한 Enum으로 수정 * feat: 생성일시, 수정일시를 BaseTime을 상속하도록 수정 * feat: 에러 코드 수정
* fix: JPA 정책 변경 * fix: JPA 변경
* feat: 내 정보 조회 * feat: 회원 정보 수정 및 삭제 * feat: 회원 정보 수정 및 삭제 * fix: 테스트 코드 추가 * feat: 회원 정보 수정 및 탈퇴 테스트코드 추가 * fix: 코드 리뷰 반영 * feat: 내 정보 조회, 내가 쓴 게시글, 내가 쓴 문의내역 조회 * feat: 테스트코드 추가 * fix: 가독성 좋은 test코드로 수정
* fix: 뉴스 데이터 작업 * fix: datainit
This file contains hidden or 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
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.
기능 설명
사용자 도메인과 병합
작업 내용
사용자 도메인과 병합
수정 사항
추가 작업 예정