-
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
전남대_12조_픽업셔틀_7-9주차 #77
Commits on Oct 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 467caac - Browse repository at this point
Copy the full SHA 467caacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 077044c - Browse repository at this point
Copy the full SHA 077044cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfb51fe - Browse repository at this point
Copy the full SHA cfb51feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26a5423 - Browse repository at this point
Copy the full SHA 26a5423View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7654529 - Browse repository at this point
Copy the full SHA 7654529View commit details -
Merge branch 'master' of https://github.com/baegyeong/Team12_FE into …
…feature/post-write-page
Configuration menu - View commit details
-
Copy full SHA for 439f5a2 - Browse repository at this point
Copy the full SHA 439f5a2View commit details
Commits on Oct 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e36c9ab - Browse repository at this point
Copy the full SHA e36c9abView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2edc01 - Browse repository at this point
Copy the full SHA c2edc01View commit details -
[feat] : 로그인 & 접근권한 체크 컴포넌트 ProtectedRoute.jsx 구현
- 로그인 유무는 localStorage의 accessToken을 통해 확인 - 접근권한 체크는 localStorage의 grade를 통해 확인 - 접근권한은 해당 컴포넌트로 감싼곳에서 ProtectedRoute에 props로 requiredAuth 값을 배열형태로 제공하면 적용 - 접근권한을 따로 제공하지 않으면 로그인 유무만 판단한다고 생각하면 됨 - 로그인 + 접근권한을 둘 다 체크해야하는 곳에서는 로그인(1순위) - 접근권한(2순위)로 적용됨 - 로그인 x 인 경우에는 로그인 경고 메시지와 함께 로그인페이지로 이동 - 접근권한 x 인 경우에는 접근 거부 메시지와 함께 마이페이지로 이동(학생증 인증 권유)
Configuration menu - View commit details
-
Copy full SHA for d0327d8 - Browse repository at this point
Copy the full SHA d0327d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 942be0b - Browse repository at this point
Copy the full SHA 942be0bView commit details -
[feat] : 로그인 이후 localStorage 데이터 처리 로직 구현
- 현재는 임시 데이터로 저장하도록 구현 - 백엔드 API 연동이후 로그인 기능이 정상작동하면 accessToken, grade, username 저장하도록 변경 예정
Configuration menu - View commit details
-
Copy full SHA for ba9f36d - Browse repository at this point
Copy the full SHA ba9f36dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6d9ef7 - Browse repository at this point
Copy the full SHA c6d9ef7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c9e37f - Browse repository at this point
Copy the full SHA 2c9e37fView commit details
Commits on Oct 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ba57434 - Browse repository at this point
Copy the full SHA ba57434View commit details -
Merge pull request #54 from baegyeong/feature/post-write-page
[feat]: 공고 작성 페이지 버그 수정
Configuration menu - View commit details
-
Copy full SHA for ca13667 - Browse repository at this point
Copy the full SHA ca13667View commit details -
Merge pull request #56 from rktdnjs/feature/login-page
[feat] : 로그인 로직 보완 & 로그인 및 접근권한 체크용 ProtectedRoute 컴포넌트 구현
Configuration menu - View commit details
-
Copy full SHA for a4c04b5 - Browse repository at this point
Copy the full SHA a4c04b5View commit details -
Merge pull request #59 from Step3-kakao-tech-campus/weekly-7
[7주차] : 개발 사항 Merge(weekly-7 → develop)
Configuration menu - View commit details
-
Copy full SHA for 93bb422 - Browse repository at this point
Copy the full SHA 93bb422View commit details
Commits on Oct 27, 2023
-
Merge branch 'develop' of https://github.com/Step3-kakao-tech-campus/…
…Team12_FE into feature/post-write-page
Configuration menu - View commit details
-
Copy full SHA for af052d1 - Browse repository at this point
Copy the full SHA af052d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e590164 - Browse repository at this point
Copy the full SHA e590164View commit details -
Configuration menu - View commit details
-
Copy full SHA for 095408f - Browse repository at this point
Copy the full SHA 095408fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb79718 - Browse repository at this point
Copy the full SHA fb79718View commit details
Commits on Oct 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c12c3c1 - Browse repository at this point
Copy the full SHA c12c3c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0abcc4e - Browse repository at this point
Copy the full SHA 0abcc4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c342c9c - Browse repository at this point
Copy the full SHA c342c9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60195f2 - Browse repository at this point
Copy the full SHA 60195f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bc5573 - Browse repository at this point
Copy the full SHA 5bc5573View commit details -
- 추후 admin외에 더 추가할 때 handlers 폴더 아래에 생성 - public/mockServiceWorker는 기본 설정파일
Configuration menu - View commit details
-
Copy full SHA for b420b0d - Browse repository at this point
Copy the full SHA b420b0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c59c074 - Browse repository at this point
Copy the full SHA c59c074View commit details -
- msw 라이브러리 사용 - 각 학생 컴포넌트에 user 정보 넘김 - 하위 컴포넌트인 AuthRequest.jsx에서 nickname 출력 - id에 따라 Link로 상세페이지 이동 가능
Configuration menu - View commit details
-
Copy full SHA for 174ba59 - Browse repository at this point
Copy the full SHA 174ba59View commit details -
Configuration menu - View commit details
-
Copy full SHA for db8412b - Browse repository at this point
Copy the full SHA db8412bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7da8dbe - Browse repository at this point
Copy the full SHA 7da8dbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for c35c993 - Browse repository at this point
Copy the full SHA c35c993View commit details -
Configuration menu - View commit details
-
Copy full SHA for 783a376 - Browse repository at this point
Copy the full SHA 783a376View commit details -
- 계좌 정보 입력 페이지 : RegisterBankPage.jsx - 계좌 정보 입력 컴포넌트(Molecules) : BankForm.jsx 구현 - 은행은 토글 버튼을 통해 선택 & 계좌 번호는 직접 입력하는 형태 - 계좌 정보 미 입력시 경고 문구 계좌 정보 입력란 하단 출력 & Swal로 경고 alert 띄움 - 회원 가입 버튼 하단의 로그인 텍스트 클릭을 통해 로그인 화면으로 이동 가능 - API 함수 내용 추가 및 회원가입 완료 이후 홈 페이지로 이동 기능 구현 필요
Configuration menu - View commit details
-
Copy full SHA for fa1358b - Browse repository at this point
Copy the full SHA fa1358bView commit details
Commits on Oct 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e8d76ed - Browse repository at this point
Copy the full SHA e8d76edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c89042 - Browse repository at this point
Copy the full SHA 2c89042View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c5c45a - Browse repository at this point
Copy the full SHA 8c5c45aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 423a8e4 - Browse repository at this point
Copy the full SHA 423a8e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95efaa4 - Browse repository at this point
Copy the full SHA 95efaa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7da009 - Browse repository at this point
Copy the full SHA e7da009View commit details -
Configuration menu - View commit details
-
Copy full SHA for af3af95 - Browse repository at this point
Copy the full SHA af3af95View commit details -
Merge pull request #60 from Step3-kakao-tech-campus/develop
[7주차] : 개발 사항 Merge(develop → master)
Configuration menu - View commit details
-
Copy full SHA for 1fee676 - Browse repository at this point
Copy the full SHA 1fee676View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9c6821 - Browse repository at this point
Copy the full SHA f9c6821View commit details -
Merge pull request #57 from kimdanbin/feature/detail-post-page
[feat] : 공고상세페이지 분기, 마이페이지
Configuration menu - View commit details
-
Copy full SHA for cf4b5ae - Browse repository at this point
Copy the full SHA cf4b5aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb80f4a - Browse repository at this point
Copy the full SHA cb80f4aView commit details -
Merge pull request #64 from rktdnjs/feature/login-page
[feat] : 로그인(회원가입) 페이지 - 계좌정보 입력 페이지 구현
Configuration menu - View commit details
-
Copy full SHA for eee5a3b - Browse repository at this point
Copy the full SHA eee5a3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fdacf5d - Browse repository at this point
Copy the full SHA fdacf5dView commit details -
Merge pull request #63 from baegyeong/feature/admin-page
[feat]: 관리자 페이지, 관리자 상세 페이지, 공고 작성 페이지
Configuration menu - View commit details
-
Copy full SHA for e745336 - Browse repository at this point
Copy the full SHA e745336View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10bc0d3 - Browse repository at this point
Copy the full SHA 10bc0d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb9f424 - Browse repository at this point
Copy the full SHA eb9f424View commit details -
Merge pull request #67 from Step3-kakao-tech-campus/weekly-8
[8주차] : 개발 사항 Merge(weekly-8 → develop)
Configuration menu - View commit details
-
Copy full SHA for 9a22ed9 - Browse repository at this point
Copy the full SHA 9a22ed9View commit details -
Merge pull request #68 from Step3-kakao-tech-campus/develop
[8주차] : 개발 사항 Merge(develop → master)
Configuration menu - View commit details
-
Copy full SHA for 16a413b - Browse repository at this point
Copy the full SHA 16a413bView commit details
Commits on Oct 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d92d91a - Browse repository at this point
Copy the full SHA d92d91aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a41960 - Browse repository at this point
Copy the full SHA 8a41960View commit details
Commits on Nov 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a04f1e7 - Browse repository at this point
Copy the full SHA a04f1e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2f98ba - Browse repository at this point
Copy the full SHA a2f98baView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7c06cd - Browse repository at this point
Copy the full SHA a7c06cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd949c0 - Browse repository at this point
Copy the full SHA bd949c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7875fe2 - Browse repository at this point
Copy the full SHA 7875fe2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef465af - Browse repository at this point
Copy the full SHA ef465afView commit details
Commits on Nov 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e50f9cf - Browse repository at this point
Copy the full SHA e50f9cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62509dd - Browse repository at this point
Copy the full SHA 62509ddView commit details -
[feat] : 계좌정보 입력 페이지 POST 모킹 개발
- /signup URL로 계좌정보를 담은 데이터를 POST 요청 - 모킹 결과, 정상 작동함을 확인
Configuration menu - View commit details
-
Copy full SHA for a6b60b9 - Browse repository at this point
Copy the full SHA a6b60b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef550b3 - Browse repository at this point
Copy the full SHA ef550b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cb6ad6 - Browse repository at this point
Copy the full SHA 5cb6ad6View commit details -
- 코드를 복잡하게 보이게 하는 console.log 제거 - 일부 코드에 주석을 추가하여 설명 보충 - 원본 공고글을 따로 저장해놓지 않아 필터적용 이후에 다시 All 클릭시 공고글이 삭제되는 부분 수정 - lastpage : false인 경우에 대해 렌더링 과정에서 버그가 있는데, 이는 API 연동을 통해 잡아야 할 것으로 보임 - 모킹으로 주는 데이터는 세부 로직을 적용하지 않아, 정확한 디버깅을 위해서는 API 연동이 필요함
Configuration menu - View commit details
-
Copy full SHA for 4ea7ade - Browse repository at this point
Copy the full SHA 4ea7adeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93eef92 - Browse repository at this point
Copy the full SHA 93eef92View commit details -
- FormProvider로 자식 컴포넌트에 methods 뿌림 (props drilling 막음) - 필수 항목에 작성을 마치고 제출하면 post 요청(msw)
Configuration menu - View commit details
-
Copy full SHA for 7092976 - Browse repository at this point
Copy the full SHA 7092976View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3e8771 - Browse repository at this point
Copy the full SHA d3e8771View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee4be6d - Browse repository at this point
Copy the full SHA ee4be6dView commit details -
[feat]: 공고 작성 페이지 관련 상수 데이터 정의
- 주문 정보, 요청 사항, 마감기한 - 입력의 에러 반환에 쓰이는 상수 데이터
Configuration menu - View commit details
-
Copy full SHA for 097c810 - Browse repository at this point
Copy the full SHA 097c810View commit details -
- 상수 데이터 import - 하위까지 register 전달하지 않고, templates 단계에서 register 사용
Configuration menu - View commit details
-
Copy full SHA for 7530477 - Browse repository at this point
Copy the full SHA 7530477View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ba5bb8 - Browse repository at this point
Copy the full SHA 5ba5bb8View commit details
Commits on Nov 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e7f7159 - Browse repository at this point
Copy the full SHA e7f7159View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30c4cbb - Browse repository at this point
Copy the full SHA 30c4cbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f7022a - Browse repository at this point
Copy the full SHA 6f7022aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f53d966 - Browse repository at this point
Copy the full SHA f53d966View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2a2995 - Browse repository at this point
Copy the full SHA f2a2995View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbb12ac - Browse repository at this point
Copy the full SHA dbb12acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f19039 - Browse repository at this point
Copy the full SHA 5f19039View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f748c9 - Browse repository at this point
Copy the full SHA 7f748c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7abe06 - Browse repository at this point
Copy the full SHA e7abe06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e79cc8 - Browse repository at this point
Copy the full SHA 8e79cc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d80e30 - Browse repository at this point
Copy the full SHA 8d80e30View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0a71a5 - Browse repository at this point
Copy the full SHA c0a71a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82d2dd1 - Browse repository at this point
Copy the full SHA 82d2dd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86b568a - Browse repository at this point
Copy the full SHA 86b568aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b59e9a - Browse repository at this point
Copy the full SHA 6b59e9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd2349f - Browse repository at this point
Copy the full SHA dd2349fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7725bb5 - Browse repository at this point
Copy the full SHA 7725bb5View commit details -
Merge pull request #71 from rktdnjs/mocking
[feat] : 계좌정보 입력 & 공고현황페이지 모킹 적용 및 코드 디버깅
Configuration menu - View commit details
-
Copy full SHA for e693ef8 - Browse repository at this point
Copy the full SHA e693ef8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 147a65e - Browse repository at this point
Copy the full SHA 147a65eView commit details -
Merge pull request #70 from kimdanbin/feature/detail-post-page
[feat]: 학생증 업로드, 공고상세페이지 수정
Configuration menu - View commit details
-
Copy full SHA for 5d4db49 - Browse repository at this point
Copy the full SHA 5d4db49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ef3ef7 - Browse repository at this point
Copy the full SHA 6ef3ef7View commit details -
Merge pull request #72 from baegyeong/feature/post-write-page
[feat]: 공고 작성 페이지 수정 및 msw 테스트
Configuration menu - View commit details
-
Copy full SHA for f560139 - Browse repository at this point
Copy the full SHA f560139View commit details -
Merge pull request #73 from baegyeong/feature/admin-page
[feat]: 관리자 학생 인증 페이지, 공고 작성 페이지 (useQuery, useMutation 위주)
Configuration menu - View commit details
-
Copy full SHA for b397d90 - Browse repository at this point
Copy the full SHA b397d90View commit details -
Configuration menu - View commit details
-
Copy full SHA for f90f232 - Browse repository at this point
Copy the full SHA f90f232View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2a24ec - Browse repository at this point
Copy the full SHA d2a24ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f0b6a7 - Browse repository at this point
Copy the full SHA 6f0b6a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a937e3 - Browse repository at this point
Copy the full SHA 0a937e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d183262 - Browse repository at this point
Copy the full SHA d183262View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43d95b4 - Browse repository at this point
Copy the full SHA 43d95b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e9a217 - Browse repository at this point
Copy the full SHA 9e9a217View commit details -
Configuration menu - View commit details
-
Copy full SHA for d255df9 - Browse repository at this point
Copy the full SHA d255df9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2293b3d - Browse repository at this point
Copy the full SHA 2293b3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc3c7f5 - Browse repository at this point
Copy the full SHA fc3c7f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f5b130 - Browse repository at this point
Copy the full SHA 1f5b130View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ca03ed - Browse repository at this point
Copy the full SHA 8ca03edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85c20f3 - Browse repository at this point
Copy the full SHA 85c20f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ad6dd6 - Browse repository at this point
Copy the full SHA 4ad6dd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2129d9 - Browse repository at this point
Copy the full SHA f2129d9View commit details -
Merge pull request #75 from Step3-kakao-tech-campus/weekly-9
[9주차] : 개발 사항 Merge(weekly-9 → develop)
Configuration menu - View commit details
-
Copy full SHA for 6846cae - Browse repository at this point
Copy the full SHA 6846caeView commit details -
Merge pull request #76 from Step3-kakao-tech-campus/develop
[9주차] : 개발 사항 Merge(develop → master)
Configuration menu - View commit details
-
Copy full SHA for 6dd541c - Browse repository at this point
Copy the full SHA 6dd541cView commit details