-
Notifications
You must be signed in to change notification settings - Fork 1
Develop #57
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
Merged
Develop #57
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
54025df
Merge pull request #52 from HD152521/bug/signup
HD152521 24cddf6
(fix) 대학교 소개 페이지 예외 처리 및 디폴트 링크 생성
HD152521 08abca8
(fix) file download url 잘못 반환 수정
HD152521 5073347
Merge pull request #54 from HD152521/bug/#53
HD152521 705b9ef
(fix) html에서 보여지는글자들 중국어로 변경
HD152521 bb8d195
(fix) signup page turbo꽌련 오류 해결
HD152521 1caaf0a
Merge pull request #56 from HD152521/fix/#55
HD152521 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -309,54 +309,53 @@ public List<QuestionDto> getStudentTempalte(){ | |
| new QuestionDto( | ||
| null, | ||
| "hierarchy", | ||
| "학/석사 선택", | ||
| "本科/硕士选择", | ||
| "", | ||
| List.of( | ||
| // ====== Level 1 (학사 / 석사) ====== | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| new OptionDto(0, null, "학사", null, null, "1-1", 1), | ||
| new OptionDto(0, null, "석사", null, null, "1-2", 1), | ||
| new OptionDto(0, null, "本科", null, null, "1-1", 1), | ||
| new OptionDto(0, null, "硕士", null, null, "1-2", 1), | ||
|
|
||
| // ====== Level 2: 학사 계열 단과대학 ====== | ||
| new OptionDto(0, null, "소프트웨어융합대학", null, "1-1", "2-1", 2), | ||
| new OptionDto(0, null, "자연과학대학", null, "1-1", "2-2", 2), | ||
| new OptionDto(0, null, "软件融合学院", null, "1-1", "2-1", 2), | ||
| new OptionDto(0, null, "自然科学学院", null, "1-1", "2-2", 2), | ||
|
|
||
| // ====== Level 3: 소프트웨어융합대학 학과 ====== | ||
| new OptionDto(0, null, "컴퓨터공학과", null, "2-1", "3-1", 3), | ||
| new OptionDto(0, null, "지능기전공학과", null, "2-1", "3-2", 3), | ||
| new OptionDto(0, null, "计算机工程系", null, "2-1", "3-1", 3), | ||
| new OptionDto(0, null, "智能机电工程系", null, "2-1", "3-2", 3), | ||
|
|
||
| // ====== Level 3: 자연과학대학 학과 ====== | ||
| new OptionDto(0, null, "물리천문학과", null, "2-2", "3-3", 3), | ||
| new OptionDto(0, null, "수학통계학과", null, "2-2", "3-4", 3), | ||
| new OptionDto(0, null, "物理天文学系", null, "2-2", "3-3", 3), | ||
| new OptionDto(0, null, "数学统计学系", null, "2-2", "3-4", 3), | ||
|
|
||
| // ====== Level 2: 석사 계열 단과대학 ====== | ||
| new OptionDto(0, null, "자연과학", null, "1-2", "2-3", 2), | ||
| new OptionDto(0, null, "공학", null, "1-2", "2-4", 2), | ||
| new OptionDto(0, null, "自然科学", null, "1-2", "2-3", 2), | ||
| new OptionDto(0, null, "工学", null, "1-2", "2-4", 2), | ||
|
|
||
| // ====== Level 3: 석사 계열 학과 ====== | ||
| new OptionDto(0, null, "수학과", null, "2-3", "3-5", 3), | ||
| new OptionDto(0, null, "응용통계학과", null, "2-3", "3-6", 3), | ||
| new OptionDto(0, null, "건축공학과", null, "2-4", "3-7", 3), | ||
| new OptionDto(0, null, "건설환경공학과", null, "2-4", "3-8", 3) | ||
| new OptionDto(0, null, "数学系", null, "2-3", "3-5", 3), | ||
| new OptionDto(0, null, "应用统计学系", null, "2-3", "3-6", 3), | ||
| new OptionDto(0, null, "建筑工程系", null, "2-4", "3-7", 3), | ||
| new OptionDto(0, null, "建设环境工程系", null, "2-4", "3-8", 3) | ||
| ), | ||
| 0, | ||
| true, | ||
| "degreeZip" | ||
| ) | ||
| , | ||
| new QuestionDto(null, "short", "중국어이름", "", null, 0, true, "chineseName"), | ||
| new QuestionDto(null, "short", "영문이름", "", null, 0, true, "englishName"), | ||
| new QuestionDto(null, "date", "생년월일", "", null, 0, true, "birthDate"), | ||
| new QuestionDto(null, "multiple", "성별", "", List.of( | ||
| new OptionDto(0, null, "남성", null,null,null,0), | ||
| new OptionDto(0, null, "여성", null,null,null,0) | ||
| ), | ||
| new QuestionDto(null, "short", "中文姓名", "", null, 0, true, "chineseName"), | ||
| new QuestionDto(null, "short", "英文姓名", "", null, 0, true, "englishName"), | ||
| new QuestionDto(null, "date", "出生日期", "", null, 0, true, "birthDate"), | ||
| new QuestionDto(null, "multiple", "性别", "", List.of( | ||
| new OptionDto(0, null, "男", null, null, null, 0), | ||
| new OptionDto(0, null, "女", null, null, null, 0) | ||
| ), 0, true, "gender"), | ||
|
|
||
| new QuestionDto(null, "short", "학생 메일", "", null, 0, true, "studentEmail"), | ||
| new QuestionDto(null, "short", "여권 번호", "", null, 0, true, "passportNumber"), | ||
| new QuestionDto(null, "short", "수험 번호", "", null, 0, true, "examNumber"), | ||
| new QuestionDto(null, "short", "유학원 담당자 위챗", "", null, 0, true, "agentWechat"), | ||
| new QuestionDto(null, "short", "유학원 담당자 이메일", "", null, 0, true, "agentEmail"), | ||
| new QuestionDto(null, "short", "긴급연락처", "", null, 0, true, "emergencyContactNum") | ||
| new QuestionDto(null, "short", "学生邮箱", "", null, 0, true, "studentEmail"), | ||
| new QuestionDto(null, "short", "护照号码", "", null, 0, true, "passportNumber"), | ||
| new QuestionDto(null, "short", "准考证号", "", null, 0, true, "examNumber"), | ||
| new QuestionDto(null, "short", "留学机构负责人微信", "", null, 0, true, "agentWechat"), | ||
| new QuestionDto(null, "short", "留学机构负责人邮箱", "", null, 0, true, "agentEmail"), | ||
| new QuestionDto(null, "short", "紧急联系方式", "", null, 0, true, "emergencyContactNum") | ||
| ); | ||
|
Comment on lines
309
to
359
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| } | ||
|
|
||
|
|
||
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
isEmpty()대신isBlank()를 사용하면 코드가 더 견고해집니다.isEmpty()는 문자열의 길이가 0인지만 확인하지만,isBlank()는 공백(whitespace)으로만 이루어진 문자열도 비어있는 것으로 간주하여 처리할 수 있습니다. Java 11 이상을 사용하고 계시다면isBlank()로 변경하는 것을 권장합니다.