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

[8주차] : 개발 사항 Merge(weekly-8 → develop) #67

Merged
merged 36 commits into from
Oct 29, 2023
Merged

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    26a5423 View commit details
    Browse the repository at this point in the history
  2. [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
  3. 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 22, 2023

  1. Configuration menu
    Copy the full SHA
    ba57434 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. Configuration menu
    Copy the full SHA
    f9c6821 View commit details
    Browse the repository at this point in the history
  9. 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
  10. Configuration menu
    Copy the full SHA
    cb80f4a View commit details
    Browse the repository at this point in the history
  11. 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
  12. Configuration menu
    Copy the full SHA
    fdacf5d View commit details
    Browse the repository at this point in the history
  13. 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
  14. Configuration menu
    Copy the full SHA
    10bc0d3 View commit details
    Browse the repository at this point in the history
  15. 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