Skip to content

Commit 7bc481b

Browse files
committed
CLAP-487 Fix: 푸시 알림 template 내용 수정
1 parent 1d5065a commit 7bc481b

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

src/main/java/clap/server/adapter/outbound/api/agit/AgitTemplateBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public String createMessage(PushNotificationTemplate request, String taskDetailU
4646
case TASK_REQUESTED -> "📌 *새 작업이 요청되었습니다.*\\n"
4747
+ "\\t\\t*• 🔖 작업명:* " + "*" + request.taskName() + "*" + "\\n"
4848
+ "\\t\\t*• 🙋 요청자:* " + "*" + request.senderName() + "*" + "\\n\\n"
49-
+ "\\t[자세히 보기](" + taskDetailUrl + ")";
49+
+ "\\t[바로가기](" + taskDetailUrl + ")";
5050

5151
case STATUS_SWITCHED -> "작업 상태가 " + "*" + request.message() + "*" + "으로 변경되었습니다.";
5252

src/main/java/clap/server/adapter/outbound/api/kakaoWork/KakaoWorkBlockBuilder.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ private String makeTaskRequestBlock(PushNotificationTemplate request, String tas
7070
),
7171
Map.of(
7272
"type", "button",
73-
"text", "확인하기",
73+
"text", "바로가기",
7474
"style", "default",
7575
"action", Map.of(
7676
"type", "open_system_browser",
@@ -136,7 +136,7 @@ private String makeNewProcessorBlock(PushNotificationTemplate request, String ta
136136
),
137137
Map.of(
138138
"type", "button",
139-
"text", "확인하기",
139+
"text", "바로가기",
140140
"style", "default",
141141
"action", Map.of(
142142
"type", "open_system_browser",
@@ -202,7 +202,7 @@ private String makeProcessorChangeBlock(PushNotificationTemplate request, String
202202
),
203203
Map.of(
204204
"type", "button",
205-
"text", "확인하기",
205+
"text", "바로가기",
206206
"style", "default",
207207
"action", Map.of(
208208
"type", "open_system_browser",
@@ -280,7 +280,7 @@ private String makeCommentBlock(PushNotificationTemplate request, String taskDet
280280
),
281281
Map.of(
282282
"type", "button",
283-
"text", "확인하기",
283+
"text", "바로가기",
284284
"style", "default",
285285
"action", Map.of(
286286
"type", "open_system_browser",
@@ -346,7 +346,7 @@ private String makeTaskStatusBlock(PushNotificationTemplate request, String task
346346
),
347347
Map.of(
348348
"type", "button",
349-
"text", "확인하기",
349+
"text", "바로가기",
350350
"style", "default",
351351
"action", Map.of(
352352
"type", "open_system_browser",
@@ -412,7 +412,7 @@ private String makeTerminatedStatusBlock(PushNotificationTemplate request, Strin
412412
),
413413
Map.of(
414414
"type", "button",
415-
"text", "확인하기",
415+
"text", "바로가기",
416416
"style", "default",
417417
"action", Map.of(
418418
"type", "open_system_browser",

src/main/resources/templates/comment.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<li>내용: <span th:text="${comment}"></span></li>
7676
</ul>
7777
<div class="cta-button">
78-
<a href="https://example.com/task/1" target="_blank" th:href="${taskDetailUrl}">확인하기</a>
78+
<a href="https://example.com/task/1" target="_blank" th:href="${taskDetailUrl}">바로가기</a>
7979
</div>
8080
</div>
8181
<div class="footer">

src/main/resources/templates/processor-assigned.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<li>담당자: <span th:text="${processorName}"></span></li>
7575
</ul>
7676
<div class="cta-button">
77-
<a href="https://example.com/task/1" target="_blank" th:href="${taskDetailUrl}">확인하기</a>
77+
<a href="https://example.com/task/1" target="_blank" th:href="${taskDetailUrl}">바로가기</a>
7878
</div>
7979
</div>
8080
<div class="footer">

src/main/resources/templates/processor-changed.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<li>담당자: <span th:text="${processorName}"></span></li>
7575
</ul>
7676
<div class="cta-button">
77-
<a href="https://example.com/task/1" target="_blank" th:href="${taskDetailUrl}">확인하기</a>
77+
<a href="https://example.com/task/1" target="_blank" th:href="${taskDetailUrl}">바로가기</a>
7878
</div>
7979
</div>
8080
<div class="footer">

src/main/resources/templates/status-switched.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<div class="content">
7272
<p><strong th:text="${title}"></strong> 작업의 상태가 <strong><span th:text="${status}"></span></strong> 으로 변경되었습니다.</p>
7373
<div class="cta-button">
74-
<a href="https://example.com/task/1" target="_blank" th:href="${taskDetailUrl}">확인하기</a>
74+
<a href="https://example.com/task/1" target="_blank" th:href="${taskDetailUrl}">바로가기</a>
7575
</div>
7676
</div>
7777
<div class="footer">

src/main/resources/templates/task-request.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<li>제목: <span th:text="${title}"></span></li>
7575
</ul>
7676
<div class="cta-button">
77-
<a href="https://example.com/task/1" target="_blank" th:href="${taskDetailUrl}">확인하기</a>
77+
<a href="https://example.com/task/1" target="_blank" th:href="${taskDetailUrl}">바로가기</a>
7878
</div>
7979
</div>
8080
<div class="footer">

src/main/resources/templates/task-terminated.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<li>종료 사유: <span th:text="${reason}"></span></li>
7474
</ul>
7575
<div class="cta-button">
76-
<a href="https://example.com/task/1" target="_blank" th:href="${taskDetailUrl}">확인하기</a>
76+
<a href="https://example.com/task/1" target="_blank" th:href="${taskDetailUrl}">바로가기</a>
7777
</div>
7878
</div>
7979
<div class="footer">

0 commit comments

Comments
 (0)