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

알림 서비스에서 다른 도메인에 의존하고 있는 코드 리팩토링 #738

Open
ehtjsv2 opened this issue Nov 19, 2024 · 0 comments · May be fixed by #740
Open

알림 서비스에서 다른 도메인에 의존하고 있는 코드 리팩토링 #738

ehtjsv2 opened this issue Nov 19, 2024 · 0 comments · May be fixed by #740
Assignees
Labels
🛠️ refactor 리팩터링
Milestone

Comments

@ehtjsv2
Copy link
Contributor

ehtjsv2 commented Nov 19, 2024

요구 사항

  • NotificationService에서 Footprint, Chat, Playground에 의존하고 있는 문제 해결

현재 코드

public interface NotificationService {

    void sendFootprintNotification(String title, String content, String receiverToken);

    void sendFootprintNotification(String title, String content, List<String> receiverTokens);

    void sendChatNotification(Long chatRoomId, ChatMessageSocketResponse response, Club club);

    void sendPlaygroundJoinNotification(String title, String content, List<String> receiverTokens);
}
@ehtjsv2 ehtjsv2 added the 🛠️ refactor 리팩터링 label Nov 19, 2024
@ehtjsv2 ehtjsv2 added this to the Sprint7 milestone Nov 19, 2024
@ehtjsv2 ehtjsv2 self-assigned this Nov 19, 2024
@ehtjsv2 ehtjsv2 changed the title 알림 서비스에서 다른 도메인에 의존하는 문제 해결 알림 서비스에서 다른 도메인에 의존하고 있는 코드 리팩토링 Nov 19, 2024
@ehtjsv2 ehtjsv2 moved this to In Progress in 2024-friendogly Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠️ refactor 리팩터링
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

1 participant