Skip to content

Commit

Permalink
fix: 피드백 반영 (#90, #91)
Browse files Browse the repository at this point in the history
22 - 특정 학과 회원가입 오류 수정
호관대 3개학과 서비스 지원
  • Loading branch information
hanjo8813 committed Aug 21, 2022
1 parent f43ecc7 commit 1424677
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 13 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Please Graduate

![pg](https://img.shields.io/badge/version-2.3.0-a3374f)
![since](https://img.shields.io/badge/since-2021.01-a3374f) ![pg](https://img.shields.io/badge/version-2.3.0-a3374f)

## 관련 링크

Expand All @@ -22,7 +22,7 @@

<div align='center'>
<h3>세종대학교 졸업요건 검사 및 강의 추천 서비스 'Please Graduate'</h3>
<p>총 <b>402개</b>의 검사 기준으로, <b>62개</b>의 모든 학과/전공 및 7개 학번(15~21)의 검사를 지원합니다.</p>
<p>총 <b>387개</b>의 검사 기준으로, <b>62개</b>의 모든 학과/전공 및 8개 학번(15~22)의 검사를 지원합니다.</p>
<p>재학생 인증을 통해 회원가입이 가능하고, 기이수성적 엑셀파일만 업로드하면 자동으로 검사합니다.</p>
<p>검사 결과에선 자신이 부족한 부분을 시각화해주고, 자신과 비슷한 사용자들이 많이 들었던 과목을 추천합니다.</p>
</div>
Expand Down
15 changes: 7 additions & 8 deletions app/templates/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,21 @@
<span id='dd' class="close" style="font-size:3rem;">&times;</span>
<div class='popup_content'>
<div class='popup_title'>
공지사항 (22.08.15)
공지사항 (22.08.21)
</div>
<div class='popup_box'>
<ul>
<li>모바일 환경에선 화면이 깨질 수 있으므로 웹 환경을 권장합니다.</li>
<li>👊 수강신청 화이팅!</li>
<hr style='border: 0.001px solid rgb(230, 230, 230); margin:1rem 0 1rem 0; width:85%'>
<li>
<b>version 2.3.0 업데이트 내용</b>&nbsp;&nbsp;
<b>version 2.3.1 업데이트 내용</b>&nbsp;&nbsp;
<a class="link_site" target="_blank" href="https://github.com/hanjo8813/PleaseGraduate/blob/master/dev_record.md">업데이트 기록 보기</a>
</li>
<li>🎉 이제 22학번도 검사가 가능합니다! 🎊</li>
<li>🎉 이제 22학번도 사용 가능합니다! 🎊</li>
<li>2022-2학기 강의시간표 및 수강편람 정보가 업데이트 되었습니다.</li>
<li>꿀교양찾기 검색 기능이 개선되었습니다.</li>
<li>세사봉/창기 과목의 이수구분 오류를 수정하였습니다.</li>
<li>예체능대학의 로그인 및 정보 업데이트 오류를 수정하였습니다.</li>
<li>이제 호텔외식관광프랜차이즈경영학과, 글로벌조리학과, 호텔외식비즈니스학과도 사용 가능합니다.</li>
<li>22학번 - 건축학과, 건축공학과, 수학통계학과의 회원가입 오류를 수정하였습니다.</li>
</ul>
</div>
<div class="popup_check">
Expand Down Expand Up @@ -106,7 +105,7 @@
*/

// 쿠키 여부에 따라 모달창 렌더링
var unlook_cookie = document.cookie.match('(^|;) ?' + 'is_unlook_0815' + '=([^;]*)(;|$)');
var unlook_cookie = document.cookie.match('(^|;) ?' + 'is_unlook_0821' + '=([^;]*)(;|$)');
if (unlook_cookie == null) {
document.getElementById('myModal').style.display = 'block';
}
Expand All @@ -120,7 +119,7 @@
if (chk.checked) {
var date = new Date();
date.setTime(date.getTime() + 60 * 24 * 60 * 60 * 1000);
document.cookie = 'is_unlook_0815' + '=' + 'unlook' + ';expires=' + date.toUTCString() + ';path=/';
document.cookie = 'is_unlook_0821' + '=' + 'unlook' + ';expires=' + date.toUTCString() + ';path=/';
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion app/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<i class="fas fa-graduation-cap"></i>
</div>
<div class="big_title">Please Graduate에 오신걸 환영합니다</div>
<div class="small_title">version 2.3.0</div>
<div class="small_title">version 2.3.1</div>
</div>
</div>

Expand Down
4 changes: 2 additions & 2 deletions app/views/signup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ def f_certify(request):
# ***********************************************************************************

# if platform.system() == 'Windows':
# temp_user_info['major'] = '인공지능학과'
# year = 22
# temp_user_info['major'] = ''
# year =

# ***********************************************************************************

Expand Down
5 changes: 5 additions & 0 deletions dev_record.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

## 개발/업데이트 기록

### 22.08.21
- **v2.3.0 -> v2.3.1**
- 호텔외식관광프랜차이즈경영학과, 글로벌조리학과, 호텔외식비즈니스학과 서비스 지원
- 22학번 - 건축학과, 건축공학과, 수학통계학과의 회원가입 오류 수정

### 22.08.15
- **v2.2.3 -> v2.3.0**
- 22학번 서비스 지원 ([자세히](https://github.com/hanjo8813/PleaseGraduate/issues/73))
Expand Down

0 comments on commit 1424677

Please sign in to comment.