Skip to content
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

feat: 수강신청 관련 modal, 연결 #37

Merged
merged 24 commits into from
Aug 3, 2024
Merged

Conversation

Anhye0n
Copy link
Member

@Anhye0n Anhye0n commented Aug 1, 2024

Issue

Details

추가된 modal

  • 접속 대기
  • 매크로 검사
  • 안내
  • 데이터 처리중
  • 수강 인원

실제 수강신청과 비슷하게 구현하려고 했습니다. 작동 순서는 다음과 같습니다.

  1. 수강신청 탭 클릭
  2. 검색을 누르면 시작 안내가 뜸
  3. 확인 시, 접속 대기 창 뜬 후, 관심과목 불러와짐
  • 랜덤으로 시간이 설정되며, 시간이 0이되면 접속 대기창 종료
  1. 신청 누를 시, 매크로 창 나옴
  • 재생성 가능
  • 실패 시, 매크로 코드 새로 생성되며 재입력
  1. 해당 과목 신청할 것인지에 대한 안내 modal
  2. 데이터 처리중 modal
  • 랜덤으로 시간이 설정되며, 시간이 0이되면 데이터 처리 중 modal 종료
  1. 신청 완료, 재조회 modal
  • 실제와 비슷하게 확인을 누를 시 새로고침되며 수강신청 실패를 알려줍니다.

개선사항

  • 수강인원 모달은 어떻게 처리할지
  • 수강여석 없음 모달은 어떻게 처리할지
  • 수강신청 시, 중복 신청 불가

@Anhye0n Anhye0n requested a review from jeewonMoon August 1, 2024 19:48
@Anhye0n Anhye0n linked an issue Aug 1, 2024 that may be closed by this pull request
@Anhye0n Anhye0n changed the title feat: 수강신청 관련 modal 및 완성 feat: 수강신청 관련 modal, 연결 Aug 1, 2024
@Anhye0n Anhye0n changed the base branch from main to develop August 1, 2024 19:57
src/pages/index/Home.tsx Show resolved Hide resolved
src/components/common/Modal/AntiMacroCodeModal.tsx Outdated Show resolved Hide resolved
src/components/common/Modal/InfoModal.tsx Show resolved Hide resolved
src/components/common/Modal/WaitingModal.tsx Outdated Show resolved Hide resolved
Copy link
Contributor

@jeewonMoon jeewonMoon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고많으셨습니다!! 👍

@jeewonMoon jeewonMoon merged commit 39b0f3b into develop Aug 3, 2024
@Anhye0n Anhye0n deleted the feat/22-modal branch August 4, 2024 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: 수강신청 관련 modal
3 participants