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

Feature/일기장 #5

Open
wants to merge 23 commits into
base: develop
Choose a base branch
from
Open

Feature/일기장 #5

wants to merge 23 commits into from

Commits on Jul 16, 2023

  1. [fix]: global style 적용 오류 해결

    globalstyle 컴포넌트의 위치로 인한 렌더링 문제 해결
    MrMirror21 committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    86e9efc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9299d17 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. [feature]: 서버에서 일기장 리스트 획득, 페이지에 게시

    axios를 통해 서버와 통신, 페이지네이션 바의 페이지 버튼을 클릭함으로서 그 페이지에 해당하는 게시글을 반환, 추후 페이지네이션 기능 추가 예정
    MrMirror21 committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    eef4097 View commit details
    Browse the repository at this point in the history
  2. [fix]: 현재 페이지 주소에 따라 리스트 반환받도록 수정

    테스트용으로 고정되어있던 변수를 페이지 주소에 맞게 반환받을 수 있도록 수정, 한 페이지에 표시될 글 개수 변수 추가
    MrMirror21 committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    05066ff View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Configuration menu
    Copy the full SHA
    d5b523a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a7fb20 View commit details
    Browse the repository at this point in the history
  3. [chore]: Diary 페이지 useEffect 내 함수 분리, 주석 추가

    Diary.js 내 useEffect부 extractPageNumFromURL() 내부의 getDiaryList(), setNumberOfPages() 분리
    - axios.js, Diary.js 파일 내 To do 주석 추가
    MrMirror21 committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    bd732ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27432bb View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. [feat]: 게시물 작성 wysiwyg 편집기 ui 추가

    게시물 작성 ui에 wysiwyg형 적용
    MrMirror21 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    34fbc07 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. [feat]: 게시물 검색 기능(서버 미구현) 추가

    현재 서버 api 개선 전 임시용 검색 기능 추가
    MrMirror21 committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    91648c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. [feat]: 서버에 작성한 게시글 업로드(서버 해당 api 미구현)

    현재 api 명세에 적힌대로의 서버에 게시글 업로드 요청하는 기능 구현
    MrMirror21 committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    23b9312 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

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

Commits on Aug 6, 2023

  1. [feat] : 좋아요, 조회수, 댓글 수 등 게시글 세부 정보 표기 기능 추가

    게시글 목록이 디스플레이되는 화면에서 좋아요, 조회수, 댓글 수 등의 세부 정보가 표시되도록 변경
    MrMirror21 committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    2ae515b View commit details
    Browse the repository at this point in the history
  2. [chore] : api url 관련 변경

    .env 처리
    MrMirror21 committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    971e441 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. [feat]: 다이어리 게시글 리스트 로딩 구현

    다이어리 첫 페이지 로드 시, 게시글 페이지 변경 시 다이어리 게시글 리스트 로드하도록 서버와 연결
    MrMirror21 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    28e570c View commit details
    Browse the repository at this point in the history
  2. [chore] : 다이어리 작성 양식 변경

    서버 api 명세에 따라 양식 수정
    MrMirror21 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    b7803ec View commit details
    Browse the repository at this point in the history
  3. [feat] : 다이어리 상세 페이지 라우팅, ui 작업

    다이어리 상세 페이지 라우팅, ui 작업
    MrMirror21 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    00b5182 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. [feat] : 다이어리 상세 페이지 : 댓글 기능 구현

    1. 댓글 작성 : 작성 후 페이지 리로드, 결과 확인 가능, 작성 경과 시간 표기
    2. 댓글 수정 : 해당 댓글 위치에 수정 ui 위치, 수정 후 페이지 리로드, 결과 확인 가능
    3. 댓글 삭제 : 해당 댓글 삭제 후 페이지 리로드, 결과 확인 가능
    4. 댓글 총 개수 표기
    MrMirror21 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    786683b View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. refactor: 댓글 개수 표기 컴포넌트 분리

    RecommentCountIndicator 컴포넌트화, Diary.js 에서 분리
    MrMirror21 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    d3b6ced View commit details
    Browse the repository at this point in the history
  2. [feat]: 댓글 작성, 수정 기능 구현

    - 댓글 작성, 수정 기능 서버와 연동
    - 수정 시 해당 댓글 위치에 수정 UI 위치하도록 구현
    MrMirror21 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    f4eb7aa View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

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

Commits on Sep 23, 2023

  1. feat: 게시글 수정, 삭제 기능

    수정, 삭제 api 연동
    수정 UI 적용
    MrMirror21 committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    5b5e95a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    466dd2a View commit details
    Browse the repository at this point in the history