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

문제 상세 내용 관련 API 연동 #176

Merged
merged 17 commits into from
Nov 30, 2023

Commits on Nov 28, 2023

  1. feat: SquareButton 컴포넌트 구현

    - button 기본 css에 border:none, background:none 추가
    - SquareButton 컴포넌트 구현
    MayOwall committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    cc1ba99 View commit details
    Browse the repository at this point in the history
  2. feat: QuestionAnswerRequestCard 컴포넌트 구현

    QuestionAnswerRequestCard 컴포넌트 구현
    MayOwall committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    0eb796c View commit details
    Browse the repository at this point in the history
  3. feat: QuestionAnswerCard 컴포넌트 구현

    질문에 대한 사용자의 답변을 보여주는 QuestionAnswerCard 컴포넌트를 구현했습니다.
    MayOwall committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    e914205 View commit details
    Browse the repository at this point in the history
  4. feat: QuestionAnswerFormCard 컴포넌트 구현

    사용자가 질문에 대한 답변을 입력할 수 있는 QuestionAnswerFormCard 컴포넌트를 구현했습니다.
    MayOwall committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    ed7c5ba View commit details
    Browse the repository at this point in the history
  5. refactor: QuestionAnswerRequestCard의 props 변경

    QuestionAnswerRequestCard의 nickname props를 전역 변수로 변경하였습니다.
    MayOwall committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    ec26f61 View commit details
    Browse the repository at this point in the history
  6. feat: Scroller 구현

    react-router-dom 라우팅마다 스크롤을 상단으로 올려주는 역할의 컴포넌트 구현
    MayOwall committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    7cf01e7 View commit details
    Browse the repository at this point in the history
  7. feat: QuestionDetailPage 컴포넌트 구현

    질문 상세 및 답변 페이지 컴포넌트 레이아웃을 구현했습니다.
    MayOwall committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    1e41a68 View commit details
    Browse the repository at this point in the history
  8. feat: 질문 리스트 아이템 클릭시의 라우팅 구현

    질문 리스트 아이템 클릭시 해당 아이템의 상세 페이지로 이동하는 로직을 구현했습니다.
    MayOwall committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    ec9cc34 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. feat: Loading 컴포넌트 구현

    Loading 컴포넌트 구현
    MayOwall committed Nov 29, 2023
    1 Configuration menu
    Copy the full SHA
    83cddd6 View commit details
    Browse the repository at this point in the history
  2. feat: 질문 상세 페이지 관련 API 구현

    - getQuestionDetailContentData : 질문 상세 내용를 가져오는 API
    - getQuestionAnswerListData : 질문별 답변 리스트를 가져오는 API
    - postAnswer : 질문을 생성하는 API
    MayOwall committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    c4405c8 View commit details
    Browse the repository at this point in the history
  3. feat: 질문 상세 페이지 API 도입

    - 질문 상세 내용을 서버에서 가져오는 로직 추가
    - 질문 상세 내용에 대한 답변 리스트를 서버에서 가져오는 로직 추가
    - 질문 답변을 서버에 업로드하는 로직 추가
    - 로딩 상태 관리 로직 추가
    MayOwall committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    3a52525 View commit details
    Browse the repository at this point in the history
  4. feat: 질문에 대한 답변 API 적용

    - 질문 답변 데이터 type 변경
    - 질문 답변 API 적용
    MayOwall committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    25f06c2 View commit details
    Browse the repository at this point in the history
  5. refactor: styled-component props 변수명 변경

    styled-component에서 사용되고 있던 props의 변수명을 camelCase에서 lowercase로 변경해주었습니다.
    MayOwall committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    c7c29b3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    51cadda View commit details
    Browse the repository at this point in the history
  7. refactor: 질문 답변 등록 API body 수정

    질문 답변을 등록하는 API의 body 객체에 questionId를 추가했습니다.
    MayOwall committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    5fd8e4e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b92e7c0 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

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