Skip to content

Feat/#13 notification 스키마 변경에 따른 알림 생성 api 수정#16

Merged
EveryPine merged 3 commits intomainfrom
feat/#13
May 16, 2025
Merged

Feat/#13 notification 스키마 변경에 따른 알림 생성 api 수정#16
EveryPine merged 3 commits intomainfrom
feat/#13

Conversation

@EveryPine
Copy link
Copy Markdown
Collaborator

@EveryPine EveryPine commented May 16, 2025

Changes

1. Notification 스키마 변경

RelatedContent 필드 수정

필드 변경 유형 타입 필수 여부 설명
relatedContent.projectTitle 추가 String 프로젝트 제목 정보 포함
relatedContent.taskTitle 추가 String 작업(Task) 제목 정보 포함

NoticeType Enum 수정

항목 변경 유형
PROJECT_ADDED 삭제
PROJECT_ASSIGNED 추가

RelatedContent.type Enum 수정

항목 변경 유형
PROJECT 추가

2. 알림 생성 api 수정

related link: #7

EveryPine added 3 commits May 16, 2025 13:32
- PROJECT_ADDED 삭제
- PROJECT_ASSIGNED 추가
- relatedContent.projectTitle, relatedContent.taskTitle 추가
@EveryPine EveryPine self-assigned this May 16, 2025
@EveryPine EveryPine added the enhancement New feature or request label May 16, 2025
@EveryPine EveryPine merged commit 76a5334 into main May 16, 2025
2 checks passed
@EveryPine EveryPine linked an issue May 16, 2025 that may be closed by this pull request
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: 알림 생성 api 수정

1 participant