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

#3, #4 pull Request #3

Merged
merged 2 commits into from
Nov 22, 2023
Merged

#3, #4 pull Request #3

merged 2 commits into from
Nov 22, 2023

Commits on Nov 22, 2023

  1. docs: [#3] 2. 4) 이벤트 내역 (7) 추가

    이벤트 배지 관련 기능 정리 내용 추가
    MeanOfRedStone committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    25fcec5 View commit details
    Browse the repository at this point in the history
  2. feat: [#4] 식당 방문 날짜 입력 기능 추가

    1. ChristmasController
    - int reservation 변수로 날짜 저장
    
    2. InputView
    - readDate()
    1 ~ 31 사이의 날짜를 입력할 때까지 입력 반복
    - validateDate()
    1 ~ 31 사이의 날짜를 입력하지 않으면 IllegalArgumentException 발생
    
    3. InputException
    - dateInputError()
    날짜 입력 잘못했을 때의 출력문구
    MeanOfRedStone committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    0646029 View commit details
    Browse the repository at this point in the history