Skip to content

Commit

Permalink
Merge pull request #34 from Leets-Official/feat/#33/디자인-팀-지원서-기능-구현
Browse files Browse the repository at this point in the history
[feat] #33 디자인 팀 지원서 기능 구현
  • Loading branch information
jwnnoh authored Aug 10, 2024
2 parents 7954380 + 9016d40 commit 3155dbf
Show file tree
Hide file tree
Showing 11 changed files with 122 additions and 70 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public class Application extends BaseTimeEntity {
private String motive;

@Column(nullable = false, columnDefinition = "text(600)")
private String schedule;
private String expectation;

@Column(nullable = false, columnDefinition = "text(600)")
private String capability;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class ApplicationDetailsResponse {
private String interviewDay;
private String interviewTime;
private String motive;
private String schedule;
private String expectation;
private String capability;
private String conflict;
private String passion;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class ApplicationRequest {
private String interviewDay;
private String interviewTime;
private String motive;
private String schedule;
private String expectation;
private String capability;
private String conflict;
private String passion;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
@AllArgsConstructor
public enum Position {
DEV("개발"),
DESIGN("디자인")
;
DESIGN("디자인"),
BX_BI("BX/BI"),
UX_UI("UX/UI");

private String statusKo;
private final String statusKo;
}
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public Application execute(AuthDetails authDetails, ApplicationRequest request)
.interviewDay(request.getInterviewDay())
.interviewTime(request.getInterviewTime())
.motive(request.getMotive())
.schedule(request.getSchedule())
.expectation(request.getExpectation())
.capability(request.getCapability())
.conflict(request.getConflict())
.passion(request.getPassion())
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/land/leets/global/cron/SendMailCron.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
public class SendMailCron {
private final SendMail sendMail;

@Scheduled(cron = "0 0 10 19 3 ?")
@Scheduled(cron = "0 0 23 8 9 ?")
public void sendPaperMail() {
sendMail.execute("paper");

log.info("Send paper result mail successfully.");
}

@Scheduled(cron = "0 40 14 27 3 ?")
@Scheduled(cron = "0 0 10 12 9 ?")
public void sendFinalMail() {
sendMail.execute("final");

Expand Down
18 changes: 9 additions & 9 deletions src/main/resources/templates/Fail.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@
"
>
<div style="margin-bottom: 8px">
오픈채팅:
<a href="https://open.kakao.com/o/sObD2U5e"
>https://open.kakao.com/o/sObD2U5e</a
카카오톡 문의:
<a href="https://pf.kakao.com/_LtLyG"
>https://pf.kakao.com/_LtLyG</a
>
</div>
</td>
Expand Down Expand Up @@ -180,9 +180,9 @@
"
>
<div style="margin-bottom: 8px">
오픈채팅:
<a href="https://open.kakao.com/o/sObD2U5e"
>https://open.kakao.com/o/sObD2U5e</a
카카오톡 문의:
<a href="https://pf.kakao.com/_LtLyG"
>https://pf.kakao.com/_LtLyG</a
>
</div>
</td>
Expand Down Expand Up @@ -274,9 +274,9 @@
"
>
<div style="margin-bottom: 8px">
오픈채팅:
<a href="https://open.kakao.com/o/sObD2U5e"
>https://open.kakao.com/o/sObD2U5e</a
카카오톡 문의:
<a href="https://pf.kakao.com/_LtLyG"
>https://pf.kakao.com/_LtLyG</a
>
</div>
</td>
Expand Down
18 changes: 9 additions & 9 deletions src/main/resources/templates/FailPaper.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@
"
>
<div style="margin-bottom: 8px">
오픈채팅:
<a href="https://open.kakao.com/o/sObD2U5e"
>https://open.kakao.com/o/sObD2U5e</a
카카오톡 문의:
<a href="https://pf.kakao.com/_LtLyG"
>https://pf.kakao.com/_LtLyG</a
>
</div>
</td>
Expand Down Expand Up @@ -210,9 +210,9 @@
"
>
<div style="margin-bottom: 8px">
오픈채팅:
<a href="https://open.kakao.com/o/sObD2U5e"
>https://open.kakao.com/o/sObD2U5e</a
카카오톡 문의:
<a href="https://pf.kakao.com/_LtLyG"
>https://pf.kakao.com/_LtLyG</a
>
</div>
</td>
Expand Down Expand Up @@ -273,9 +273,9 @@
"
>
<div style="margin-bottom: 8px">
오픈채팅:
<a href="https://open.kakao.com/o/sObD2U5e"
>https://open.kakao.com/o/sObD2U5e</a
카카오톡 문의:
<a href="https://pf.kakao.com/_LtLyG"
>https://pf.kakao.com/_LtLyG</a
>
</div>
</td>
Expand Down
54 changes: 27 additions & 27 deletions src/main/resources/templates/Pass.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,20 +59,20 @@
margin-bottom: 30px;
"
>
<span th:text="${name}"></span>님 안녕하세요. Leets 3기 면접
<span th:text="${name}"></span>님 안녕하세요. Leets 4기 면접
담당자입니다. <br/>
귀한 시간을 내어 Leets 3기의 최종 면접까지 참여해 주셔서
귀한 시간을 내어 Leets 4기의 최종 면접까지 참여해 주셔서
감사드립니다.
<br/>
<br/>
<br/>
<span th:text="${name}"></span>님의 Leets 3기 최종 합격을 진심으로
축하드립니다. <br/>
<span th:text="${name}"></span>님의 Leets 4기 최종 합격을 진심으로
축하드립니다. 🥳<br/>
<span th:text="${name}"></span>님과 Leets를 함께하게 되어
두근거립니다.<br/>
매우 설레고 기대됩니다!<br/>
<br/>
<br/>
곧 단체 방에 초대해 드릴 예정입니다.
카카오톡 단체 방에 초대해 드릴 예정입니다.
<br/>
다시 한 번 합격을 진심으로 축하드립니다.
</td>
Expand All @@ -87,9 +87,9 @@
"
>
<div style="margin-bottom: 8px">
오픈채팅:
<a href="https://open.kakao.com/o/sObD2U5e"
>https://open.kakao.com/o/sObD2U5e</a
카카오톡 문의:
<a href="https://pf.kakao.com/_LtLyG"
>https://pf.kakao.com/_LtLyG</a
>
</div>
</td>
Expand Down Expand Up @@ -150,20 +150,20 @@
margin-bottom: 30px;
"
>
<span th:text="${name}"></span>님 안녕하세요. Leets 3기 면접
<span th:text="${name}"></span>님 안녕하세요. Leets 4기 면접
담당자입니다. <br/>
귀한 시간을 내어 Leets 3기의 최종 면접까지 참여해 주셔서
귀한 시간을 내어 Leets 4기의 최종 면접까지 참여해 주셔서
감사드립니다.
<br/>
<br/>
<br/>
<span th:text="${name}"></span>님의 Leets 3기 최종 합격을 진심으로
축하드립니다. <br/>
<span th:text="${name}"></span>님의 Leets 4기 최종 합격을 진심으로
축하드립니다. 🥳<br/>
<span th:text="${name}"></span>님과 Leets를 함께하게 되어
두근거립니다.<br/>
매우 설레고 기대됩니다!<br/>
<br/>
<br/>
곧 단체 방에 초대해 드릴 예정입니다.
카카오톡 단체 방에 초대해 드릴 예정입니다.
<br/>
다시 한 번 합격을 진심으로 축하드립니다.
</td>
Expand All @@ -178,9 +178,9 @@
"
>
<div style="margin-bottom: 8px">
오픈채팅:
<a href="https://open.kakao.com/o/sObD2U5e"
>https://open.kakao.com/o/sObD2U5e</a
카카오톡 문의:
<a href="https://pf.kakao.com/_LtLyG"
>https://pf.kakao.com/_LtLyG</a
>
</div>
</td>
Expand Down Expand Up @@ -241,20 +241,20 @@
margin-bottom: 30px;
"
>
<span th:text="${name}"></span>님 안녕하세요. Leets 3기 면접
<span th:text="${name}"></span>님 안녕하세요. Leets 4기 면접
담당자입니다. <br/>
귀한 시간을 내어 Leets 3기의 최종 면접까지 참여해 주셔서
귀한 시간을 내어 Leets 4기의 최종 면접까지 참여해 주셔서
감사드립니다.
<br/>
<br/>
<br/>
<span th:text="${name}"></span>님의 Leets 3기 최종 합격을 진심으로
축하드립니다. <br/>
<span th:text="${name}"></span>님의 Leets 4기 최종 합격을 진심으로
축하드립니다. 🥳<br/>
<span th:text="${name}"></span>님과 Leets를 함께하게 되어
두근거립니다.<br/>
매우 설레고 기대됩니다!<br/>
<br/>
<br/>
곧 단체 방에 초대해 드릴 예정입니다.
카카오톡 단체 방에 초대해 드릴 예정입니다.
<br/>
다시 한 번 합격을 진심으로 축하드립니다.
</td>
Expand All @@ -269,9 +269,9 @@
"
>
<div style="margin-bottom: 8px">
오픈채팅:
<a href="https://open.kakao.com/o/sObD2U5e"
>https://open.kakao.com/o/sObD2U5e</a
카카오톡 문의:
<a href="https://pf.kakao.com/_LtLyG"
>https://pf.kakao.com/_LtLyG</a
>
</div>
</td>
Expand Down
32 changes: 16 additions & 16 deletions src/main/resources/templates/PassPaper.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
<br />
<br />
면접을 희망 하신다면, 아래의 면접 지원 버튼을 클릭 해주세요.
<br />문의 사항은 아래의 오픈 카카오로 연락 주시면 감사하겠습니다.
<br /><br />다시 한 번 합격을 축하 드리며 면접에서 뵐 날을
<br />문의 사항은 아래의 카카오톡 채널로 연락 주시면 감사하겠습니다.
<br /><br />다시 한 번 합격을 축하드리며 면접에서 뵐 날을
기대하겠습니다. <br />
(버튼 클릭 후 홈페이지로 이동 된다면 정상적으로 처리된 것입니다.)
</td>
Expand Down Expand Up @@ -136,9 +136,9 @@
"
>
<div style="margin-bottom: 8px">
오픈채팅:
<a href="https://open.kakao.com/o/sObD2U5e"
>https://open.kakao.com/o/sObD2U5e</a
카카오톡 문의:
<a href="https://pf.kakao.com/_LtLyG"
>https://pf.kakao.com/_LtLyG</a
>
</div>
</td>
Expand Down Expand Up @@ -215,8 +215,8 @@
<br />
<br />
면접을 희망 하신다면, 아래의 면접 지원 버튼을 클릭 해주세요.
<br />문의 사항은 아래의 오픈 카카오로 연락 주시면 감사하겠습니다.
<br /><br />다시 한 번 합격을 축하 드리며 면접에서 뵐 날을
<br />문의 사항은 아래의 카카오톡 채널로 연락 주시면 감사하겠습니다.
<br /><br />다시 한 번 합격을 축하드리며 면접에서 뵐 날을
기대하겠습니다. <br />
(버튼 클릭 후 홈페이지로 이동 된다면 정상적으로 처리된 것입니다.)
</td>
Expand Down Expand Up @@ -276,9 +276,9 @@
"
>
<div style="margin-bottom: 8px">
오픈채팅:
<a href="https://open.kakao.com/o/sObD2U5e"
>https://open.kakao.com/o/sObD2U5e</a
카카오톡 문의:
<a href="https://pf.kakao.com/_LtLyG"
>https://pf.kakao.com/_LtLyG</a
>
</div>
</td>
Expand Down Expand Up @@ -355,8 +355,8 @@
<br />
<br />
면접을 희망 하신다면, 아래의 면접 지원 버튼을 클릭 해주세요.
<br />문의 사항은 아래의 오픈 카카오로 연락 주시면 감사하겠습니다.
<br /><br />다시 한 번 합격을 축하 드리며 면접에서 뵐 날을
<br />문의 사항은 아래의 카카오톡 채널로 연락 주시면 감사하겠습니다.
<br /><br />다시 한 번 합격을 축하드리며 면접에서 뵐 날을
기대하겠습니다. <br />
(버튼 클릭 후 홈페이지로 이동 된다면 정상적으로 처리된 것입니다.)
</td>
Expand Down Expand Up @@ -416,10 +416,10 @@
font-size: 14.5px;
"
>
<div style="margin-bottom: 8px; margin-top: 20px">
오픈채팅:
<a href="https://open.kakao.com/o/sObD2U5e"
>https://open.kakao.com/o/sObD2U5e</a
<div style="margin-bottom: 8px">
카카오톡 문의:
<a href="https://pf.kakao.com/_LtLyG"
>https://pf.kakao.com/_LtLyG</a
>
</div>
</td>
Expand Down
Loading

0 comments on commit 3155dbf

Please sign in to comment.