-
Notifications
You must be signed in to change notification settings - Fork 4
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
[8주차] : 개발 사항 Merge(weekly-8 → develop) #67
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…feature/post-write-page
…Team12_FE into feature/post-write-page
- development가 아닐 때만 msw import
- 추후 admin외에 더 추가할 때 handlers 폴더 아래에 생성 - public/mockServiceWorker는 기본 설정파일
- msw 라이브러리 사용 - 각 학생 컴포넌트에 user 정보 넘김 - 하위 컴포넌트인 AuthRequest.jsx에서 nickname 출력 - id에 따라 Link로 상세페이지 이동 가능
- 추후 params에 따라 데이터 fetch
- 계좌 정보 입력 페이지 : RegisterBankPage.jsx - 계좌 정보 입력 컴포넌트(Molecules) : BankForm.jsx 구현 - 은행은 토글 버튼을 통해 선택 & 계좌 번호는 직접 입력하는 형태 - 계좌 정보 미 입력시 경고 문구 계좌 정보 입력란 하단 출력 & Swal로 경고 alert 띄움 - 회원 가입 버튼 하단의 로그인 텍스트 클릭을 통해 로그인 화면으로 이동 가능 - API 함수 내용 추가 및 회원가입 완료 이후 홈 페이지로 이동 기능 구현 필요
제거 여러번 해매서 아직 하드코딩 한 부분은 못바꿔서 마이페이지 먼저 해볼려구요..
이거 하는데 좀 헤매서.. 아직 하드코딩은 못바꿨어요..
아직 마이페이지 구현이랑 하드코딩을 못했어요
[feat] : 공고상세페이지 분기, 마이페이지
[feat] : 로그인(회원가입) 페이지 - 계좌정보 입력 페이지 구현
[feat]: 관리자 페이지, 관리자 상세 페이지, 공고 작성 페이지
[8주차] : 8주차 개발 코드 Merge
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR 타입(하나 이상의 PR 타입을 선택해주세요)
작업 사항
유저 = 공고글 작성자
여부에 따라 공고상세페이지를 달리 보여주는 부분은 개발 진행중Admin, Student, Guest
페이지를 보여줄 수 있도록 분기 처리/components/organisms/AuthRequest.jsx
/pages/AdminPage.jsx
AdminPage
에서 데이터 불러오기 → 하위AuthRequest.jsx
에 뿌림/components/organisms/AuthDetail.jsx
/pages/AdminAuthPage.jsx
AdminAuthPage
에서 데이터 불러오기→ 하위AuthDetail.jsx
에 뿌림msw
로id
를params
로 불러오는 부분이 구현이 안됨PostWritePage.jsx
IIFE
로 분기input
에 에러메시지가 안뜨는 문제 발생 → 해결 중alert
창utils
로RegisterBankPage.jsx
BankForm.jsx
구현Swal
로 경고 alert 띄움mocks/data/
: 임시 데이터 넣어둠mocks/handlers/admin.js
: 관리자 페이지 관련 get 요청 정의mocks/handlers/index.js
: 핸들러 모아서 export / 추후 다른 핸들러가 더 생긴다면 추가 가능mocks/brower.js
:worker
정의관련 이슈