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

V2 1차 배포 #129

Merged
merged 89 commits into from
Jun 19, 2024
Merged

V2 1차 배포 #129

merged 89 commits into from
Jun 19, 2024

Commits on Jan 9, 2024

  1. Config: 모드에 따른 로그인 api 분기

    gaori committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    db3b025 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Fix: axios base url 수정

    gaori committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    13db8a2 View commit details
    Browse the repository at this point in the history
  2. Refactor: 불필요한 generics 선언 제거

    gaori committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    13b4fbc View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Package: 안 쓰는 패키지 정리

    Lee JaeJun committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    f2dc7cc View commit details
    Browse the repository at this point in the history
  2. Package: 안 쓰는 패키지 정리

    Lee JaeJun committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    74bf016 View commit details
    Browse the repository at this point in the history
  3. Install: tiptap underline 익스텐션 설치

    Lee JaeJun committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    b837e85 View commit details
    Browse the repository at this point in the history
  4. Refactor: 리액트 아이콘에서 SVG로 변경

    unused bytes 최적화
    Lee JaeJun committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    19695b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56c3440 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    4150d8e View commit details
    Browse the repository at this point in the history
  2. Add: 에러 발생 시 토스트 띄우기

    Lee JaeJun committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    1e780b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b3c075 View commit details
    Browse the repository at this point in the history
  4. Add: 유저 전역 상태 관리

    Lee JaeJun committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    70d52a8 View commit details
    Browse the repository at this point in the history
  5. Simplify: 로그인 로직 useMutation으로 수정

    Lee JaeJun committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    1a0b7d0 View commit details
    Browse the repository at this point in the history
  6. Add: 메뉴 리스트 객체 생성

    Lee JaeJun committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    5dd5f84 View commit details
    Browse the repository at this point in the history
  7. Fix: API base URL 수정

    Lee JaeJun committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    e30ed7f View commit details
    Browse the repository at this point in the history
  8. Add: 로그아웃 기능 추가

    Lee JaeJun committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    e5e0bea View commit details
    Browse the repository at this point in the history
  9. Merge pull request #115 from fcstudy-project/feature/refactor-firebas…

    …e-to-s3
    
    Refactor: 전반적인 코드 수정
    Lee JaeJun authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    9260f58 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Update README.md

    Lee JaeJun authored Feb 11, 2024
    Configuration menu
    Copy the full SHA
    a291766 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #116 from fcstudy-project/Gaoridang-patch-1

    Update README.md
    Lee JaeJun authored Feb 11, 2024
    Configuration menu
    Copy the full SHA
    452a4cf View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Add: refetchOnMount 디폴트로 설정

    Lee JaeJun committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    53954fe View commit details
    Browse the repository at this point in the history
  2. Refactor: Singleton pattern 으로 수정

    Lee JaeJun committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    1209e31 View commit details
    Browse the repository at this point in the history
  3. Refactor: Singleton pattern 으로 변경

    Lee JaeJun committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    88de9b8 View commit details
    Browse the repository at this point in the history
  4. Refactor: 에디터 컴포넌트 lazy loading

    Lee JaeJun committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    9845e3c View commit details
    Browse the repository at this point in the history
  5. Add: 유저 정보 관리 커스텀 훅 제작

    Lee JaeJun committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    09abe8a View commit details
    Browse the repository at this point in the history
  6. Make: 에디터 메뉴 memoization

    Lee JaeJun committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    fd92558 View commit details
    Browse the repository at this point in the history
  7. Design: 공통 버튼 컴포넌트 text 타입 추가

    Lee JaeJun committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    ab58d94 View commit details
    Browse the repository at this point in the history
  8. Make: 인풋 submit handler 댓글 답글 분기

    Lee JaeJun committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    9f21e26 View commit details
    Browse the repository at this point in the history
  9. Add: 로딩 폴백 추가

    Lee JaeJun committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    6fcba50 View commit details
    Browse the repository at this point in the history
  10. Add: 댓글, 답글 쿼리 분리

    Lee JaeJun committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    adb2ff5 View commit details
    Browse the repository at this point in the history
  11. Add: 답글 불러올 수 있도록 api 함수 수정

    Lee JaeJun committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    c471286 View commit details
    Browse the repository at this point in the history
  12. Add: 부모 댓글 컴포넌트 제작

    Lee JaeJun committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    f7f5e79 View commit details
    Browse the repository at this point in the history
  13. Add: 답글 컴포넌트 제작

    Lee JaeJun committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    32981d7 View commit details
    Browse the repository at this point in the history
  14. Add: 댓글 목록 컴포넌트 제작

    Lee JaeJun committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    9871137 View commit details
    Browse the repository at this point in the history
  15. Fix: 내가 쓴 댓글 api endpoint 수정

    Lee JaeJun committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    580fae4 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    28fd34e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #117 from fcstudy-project/feature/comments

    Feat: 에디터 코드 리팩토링 & 댓글, 답글 컴포넌트 제작
    Lee JaeJun authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    5beb41b View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    6190712 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acd6f2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d53ed5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    732423b View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Merge pull request #118 from fcstudy-project/feature/reviews

    Feat: 리뷰 api 서비스 클래스 추가, 리뷰 페이지 라우트 추가
    2YH02 authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    c0bcb35 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    24fb42a View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Add: 리뷰 작성 폼 추가

    2YH02 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    b36ee32 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    7942333 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    a301700 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89c41a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Fix: 리코일 함수 변경

    2YH02 committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    d3e20c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Feat: 정규표현식변경

    guruma99 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    f57a6f8 View commit details
    Browse the repository at this point in the history
  2. Refactor: 로그인ui 변경

    guruma99 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    977bce7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    496b294 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Merge pull request #120 from boocam-project/feature/reviews

    Feat: 리뷰 작성 페이지 추가, 리뷰 메인 페이지 리스트 디자인 수정
    2YH02 authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    485f311 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    b17ebb7 View commit details
    Browse the repository at this point in the history
  2. Add: 대댓글 로딩 스피너 추가

    Lee JaeJun committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    b51eaa4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72db886 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    a1f954b View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    8bded3f View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Configuration menu
    Copy the full SHA
    8ae062c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7a31d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Add: 자기소개서 api 아웃라인 설정

    Lee JaeJun committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    fb00a9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08df54d View commit details
    Browse the repository at this point in the history
  3. Fix: 정규표현식 변경

    guruma99 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    dd39c22 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b5a3ab View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Merge pull request #124 from boocam-project/feature/reviews

    Design: 리뷰 리스트 UI 추가
    2YH02 authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    fb57f59 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #126 from boocam-project/feature/activity

    Design 공모전 대외활동 UI 추가
    2YH02 authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    63b3a54 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    81e73d8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #127 from boocam-project/feature/signUp-ui

    Design: 회원가입,로그인 UI 추가
    guruma99 authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    9d42cc8 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Feat: 이력서 작성 페이지 파일 구조 잡기

    Lee JaeJun committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    de8fba1 View commit details
    Browse the repository at this point in the history
  2. Refactor: 버튼에 default 추가

    Lee JaeJun committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    33f1bc2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1fb965 View commit details
    Browse the repository at this point in the history
  4. Refactor: 하단 footer 목록 변경

    Lee JaeJun committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    9001959 View commit details
    Browse the repository at this point in the history
  5. Add: react day picker 설치

    Lee JaeJun committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    41f57d3 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Add: 스터디 목록 조회, 상세 조회, 생성

    Lee JaeJun committed May 9, 2024
    Configuration menu
    Copy the full SHA
    1923b22 View commit details
    Browse the repository at this point in the history
  2. Add: 스터디 카테고리 조회

    Lee JaeJun committed May 9, 2024
    Configuration menu
    Copy the full SHA
    5789f5b View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Add: 모달 공통 컴포넌트 제작

    Lee JaeJun committed May 10, 2024
    Configuration menu
    Copy the full SHA
    53b51e8 View commit details
    Browse the repository at this point in the history
  2. Fix: refresh 로직 헤더에 accessToken으로 수정

    Lee JaeJun committed May 10, 2024
    Configuration menu
    Copy the full SHA
    3cf1869 View commit details
    Browse the repository at this point in the history
  3. Add: 헤더에 알림 추가

    Lee JaeJun committed May 10, 2024
    Configuration menu
    Copy the full SHA
    2a17188 View commit details
    Browse the repository at this point in the history
  4. Add: 스터디 참여 신청

    Lee JaeJun committed May 10, 2024
    Configuration menu
    Copy the full SHA
    281ec97 View commit details
    Browse the repository at this point in the history
  5. Add: 스터디 모집 글 수정

    Lee JaeJun committed May 10, 2024
    Configuration menu
    Copy the full SHA
    0d2646b View commit details
    Browse the repository at this point in the history
  6. Add: 자기소개서 작성 API 연결

    Lee JaeJun committed May 10, 2024
    Configuration menu
    Copy the full SHA
    739042c View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Refactor: 스터디 수정, 삭제 및 등록

    등록 시 카테고리 조회 및 다중 선택
    Lee JaeJun committed May 11, 2024
    Configuration menu
    Copy the full SHA
    191e43f View commit details
    Browse the repository at this point in the history
  2. Add: 자기소개서 페이지 제작

    Lee JaeJun committed May 11, 2024
    Configuration menu
    Copy the full SHA
    7011dda View commit details
    Browse the repository at this point in the history
  3. Add: TOC 추가

    본문을 중앙으로 옮겨야 함, 스크롤에 따른 TOC 디자인 변경
    Lee JaeJun committed May 11, 2024
    Configuration menu
    Copy the full SHA
    11a8adc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2edbcb7 View commit details
    Browse the repository at this point in the history
  5. Fix: 스터디 달력 제네릭 타입으로 수정

    Lee JaeJun committed May 11, 2024
    Configuration menu
    Copy the full SHA
    71ed1e9 View commit details
    Browse the repository at this point in the history
  6. Fix: 빌드 에러 수정

    Lee JaeJun committed May 11, 2024
    Configuration menu
    Copy the full SHA
    0f0430e View commit details
    Browse the repository at this point in the history
  7. Merge pull request #122 from boocam-project/feature/comments

    Refactor: 댓글 조회 로직 리팩토링
    Gaoridang authored May 11, 2024
    Configuration menu
    Copy the full SHA
    c34c4bf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c5fdaeb View commit details
    Browse the repository at this point in the history
  9. Fix: 린트 에러 수정

    Lee JaeJun committed May 11, 2024
    Configuration menu
    Copy the full SHA
    2ec7535 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Merge pull request #128 from boocam-project/feature/resume

    Feat: 스터디 및 자기소개서 API 연결
    Gaoridang authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    8c401dc View commit details
    Browse the repository at this point in the history