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

전남대_12조_픽업셔틀_7-9주차 #77

Merged
merged 113 commits into from
Nov 6, 2023
Merged

전남대_12조_픽업셔틀_7-9주차 #77

merged 113 commits into from
Nov 6, 2023

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    467caac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    077044c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfb51fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26a5423 View commit details
    Browse the repository at this point in the history
  5. [conf]: 배포 준비

    baegyeong committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    7654529 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' of https://github.com/baegyeong/Team12_FE into …

    …feature/post-write-page
    baegyeong committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    439f5a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    e36c9ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2edc01 View commit details
    Browse the repository at this point in the history
  3. [feat] : 로그인 & 접근권한 체크 컴포넌트 ProtectedRoute.jsx 구현

    - 로그인 유무는 localStorage의 accessToken을 통해 확인
    - 접근권한 체크는 localStorage의 grade를 통해 확인
    - 접근권한은 해당 컴포넌트로 감싼곳에서 ProtectedRoute에 props로 requiredAuth 값을 배열형태로 제공하면 적용
    - 접근권한을 따로 제공하지 않으면 로그인 유무만 판단한다고 생각하면 됨
    - 로그인 + 접근권한을 둘 다 체크해야하는 곳에서는 로그인(1순위) - 접근권한(2순위)로 적용됨
    - 로그인 x 인 경우에는 로그인 경고 메시지와 함께 로그인페이지로 이동
    - 접근권한 x 인 경우에는 접근 거부 메시지와 함께 마이페이지로 이동(학생증 인증 권유)
    rktdnjs committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    d0327d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    942be0b View commit details
    Browse the repository at this point in the history
  5. [feat] : 로그인 이후 localStorage 데이터 처리 로직 구현

    - 현재는 임시 데이터로 저장하도록 구현
    - 백엔드 API 연동이후 로그인 기능이 정상작동하면 accessToken, grade, username 저장하도록 변경 예정
    rktdnjs committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    ba9f36d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c6d9ef7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2c9e37f View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. Configuration menu
    Copy the full SHA
    ba57434 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #54 from baegyeong/feature/post-write-page

    [feat]: 공고 작성 페이지 버그 수정
    rktdnjs authored Oct 22, 2023
    Configuration menu
    Copy the full SHA
    ca13667 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #56 from rktdnjs/feature/login-page

    [feat] : 로그인 로직 보완 & 로그인 및 접근권한 체크용 ProtectedRoute 컴포넌트 구현
    rktdnjs authored Oct 22, 2023
    Configuration menu
    Copy the full SHA
    a4c04b5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #59 from Step3-kakao-tech-campus/weekly-7

    [7주차] : 개발 사항 Merge(weekly-7 → develop)
    rktdnjs authored Oct 22, 2023
    Configuration menu
    Copy the full SHA
    93bb422 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    af052d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e590164 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    095408f View commit details
    Browse the repository at this point in the history
  4. [style]: margin-left 변경

    baegyeong committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    fb79718 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Configuration menu
    Copy the full SHA
    c12c3c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0abcc4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c342c9c View commit details
    Browse the repository at this point in the history
  4. [conf]: 서버 환경에 따라 동적 import 지정

    - development가 아닐 때만 msw import
    baegyeong committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    60195f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5bc5573 View commit details
    Browse the repository at this point in the history
  6. [feat]: handlers 역할에 따라 분리

    - 추후 admin외에 더 추가할 때 handlers 폴더 아래에 생성
    - public/mockServiceWorker는 기본 설정파일
    baegyeong committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    b420b0d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c59c074 View commit details
    Browse the repository at this point in the history
  8. [feat]: 관리자 페이지 구현

    - msw 라이브러리 사용
    - 각 학생 컴포넌트에 user 정보 넘김
    - 하위 컴포넌트인 AuthRequest.jsx에서 nickname 출력
    - id에 따라 Link로 상세페이지 이동 가능
    baegyeong committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    174ba59 View commit details
    Browse the repository at this point in the history
  9. [feat]: 관리자 학생증 인증 상세 페이지 구현

    - 추후 params에 따라 데이터 fetch
    baegyeong committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    db8412b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7da8dbe View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c35c993 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    783a376 View commit details
    Browse the repository at this point in the history
  13. [feat] : 계좌 정보 입력 페이지 구현(80%)

    - 계좌 정보 입력 페이지 : RegisterBankPage.jsx
    - 계좌 정보 입력 컴포넌트(Molecules) : BankForm.jsx 구현
    - 은행은 토글 버튼을 통해 선택 & 계좌 번호는 직접 입력하는 형태
    - 계좌 정보 미 입력시 경고 문구 계좌 정보 입력란 하단 출력 & Swal로 경고 alert 띄움
    - 회원 가입 버튼 하단의 로그인 텍스트 클릭을 통해 로그인 화면으로 이동 가능
    - API 함수 내용 추가 및 회원가입 완료 이후 홈 페이지로 이동 기능 구현 필요
    rktdnjs committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    fa1358b View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. [feat]: 공고상세페이지 분기

    제거 여러번 해매서 아직 하드코딩 한 부분은 못바꿔서 마이페이지 먼저
    해볼려구요..
    kimdanbin committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    e8d76ed View commit details
    Browse the repository at this point in the history
  2. [feat]: 공고상세페이지 분기 처리

    이거 하는데 좀 헤매서.. 아직 하드코딩은 못바꿨어요..
    kimdanbin committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    2c89042 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c5c45a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    423a8e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    95efaa4 View commit details
    Browse the repository at this point in the history
  6. [feat]: 상세페이지 분기, 마이페이지

    아직 마이페이지 구현이랑 하드코딩을 못했어요
    kimdanbin committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    e7da009 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    af3af95 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #60 from Step3-kakao-tech-campus/develop

    [7주차] : 개발 사항 Merge(develop → master)
    rktdnjs authored Oct 29, 2023
    Configuration menu
    Copy the full SHA
    1fee676 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f9c6821 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #57 from kimdanbin/feature/detail-post-page

    [feat] : 공고상세페이지 분기, 마이페이지
    rktdnjs authored Oct 29, 2023
    Configuration menu
    Copy the full SHA
    cf4b5ae View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cb80f4a View commit details
    Browse the repository at this point in the history
  12. Merge pull request #64 from rktdnjs/feature/login-page

    [feat] : 로그인(회원가입) 페이지 - 계좌정보 입력 페이지 구현
    rktdnjs authored Oct 29, 2023
    Configuration menu
    Copy the full SHA
    eee5a3b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fdacf5d View commit details
    Browse the repository at this point in the history
  14. Merge pull request #63 from baegyeong/feature/admin-page

    [feat]: 관리자 페이지, 관리자 상세 페이지, 공고 작성 페이지
    rktdnjs authored Oct 29, 2023
    Configuration menu
    Copy the full SHA
    e745336 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    10bc0d3 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #66 from rktdnjs/develop

    [8주차] : 8주차 개발 코드 Merge
    rktdnjs authored Oct 29, 2023
    Configuration menu
    Copy the full SHA
    eb9f424 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #67 from Step3-kakao-tech-campus/weekly-8

    [8주차] : 개발 사항 Merge(weekly-8 → develop)
    rktdnjs authored Oct 29, 2023
    Configuration menu
    Copy the full SHA
    9a22ed9 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #68 from Step3-kakao-tech-campus/develop

    [8주차] : 개발 사항 Merge(develop → master)
    rktdnjs authored Oct 29, 2023
    Configuration menu
    Copy the full SHA
    16a413b View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. [conf]: msw 추가

    kimdanbin committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    d92d91a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a41960 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. [feat]: 마이페이지 학생증업로드, 공고상세페이지 수정

    학생증업로드는 일단 업로드하는 기능만 있어요
    kimdanbin committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    a04f1e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2f98ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7c06cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd949c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7875fe2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ef465af View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Configuration menu
    Copy the full SHA
    e50f9cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62509dd View commit details
    Browse the repository at this point in the history
  3. [feat] : 계좌정보 입력 페이지 POST 모킹 개발

    - /signup URL로 계좌정보를 담은 데이터를 POST 요청
    - 모킹 결과, 정상 작동함을 확인
    rktdnjs committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    a6b60b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef550b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5cb6ad6 View commit details
    Browse the repository at this point in the history
  6. [fix] : 공고현황페이지 모킹 & 코드 수정

    - 코드를 복잡하게 보이게 하는 console.log 제거
    - 일부 코드에 주석을 추가하여 설명 보충
    - 원본 공고글을 따로 저장해놓지 않아 필터적용 이후에 다시 All 클릭시 공고글이 삭제되는 부분 수정
    - lastpage : false인 경우에 대해 렌더링 과정에서 버그가 있는데, 이는 API 연동을 통해 잡아야 할 것으로 보임
    - 모킹으로 주는 데이터는 세부 로직을 적용하지 않아, 정확한 디버깅을 위해서는 API 연동이 필요함
    rktdnjs committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    4ea7ade View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    93eef92 View commit details
    Browse the repository at this point in the history
  8. [fix]: FormProvider로 변경

    - FormProvider로 자식 컴포넌트에 methods 뿌림 (props drilling 막음)
    - 필수 항목에 작성을 마치고 제출하면 post 요청(msw)
    baegyeong committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    7092976 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d3e8771 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ee4be6d View commit details
    Browse the repository at this point in the history
  11. [feat]: 공고 작성 페이지 관련 상수 데이터 정의

    - 주문 정보, 요청 사항, 마감기한
    - 입력의 에러 반환에 쓰이는 상수 데이터
    baegyeong committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    097c810 View commit details
    Browse the repository at this point in the history
  12. fix: useFormContext를 활용하여 수정

    - 상수 데이터 import
    - 하위까지 register 전달하지 않고, templates 단계에서 register 사용
    baegyeong committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    7530477 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5ba5bb8 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Configuration menu
    Copy the full SHA
    e7f7159 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30c4cbb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f7022a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f53d966 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2a2995 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dbb12ac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5f19039 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7f748c9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e7abe06 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8e79cc8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8d80e30 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c0a71a5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    82d2dd1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    86b568a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6b59e9a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    dd2349f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7725bb5 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #71 from rktdnjs/mocking

    [feat] : 계좌정보 입력 & 공고현황페이지 모킹 적용 및 코드 디버깅
    rktdnjs authored Nov 5, 2023
    Configuration menu
    Copy the full SHA
    e693ef8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    147a65e View commit details
    Browse the repository at this point in the history
  20. Merge pull request #70 from kimdanbin/feature/detail-post-page

    [feat]: 학생증 업로드, 공고상세페이지 수정
    rktdnjs authored Nov 5, 2023
    Configuration menu
    Copy the full SHA
    5d4db49 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6ef3ef7 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #72 from baegyeong/feature/post-write-page

    [feat]: 공고 작성 페이지 수정 및 msw 테스트
    rktdnjs authored Nov 5, 2023
    Configuration menu
    Copy the full SHA
    f560139 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #73 from baegyeong/feature/admin-page

    [feat]: 관리자 학생 인증 페이지, 공고 작성 페이지 (useQuery, useMutation 위주)
    rktdnjs authored Nov 5, 2023
    Configuration menu
    Copy the full SHA
    b397d90 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f90f232 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d2a24ec View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    6f0b6a7 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    0a937e3 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    d183262 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    43d95b4 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    9e9a217 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    d255df9 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    2293b3d View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    fc3c7f5 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    1f5b130 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    8ca03ed View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    85c20f3 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    4ad6dd6 View commit details
    Browse the repository at this point in the history
  38. Merge pull request #74 from rktdnjs/develop

    [9주차] : 9주차 개발 코드 Merge
    rktdnjs authored Nov 5, 2023
    Configuration menu
    Copy the full SHA
    f2129d9 View commit details
    Browse the repository at this point in the history
  39. Merge pull request #75 from Step3-kakao-tech-campus/weekly-9

    [9주차] : 개발 사항 Merge(weekly-9 → develop)
    rktdnjs authored Nov 5, 2023
    Configuration menu
    Copy the full SHA
    6846cae View commit details
    Browse the repository at this point in the history
  40. Merge pull request #76 from Step3-kakao-tech-campus/develop

    [9주차] : 개발 사항 Merge(develop → master)
    rktdnjs authored Nov 5, 2023
    Configuration menu
    Copy the full SHA
    6dd541c View commit details
    Browse the repository at this point in the history