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

Step2 아토 #2

Open
wants to merge 27 commits into
base: hyxrxn
Choose a base branch
from

Commits on Apr 17, 2024

  1. [방탈출 예약 관리 - 1~3단계] 아토(이혜린) 미션 제출합니다. (woowacourse#43)

    * feat(RoomEscapeController): 홈 화면 생성
    
    Co-authored-by: hyxrxn <[email protected]>
    
    * feat(RoomEscapeController): welcome page 리다이렉트
    
    Co-authored-by: hyxrxn <[email protected]>
    
    * feat(RoomEscapeController): 예약 내역 조회
    
    Co-authored-by: hyxrxn <[email protected]>
    
    * refactor(ReservationDto): 예약 정보 전달
    
    Co-authored-by: hyxrxn <[email protected]>
    
    * style(RoomEscapeApplication): 불필요한 개행 삭제
    
    Co-authored-by: hyxrxn <[email protected]>
    
    * feat(RoomEscapeController): 예약 추가
    
    Co-authored-by: hyxrxn <[email protected]>
    
    * feat(RoomEscapeController): 예약 삭제
    
    Co-authored-by: hyxrxn <[email protected]>
    
    * style(RoomEscapeController): 개행 추가
    
    Co-authored-by: hyxrxn <[email protected]>
    
    * refactor(ReservationResponse): 클래스명 변경
    
    Co-authored-by: hyxrxn <[email protected]>
    
    * fix(index.html): 페이지 이동 불가 버그 개선
    
    Co-authored-by: hyxrxn <[email protected]>
    
    * refactor(controller): 컨트롤러 분리
    
    Co-authored-by: hyxrxn <[email protected]>
    
    * style(controller): 디폴트값 명시
    
    Co-authored-by: hyxrxn <[email protected]>
    
    * refactor(ReservationRequest): LocalDateTime 변환 로직 수정
    
    Co-authored-by: hyxrxn <[email protected]>
    
    * style(import): import문 순서 컨벤션 적용
    
    Co-authored-by: hyxrxn <[email protected]>
    
    * refactor(Reservation): 불필요한 생성자 제거
    
    * refactor(ReservationRequest): 래퍼 클래스 이용하게 통일
    
    ---------
    
    Co-authored-by: Arachneee <[email protected]>
    hyxrxn and Arachneee authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    639f695 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

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

Commits on Apr 23, 2024

  1. refactor(ReservationController): 예약 내역 조회 시 데이터베이스 활용

    - 예약 추가 / 취소 기능 구현 필요
    hyxrxn committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    8d5e7fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    114446c View commit details
    Browse the repository at this point in the history
  3. fix(ReservationController): 예약 추가 및 삭제 시 페이지 미갱신 문제 수정

    - 예약 추가 시 해당 예약 바디로 리턴
    - reservation-legacy.js에서 상태코드 수정
    hyxrxn committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    b3f2d74 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    b97eba1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d027c6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0d56ce View commit details
    Browse the repository at this point in the history
  4. feat(TimeController): 예약 시간 조회, 추가 및 삭제

    - 기존 구조 활용
    hyxrxn committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    6fb9f5b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98ae4d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a30029b View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    ae0c874 View commit details
    Browse the repository at this point in the history
  2. refactor: 패키지 분리

    hyxrxn committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    eb2777a View commit details
    Browse the repository at this point in the history
  3. refactor(Controller): 가독성 개선

    - 변수 추출
    - 상수 분리
    - SimpleJdbcInsert 사용
    hyxrxn committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    b2be619 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    08e273a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78952eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d02fd4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ff3c24 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    537ae1c View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    c914a99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8d9f06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc2ac8d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31c3bb6 View commit details
    Browse the repository at this point in the history
  5. refactor(TimeController): 해당 시간의 예약이 존재하는지 확인 후 삭제

    - 존재한다면 예외 발생
    - 존재하지 않는다면 정상 삭제
    hyxrxn committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    a5136cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bbb56ad View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    724c60c View commit details
    Browse the repository at this point in the history
  8. test(EndToEndTest): 삭제가 잘 되었는지 확인

    - 조회 개수가 삭제 이후 1개에서 0개가 되었는지 확인
    hyxrxn committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    5a1fa50 View commit details
    Browse the repository at this point in the history