-
Notifications
You must be signed in to change notification settings - Fork 20
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: 슬랙예약알림 메시지에 교육장 정보 추가 #834
Conversation
backend/src/main/java/com/woowacourse/zzimkkong/dto/slack/SlackResponse.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
확인했습니다! 고생하셨습니다🙇🏻.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생 많으셨습니다~
final String spaceName, | ||
final String userName, | ||
final LocalDateTime startTime, | ||
final LocalDateTime endTime, | ||
final String description, | ||
final String sharingMapId, | ||
final String slackUrl) { | ||
this.mapName = "장소 : " + mapName; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeeeeee
구현 기능
장소 : 잠실 캠퍼스
의논하고 싶은 내용
일단은 우테코에서만 슬랙알림을 쓰고 있어서 필드이름을교육장명
이라고 하긴 했는데 범용적으로 사용되길 원하시면 맵이름... 뭐 그런걸로 바꿔야 하긴 합니다. 이부분은 의견 주세요1!=>
장소
로 결정!기타
Close #798