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

[서지민] Good-Night-3rd-Hackathon-Backend 제출 #14

Open
wants to merge 29 commits into
base: main
Choose a base branch
from

Commits on Aug 24, 2024

  1. 최초 커밋

    Lauiee committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    034f080 View commit details
    Browse the repository at this point in the history
  2. initial commit

    Lauiee committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    efd2243 View commit details
    Browse the repository at this point in the history
  3. initial commit

    initial commit
    Lauiee committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    735f2aa View commit details
    Browse the repository at this point in the history
  4. 1. 소원등록 API 구현

    소원등록 API 구현완료
    Lauiee committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    009d42e View commit details
    Browse the repository at this point in the history
  5. 2. 소원 삭제 구현완료

    soft delete방식 소원 삭제 구현 완료
    Lauiee committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    7bdf0e7 View commit details
    Browse the repository at this point in the history
  6. 3. 소원 승인상태 변경 API 구현 완료

    소원 승인상태 변경 API 구현 완료
    Lauiee committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    d4ca4f1 View commit details
    Browse the repository at this point in the history
  7. 3. 승인상태 변경 API 구현 완료

    description받는 방식 RequestBody -> RequestParam 으로 변경
    Lauiee committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    8367f88 View commit details
    Browse the repository at this point in the history
  8. 4. 소원 단일 조회 API 구현 완료

    단일 소원 API구현 완료 일단 승인 상태만 조회 가능하게 만듬
    Lauiee committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    c26103d View commit details
    Browse the repository at this point in the history
  9. 5. 소원 목록 조회 API 구현 완료

    테스트코드는 작성 못함
    Lauiee committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    456159d View commit details
    Browse the repository at this point in the history
  10. 6. 댓글 등록 API 구현 완료

    6. 댓글 등록 API 구현 완료
    Lauiee committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    4fa9b1e View commit details
    Browse the repository at this point in the history
  11. 7. 댓글 삭제 API 구현 완료

    7. 댓글 삭제 API 구현 완료
    Lauiee committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    1ab5c43 View commit details
    Browse the repository at this point in the history
  12. 8. 댓글 조회 API 구현 완료

    8. 댓글 조회 API 구현 완료
    Lauiee committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    1657ceb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dc55c38 View commit details
    Browse the repository at this point in the history
  14. 9. 검색 API 구현 완료

    9. 검색 API 구현 완료
    Lauiee committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    8f179f2 View commit details
    Browse the repository at this point in the history
  15. fix: swagger 추가

    Lauiee committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    82fd579 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

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

Commits on Sep 9, 2024

  1. refactor: comment생성 컨트롤러 리팩토링

    서비스단을 넘기는 요청객체를 도메인 객체로 변환하여 전달
    Lauiee committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    ab6c3ad View commit details
    Browse the repository at this point in the history
  2. refactor: cors설정을 전역으로 변경

    @crossorigin으로 컨트롤러 하나에만 적용되던 cors설정을 WebConfig를 생성해 전역으로 적용하게 변경
    Lauiee committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    ae12b06 View commit details
    Browse the repository at this point in the history
  3. refactor: Wish생성 컨트롤러 수정

    DTO객체 전달 -> 도메인 객체 전달
    Lauiee committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    0c5134d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a0c7af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c4763f View commit details
    Browse the repository at this point in the history
  6. refactor: wish객체 생성자 수정

    불필요한 인자는 제거하고 내부적으로 값 설정하게 수정
    Lauiee committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    bd82900 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2ae5a58 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2c0da16 View commit details
    Browse the repository at this point in the history
  9. refactor: 객체명 단수형으로 변경

    빠진 파일들 마저 커밋
    Lauiee committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    41e99ba View commit details
    Browse the repository at this point in the history
  10. refactor: wish객체 id필드명 수정

    wishId -> id
    Lauiee committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    d7c8166 View commit details
    Browse the repository at this point in the history
  11. refactor: layer역행 수정

    불필요했던 메서드 제거 및 서비스 레이어는 도메인 객체만 알도록 수정,
    객체 명 및 필드명 수정으로 인해 발생하는 DB관련 오류 수정
    Lauiee committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    978e2a2 View commit details
    Browse the repository at this point in the history
  12. refactor: 중복되는 기능의 코드 제거

    기존에 만들어져있는 전체 조회 메서드에서 이미 status도 @RequestParam으로 받고 그걸 조건으로 반환해주고 있었어서 불필요한 코드라 판단해서 제거
    Lauiee committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    6cc9d76 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    de18de4 View commit details
    Browse the repository at this point in the history