Actions
New Function #523
open일반학습자 동시간대 프로그램 수강신청 불가로 변경
Start date:
07/18/2024
Due date:
% Done:
0%
Estimated time:
Description
[요청사항]
- 일반학습자 동시간대 프로그램 수강신청이 불가하도록 불가로 변경 필요함.
- 동시간대 프로그램 수강 신청할 경우 알림 메시지 활성 필요 <-- 첨부 이미지 참조
Files
Updated by yg yoon 7 months ago
- File Alert_sametime1.png Alert_sametime1.png added
동시간대 신청된 프로그램이 있을 경우 알림
Updated by Deca Park 7 months ago
- Assignee changed from Deca Park to Toby Pham
[APP] 인문프로그램 > 심화과정 (Advanced course) / 일반과정 (normal course) TAB
1.프로그램 신청하기 (apply program) button
1) if API resultCode = 400, alert msg box (refer to attach image)
a) API
resultCode = "400";
resultMsg = "수강 실패, 동 시간대에 신청한 프로그램이 존재합니다.";
b) alert msg
msg: "같은 시간대에 신청된 프로그램이 있습니다.<br/>확인해 보시기 바랍니다."
[Test Result]
1.프로그램 신청하기 (apply program) button > the modal
1) if selected program is already applied
a) when 신청하기 (appply) button clicks
- on first time, error msg is alerted.
- but from second time. no response. (alert error msg like first time)
Updated by yg yoon 7 months ago
- Status changed from Resolved to Feedback
- Assignee changed from yg yoon to Deca Park
[문제사항]
[재현 스텝]
- 지난 프로그램 선택 --> 지난 프로그램은 신청이 안되어야 정상임. (api 에서 수정 예정)
- 프로그램 신청하기
- 신청하기 모달 : 신청하기
- 동일한 시간대 프로그램이 있다는 알림 모달 활성
- 확인
- 같은 프로그램 다시 신청하기
- 아무 반응이 없음. --> 알림 팝업 후 재 신청해도 같은 알림이 다시 보여져야 합니다.
* 이미 신청된 프로그램일 경우 체크 박스 비활성 필요합니다.
Actions