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

Merge: 토익 문제 수정 및 삭제 적용 #43

Merged
merged 8 commits into from
Feb 25, 2024
Merged

Merge: 토익 문제 수정 및 삭제 적용 #43

merged 8 commits into from
Feb 25, 2024

Commits on Feb 24, 2024

  1. Feat: 토익 문제에서 ResponseEntity 추가

    - CRUD 기능을 위한 API 추가
    - 토익 문제를 추가하고 수정하고 삭제하는 기능을 추가했습니다.
    - Response Entity를 적용하여 클라이언트에게 응답을 보내는 기능을 추가했습니다.
    
    Related to #35
    Zamoca42 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    b10e3c0 View commit details
    Browse the repository at this point in the history
  2. Refact: 업데이트 이름 변경

    - Data로 끝나는 Dto 이름을 변경
    - 문제 수정에 수정 요청 바디 추가
    Related to #35
    Zamoca42 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    d428d31 View commit details
    Browse the repository at this point in the history
  3. Feat: 토익 문제 수정 인터페이스 추가

    - 수정 요청용 Body dto 추가
    - 토익 문제 수정 시 필요한 인터페이스 추가
    Related to #35
    Zamoca42 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    a6f5c50 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Refact : 컨트롤러에서 상세 조회 swagger 이름 변경

    - 조회 -> 상세 조회로 변경
    Zamoca42 committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    2f4c341 View commit details
    Browse the repository at this point in the history
  2. Refact : 컨트롤러에서 상세 조회 swagger 이름 변경

    - 조회 -> 상세 조회로 변경
    
    Related to #35
    Zamoca42 committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    ae9c06d View commit details
    Browse the repository at this point in the history
  3. Refact: 토익 문제 리팩터링

    - 토익 문제 수정, 삭제시 매니저 권한이 필요하도록 수정
    
    Related to #35
    Zamoca42 committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    33cb986 View commit details
    Browse the repository at this point in the history
  4. Feat: 문제 상세 조회 추가

    - 토익 내의 문제 상세 조회 기능을 추가했습니다.
    - 문제 상세 조회를 위한 API를 추가했습니다.
    - 메서드 이름을 변경했습니다.
    
    Related to #35
    Zamoca42 committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    a933321 View commit details
    Browse the repository at this point in the history
  5. Refact: 토익 문제 조회 API 수정

    - 토익 문제 조회 API에서 Query 파라미터 옵션 추가
    - 기본으로 공개된 문제만 조회하도록 변경
    
    Related to #35
    Zamoca42 committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    86fae1e View commit details
    Browse the repository at this point in the history