1. 개인정보수정 팝업 (p7)
- 개인정보 수정 팝업 및 저장
- 메뉴 등록 및 권한 추가 /user/editinfo
# 커밋 파일
Base\Controller\ACommonUser.cs
BO\Controllers\userController.cs
BO\Views\Shared\_Layout.cshtml
BO\Views\user\editinfo.cshtml
Dao\MyBatis\Maps\User.xml
Model\Common.cs
Model\Users.cs
# 테스트 결과
- 이상없음
# 특이사항 및 이슈사항
- 이상없음
- 탈퇴처리시 생년월일/ip정보도 같이삭제 휴면테이블에 있는 데이터컬럼 삭제처리 ‘탈퇴회원’ → ‘삭제됨’ 으로 변경
- Like검색 삭제
- 휴면처리시 탈퇴처리와 동일한 방식으로 데이터관리(이름은 ‘삭제됨’ 으로 변경하며 나머지 데이터는 삭제)
비밀번호데이터 유지 단, 변경/삭제되는 데이터는 별도테이블에 분리보관
2. 수강생 상세페이지 휴면, 정상 상태 변경 (p6)
- 휴면 테이블 userdormant 개발 및 운영에 추가
# 커밋 파일
Base\Controller\ACommonUser.cs
BO\Views\user\ur.cshtml
BO\Views\user\us.cshtml
Dao\MyBatis\Maps\User.xml
# 테스트 결과
- 이상없음
# 특이사항 및 이슈사항
- 이상없음
2021.11.22 박상완 (swpark@nptc.kr)
1. 검색창에 항목 추가 : 핸드폰
2. 검색결과 표에서 이름과 아이디 분리 표기
3. 검색결과 표에서 아이디 옆에 핸드폰 표기
4. 엑셀에 핸드폰 번호 추가 : 아이디 오른쪽으로
# 커밋 파일
BO\Controllers\croomController.cs
BO\Views\croom\pay.cshtml
Dao\MyBatis\Maps\CRoom.xml
Model\VMBase.cs
# 테스트 결과
- 이상없음
# 특이사항 및 이슈사항
- 이상없음
2021.11.22 박상완 (swpark@nptc.kr)
1. 대쉬 입력 여부와 상관없이 검색될 수 있도록 수정 (자동 번호 형식 변환)
2. 진행평가/최종평가 엑셀 항목에서 관리 제거
3. 과제 엑셀에서 최근제출일(IP)과 최근평가일(IP) 한 행으로 출력
# 커밋 파일
BO\Controllers\croomController.cs
BO\Views\croom\gradeall.cshtml
Model\CM.cs
# 테스트 결과
- 이상없음
# 특이사항 및 이슈사항
- 이상없음
2021.11.17 박상완 (swpark@nptc.kr)
1. 성적처리(전체) 핸드폰 검색 기능 추가
2. 텝 별 엑셀 다운로드 추가
3. 컬럼 변경 (이름과 아이디 분리 및 핸드폰 추가)
# 커밋 파일
BO\Controllers\croomController.cs
BO\Views\croom\gradeall.cshtml
BO\Views\croom\gradeall0.cshtml
BO\Views\croom\gradeall2.cshtml
BO\Views\croom\gradeall4.cshtml
Dao\MyBatis\Maps\Grade.xml
Dao\MyBatis\Maps\Lect.xml
Model\CM.cs
# 테스트 결과
- 이상없음
# 특이사항 및 이슈사항
- 이상없음
통합테스트목록 . 548
Base/Controller/ACommonCRoom.cs
BO/Views/croom/payview.cshtml
Dao/MyBatis/Maps/CRoom.xml
Dao/MyBatis/Maps/Pay.xml
Model.Pay.cs
관리자 현금영수증 발행완료 해제 및 결제상세 화면 변경 적용