-
Notifications
You must be signed in to change notification settings - Fork 8
[RELEASE]커뮤니티 기능 #55
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
[RELEASE]커뮤니티 기능 #55
Conversation
- 변수명 변경, 가독성을 위한 개행, 하드코딩 제거
- 로그인하지 않아도 접근할 수 있는 페이지 목록 수정
refactor: 추천 대학 조회 API 수정
* feat: 커뮤니티 관련 엔티티 정의 * test: 커뮤니티 관련 테이블 존재 여부 테스트 생성 * refactor: @DynamicUpdate, @DynamicInsert 어노테이션 BaseEntity로 이동 * style: 파일 끝에 개행 추가
* refactor: 엔티티 클래스에서 빌더패턴 대신 생성자 사용 * feat: 연관관계 편의 메소드 작성 * feat: 커뮤니티 관련 DTO 정의 * feat: 커뮤니티 레포지토리 정의 * feat: 커뮤니티 서비스 로직 추가 * feat: 재귀 쿼리를 위한 Transient 필드 추가 및 댓글 서비스 로직 추가 * feat: 커뮤니티 컨트롤러 로직 추가 * feat: 커뮤니티 예외 추가 * feat: 게시글 조회수 동시성 처리 로직 추가 * feat: 게시판 데이터 추가 * feat: Mockito 의존성 추가 * test: 커뮤니티 레포지토리 테스트 추가 * test: 커뮤니티 서비스 테스트 추가 * test: 게시글 조회수 동시성 처리 테스트 추가 * feat: BaseEntity 동작을 위해 @EnableScheduling 어노테이션 추가 * feat: 로컬 환경에서 도커 컨테이너 빌드 자동화하는 쉘 스크립트 작성 * refactor: BoardCode 불일치 문제 해결 * refactor: 함수명 컨벤션에 따라 수정 * refactor: 불필요한 Getter 삭제 * feat: 스케줄링 작업 비동기로 전환 * feat: 조회수 갱신 작업 비동기로 전환 * feat: 조회수 조작 막는 코드 추가 * test: 조회수 조작 막는 테스트코드 추가 * refactor: 재사용성을 고려하여 RedisService 함수 리팩토링 * refactor: 중복코드 RedisUtils 함수화
DB 마이그레이션 내역create table board ( create table comment ( create table post ( create table post_image ( create table post_like ( alter table comment alter table comment alter table comment alter table post alter table post alter table post_image alter table post_like alter table post_like INSERT INTO board (code, korean_name) |
No description provided.