Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Develop #113

Merged
merged 13 commits into from
Nov 29, 2023
Merged

Develop #113

merged 13 commits into from
Nov 29, 2023

Commits on Nov 29, 2023

  1. Feat: 회원 예외 핸들 추가

    `+` 다른 회원 제어시 오류 추가
    laigasus committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    91ed14a View commit details
    Browse the repository at this point in the history
  2. Refcator: 회원 DTO 수정

    `#` DeleteRequest(email)
    `#` DeleteResponse(email, name)
    `#` UpdateRequest(password, name)
    laigasus committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    11c780d View commit details
    Browse the repository at this point in the history
  3. Fix: MemberService 로직 변경

    `#` 토큰으로 인증처리된 회원의 데이터만 제어할 수 있음
    laigasus committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    6c6b00a View commit details
    Browse the repository at this point in the history
  4. Fix: MemberController 변경된 로직 반영

    `#` MemberService 에서 변경된 내용 반영
    laigasus committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    cc5cc20 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf24345 View commit details
    Browse the repository at this point in the history
  6. Fix: TourAPI 메시지 status 변경

    `#` API 오류는 사용자에게는 여행 백엔드 서버의 문제로 띄우도록 변경(5xx)
    laigasus committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    4ba6481 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b4841c9 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #111 from Mini-Team-6/feature/#108-fix-member-control

    Feature/#108 fix member control
    tjdtn0219 authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    a49a897 View commit details
    Browse the repository at this point in the history
  9. Feat: TourAPI 비밀키 로직 변경

    `-` 하드 코딩된 키를 지움
    `+` 해당 API 키 장애 발생시 다른 키를 사용되도록 설계
    laigasus committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    f65de0f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7d4aeab View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    34da681 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #112 from Mini-Team-6/feature/#110-reservation-sto…

    …k-validation
    
    Feat: 예약 시 이미 품절된 객실 검증 로직 추가
    tjdtn0219 authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    1eccf58 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    111fd14 View commit details
    Browse the repository at this point in the history