Skip to content

Commit

Permalink
Merge pull request #104 from hanjo8813/v2.3.3
Browse files Browse the repository at this point in the history
feat: 23-2 수강편람/강의시간표 업데이트
  • Loading branch information
hanjo8813 authored Oct 29, 2023
2 parents bd8ca6b + 6ed99d4 commit a0ef9e3
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 24 deletions.
10 changes: 7 additions & 3 deletions dev_record.md → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# 개발일지
# CHANGELOG

### Please Graduate의 개발 과정을 기록합니다
### Please Graduate의 개발 과정을 기록합니다.

<br>

## 개발/업데이트 기록
## 개발/배포 기록

### 23.10.30
- **v2.3.2 -> v2.3.3**
- 2023-2학기 강의시간표 및 수강편람 정보 업데이트

### 23.02.13
- **v2.3.1 -> v2.3.2**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<table >
<tr>
<td width="600" align='center'>사이트 링크 <br> https://please-graduate.com/</td>
<td width="600" align='center'><a href="/dev_record.md">개발일지 / 업데이트 기록</a></td>
<td width="600" align='center'><a href="/CHANGELOG.md">개발일지 / 업데이트 기록</a></td>
</tr>
</table>

Expand Down
6 changes: 3 additions & 3 deletions app/templates/agree.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
</p>
<p>4. <b>연계·융합전공</b> 기준은 연선-15학점, 연필-24학점 / 주전공 전필-15학점, 전선-24학점으로 설정되어 있습니다.</p>
<p>5. 복수/연계 <b>부전공</b>에 대한 기준은 설정되어 있지 않습니다. 이를 유의하시기 바랍니다.</p>
<p>6. 추천 과목 정보는 2022-2, 2023-1학기 정보로, 최신 기준으로 제공됩니다. (ex. 과거엔 서양철학이 2학점이였다면 현재는 3학점으로 변경됨)</p>
<p>7. 검사 기준은 최신버전 수강편람(2023.02.04)을 반영하여 설정되었으며, 수강편람은 매년 개편되므로 자신이 알고 있는 구버전 수강편람과 다를 수 있습니다.</p>
<p>6. 추천 과목 정보는 2023-1, 2023-2학기 정보로, 최신 기준으로 제공됩니다. (ex. 과거엔 서양철학이 2학점이였다면 현재는 3학점으로 변경됨)</p>
<p>7. 검사 기준은 최신버전 수강편람(2023.08.11)을 반영하여 설정되었으며, 수강편람은 매년 개편되므로 자신이 알고 있는 구버전 수강편람과 다를 수 있습니다.</p>
<p style="margin-left:1rem; font-size:0.85rem;">- 세종대학교 교과과정 참고 링크 : &nbsp;&nbsp;
<a class="link_site" target="_blank"
href="http://board.sejong.ac.kr/boardview.do?pkid=160129&currentPage=1&searchField=ALL&siteGubun=19&menuGubun=1&bbsConfigFK=335">
href="https://board.sejong.ac.kr/boardview.do?pkid=161771&currentPage=3&searchField=ALL&siteGubun=19&menuGubun=1&bbsConfigFK=335&searchLowItem=ALL&searchValue=">
수강편람</a>
&nbsp;&nbsp;
<a class="link_site" target="_blank"
Expand Down
16 changes: 5 additions & 11 deletions app/templates/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,10 @@
<li>모바일 환경에선 화면이 깨질 수 있으므로 웹 환경을 권장합니다.</li>
<hr style='border: 0.001px solid rgb(230, 230, 230); margin:1rem 0 1rem 0; width:85%'>
<li>
<b>version 2.3.2 업데이트 내용</b>&nbsp;&nbsp;
<a class="link_site" target="_blank" href="https://github.com/hanjo8813/PleaseGraduate/blob/master/dev_record.md">업데이트 기록 보기</a>
</li>
<li>2023-1학기 강의시간표 및 수강편람 정보가 업데이트 되었습니다.</li>
<li style="margin-left:1.2rem; font-size:1rem;">
컴퓨터공학과 16학번 전공학점 기준 변경
</li>
<li style="margin-left:1.2rem; font-size:1rem;">
수학통계학과 22학번 전필학점 오류 수정
<b>version 2.3.3 업데이트 내용</b>&nbsp;&nbsp;
<a class="link_site" target="_blank" href="https://github.com/hanjo8813/PleaseGraduate/blob/master/CHANGELOG.md">업데이트 기록 보기</a>
</li>
<li>2023-2학기 강의시간표 및 수강편람 정보가 업데이트 되었습니다.</li>
</ul>
</div>
<div class="popup_check">
Expand Down Expand Up @@ -107,7 +101,7 @@
*/

// 쿠키 여부에 따라 모달창 렌더링
var unlook_cookie = document.cookie.match('(^|;) ?' + 'is_unlook_0212' + '=([^;]*)(;|$)');
var unlook_cookie = document.cookie.match('(^|;) ?' + 'is_unlook_1030' + '=([^;]*)(;|$)');
if (unlook_cookie == null) {
document.getElementById('myModal').style.display = 'block';
}
Expand All @@ -121,7 +115,7 @@
if (chk.checked) {
var date = new Date();
date.setTime(date.getTime() + 60 * 24 * 60 * 60 * 1000);
document.cookie = 'is_unlook_0212' + '=' + 'unlook' + ';expires=' + date.toUTCString() + ';path=/';
document.cookie = 'is_unlook_1030' + '=' + '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.2</div>
<div class="small_title">version 2.3.3</div>
</div>
</div>

Expand Down
6 changes: 3 additions & 3 deletions app/templates/reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,12 @@ <h2 class="copyright">Copyright
</p>
<p>2. <b>연계·융합전공</b> 기준은 연선-15학점, 연필-24학점 / 주전공 전필-15학점, 전선-24학점으로 설정되어 있습니다.</p>
<p>3. 복수/연계 <b>부전공</b>에 대한 기준은 설정되지 않았습니다. 이를 유의하시기 바랍니다.</p>
<p>4. 추천 과목 정보는 2022-2, 2023-1학기 정보로, 최신 기준으로 제공됩니다. (ex. 과거엔 서양철학이 2학점이였다면 현재는 3학점으로 변경됨)</p>
<p>5. 검사 기준은 최신버전 수강편람(2023.02.04)을 반영하여 설정되었으며, 수강편람은 매년 개편되므로 자신이 알고 있는 구버전 수강편람과 다를 수 있습니다.
<p>4. 추천 과목 정보는 2023-1, 2023-2학기 정보로, 최신 기준으로 제공됩니다. (ex. 과거엔 서양철학이 2학점이였다면 현재는 3학점으로 변경됨)</p>
<p>5. 검사 기준은 최신버전 수강편람(2023.08.11)을 반영하여 설정되었으며, 수강편람은 매년 개편되므로 자신이 알고 있는 구버전 수강편람과 다를 수 있습니다.
</p>
<p style="margin-left:1rem; font-size:0.85rem;">- 세종대학교 교과과정 참고 링크 : &nbsp;&nbsp;
<a class="link_site" target="_blank"
href="http://board.sejong.ac.kr/boardview.do?pkid=160129&currentPage=1&searchField=ALL&siteGubun=19&menuGubun=1&bbsConfigFK=335">
href="https://board.sejong.ac.kr/boardview.do?pkid=161771&currentPage=3&searchField=ALL&siteGubun=19&menuGubun=1&bbsConfigFK=335&searchLowItem=ALL&searchValue=">
수강편람</a>
&nbsp;&nbsp;
<a class="link_site" target="_blank"
Expand Down
4 changes: 2 additions & 2 deletions app/views/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ def make_merge_df():
# *** 매우중요 ***
# 업데이트 전에 반드시 확인하고 업데이트해야함
# first와 second의 파일 경로를 우선순위에 맞게 바꿔주자
first = './dev/update_table/1st_semester/' # 이번에 업데이트 해야하는 엑셀 (우선순위가 높은 학기)
second = './dev/update_table/2nd_semester/' # 이전 학기 엑셀
first = './dev/update_table/2nd_semester/' # 이번에 업데이트 해야하는 엑셀 (우선순위가 높은 학기)
second = './dev/update_table/1st_semester/' # 이전 학기 엑셀

need_col = ['학수번호', '교과목명', '이수구분', '선택영역', '학점']

Expand Down

0 comments on commit a0ef9e3

Please sign in to comment.