Conversation
…se-entity feat: BaseEntity 세팅
* feat: add User, Companym Project entities and set relation - User : 사용자 정보 관리, 임시 비밀번호 기능 포함 - Company : 회사 정보 및 사업자등록번호 관리 - Project : 프로젝트 정보 및 계약 금액 관리 - ProjectMember : User-Project 중간 테이블로 프로젝트 역할(ADMIN/MEMBER) 관리 * feat: add Log Entity * feat: add Step entity * refactor: entity directory structure 재구성 * fix: correct User-ActivityLog relationship and set default value for isTemporaryPassword - Change ActivityLog.users (OneToMany) to ActivityLog.user (ManyToOne) - Set isTemporaryPassword default value to false in User entity * chore: 변수 명 변경
* feat: checklist, checklistTemplate, help, step 엔티티 구현 완료 * refactor: 체크리스트, 단계 승인 요청 엔티티 수정 * refactor: @Setter 제거
* add Post entity * @Setter 제거
…aml-config refactor: application-prod.yml에 JPA 설정 추가하여 RDS 테이블 자동 생성 문제 해결
* feat: swagger 세팅 * fix: githubaction cache 문제 해결
- GlobalExceptionHandler: @RestControllerAdvice로 모든 예외 중앙 처리 - ErrorCode: 도메인별 에러코드 enum 정의 - BusinessException: 비즈니스 로직 예외 클래스 - ErrorResponse: 일관된 에러 응답 형식 - Validation 예외 처리 추가
…ception feat: GlobalExceptionHandler 시스템 구현
- Enable Java 21 virtual threads to improve concurrent handling of I/O-bound operations such as DB queries, file uploads, and email sending
…irtual-thread-server feat: virtual thread
- PostUpdateRequest에 fileId, linkId 필드 추가하여 기존 항목 식별 가능 - 수정 요청 시 ID 기반으로 기존 파일/링크 선택적 유지 - 프론트엔드에서 수정 폼 진입 시 기존 첨부파일 유지 가능
…edit-preserve-attachments fix: post edit preserve attachments
* feat: 승인요청 수정 시 첨부 keepIds 지원 및 부분 업데이트 추가 * refactor: 승인 요청, 목록 updateAt 추가
- PostListResponse.PostItem에 openStatus 필드 추가 - 게시글 목록 조회 시 openStatus 정보 포함 - CLOSED 상태 게시글 수정 시도 시 예외 처리 추가 - 코드 포맷팅 개선 (TypeReference 익명 클래스)
…late-search feat: 템플릿 실시간 검색 api 구현
PostApprovalStatus를 승인/거절 방식에서 질문-답변 기반으로 재설계:
- WAITING_CONFIRM → WAITING_ANSWER (답변 대기)
- CONFIRMED → ANSWERED (답변 완료)
- REJECTED, DELETED 제거
주요 변경사항:
- 게시글 삭제는 BaseEntity의 deletedAt 필드로 처리
- 질문에 답변이 모두 달리면 자동으로 ANSWERED 상태로 전환
- PATCH /projects/{projectId}/posts/{postId}/status 엔드포인트 제거 (승인/거절 개념 삭제)
…response-status fix: post response status
feat: Solapi SDK를 이용한 SMS 알림 발송 기능 구현
- hasFiles/hasLinks를 fileCount/linkCount로 변경하여 실제 개수 반환 - 댓글 카운트 로직 수정: Post.children 대신 Comment 엔티티 사용 - 삭제된 댓글/답글은 카운트에서 제외하도록 필터링 추가
…responsedto fix: post response-dto
…late feat: 템플릿 로그 추가
…hecklist-log feat: 체크리스트 질문 및 옵션 로그 추가
* feat: 프로젝트용 스텝 API 경로 분리 * perf: 게시글 목록 조회 OFFSET 페이징 인덱스 최적화 (#120) * fix: prefix 수정 * Use environment variables for database configuration
- 게시글 수정/삭제 시 CLOSED 상태 검증 추가 - 댓글 삭제 시 게시글 CLOSED 상태 검증 추가 - 첨부파일 삭제 시 게시글 CLOSED 상태 검증 추가 - POST_ALREADY_CLOSED 에러 코드로 통일된 에러 처리
…post-closed-status refactor: post closed status
…list fix:체크리스트 오류 수정
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.
No description provided.