Skip to content
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

[Feat] 디스코드 파일 알람 활성화 및 비활성화 #63

Merged
merged 3 commits into from
Nov 17, 2024

Conversation

iiqcov
Copy link
Contributor

@iiqcov iiqcov commented Nov 17, 2024

#️⃣ 관련 이슈

💡 작업내용

파일 알람 반환 응답 dto 수정

  • 이전 구현에서는 성능을 위하여 authorityId를 사용했지만,
    검증을 해야하기에 성능 상으로 거의 차이가 없고, RestFul 설계할 때는 자원 중심의 설계를 해야하기에 fieId로 변환하였습니다.

파일 알람 활성화 및 비활성화

  • 저희 프로젝트가 소프트딜리트를 중심으로 사용하기 때문에 isNull()인 객체들의 조회를 해야함에 따라 쿼리가 늘어나 querydsl을 사용하였습니다.
  • 일반적으로 알람 설정은 엔티티의 속성 일부값만 변경하는 것이기에 PUT 메소드를 사용하는 것으로 변경했습니다.

📸 스크린샷(선택)

📝 기타

@iiqcov iiqcov added the ✨ feature 기능 구현 label Nov 17, 2024
@iiqcov iiqcov requested a review from cowboysj November 17, 2024 13:19
@iiqcov iiqcov self-assigned this Nov 17, 2024
Copy link
Member

@cowboysj cowboysj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다~!!

@iiqcov iiqcov merged commit e4803c8 into develop Nov 17, 2024
2 checks passed
@iiqcov iiqcov deleted the feat/#62 branch November 23, 2024 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature 기능 구현
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants