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

Feature/christmas 3 #18

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

Commits on Feb 12, 2024

  1. Feat: Add InputView with exception logic.

    - InputView에서 날짜를 받는 로직 추가
    - 메뉴와 개수를 입력 받는 로직 추가
    - 모든 과정에서 exception 처리를 할 수 있도록 validator와 error message 추가
    rlaekdud committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    9859ad6 View commit details
    Browse the repository at this point in the history
  2. Fix: Modify Menu field to final.

    - Menu enum의 field들을 모두 final로 변경
    rlaekdud committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    d7d4b9e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from rlaekdud/feature/christmas-1

    Feature/christmas 1
    rlaekdud authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    cc0474e View commit details
    Browse the repository at this point in the history
  4. Feat: Add service logic.

    - Menu와 주문 수량에 따라 discount를 계산하는 service logic 구현.
    rlaekdud committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    98ae2cf View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from rlaekdud/feature/christmas-2

    Feat: Add service logic.
    rlaekdud authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    69e9b66 View commit details
    Browse the repository at this point in the history
  6. Feat: Add OutputView.

    - 출력 로직 구현.
    - 출력 시 파라미터로 받은 값만 출력하도록 구현.
    rlaekdud committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    0226ec8 View commit details
    Browse the repository at this point in the history
  7. Feat: Add controller

    - 주문을 받는 로직을 controller에 구현.
    rlaekdud committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    1f82376 View commit details
    Browse the repository at this point in the history