Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Java-Bom/cafe
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Java-Bom/cafe
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: jbm
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 12 files changed
  • 2 contributors

Commits on Apr 4, 2021

  1. feat: Add repository package

    Implement find functions
    bominjang committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    75b1838 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2021

  1. feature: Order, OrderRepository, CafeOrderService 구현

    - TODO : Application 부분 더 구현해야 함. Order 받을 때 검증 추가하기.
    bominjang committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    76354a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2021

  1. feature: CafeOrderService, Application 구현

    TODO : 신용, 현금 결제 구현
    bominjang committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    9dbdff4 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. Merge pull request #13 from Java-Bom/step1/jbm

    Step1/jbm
    bominjang authored Jul 16, 2021
    Configuration menu
    Copy the full SHA
    9ac5b50 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2021

  1. refactor : 입력값 검증, Exception 처리 등

    - 테이블, 메뉴, 메뉴 수량 입력 시 입력값 검증
    - 메뉴 번호로 메뉴를 찾을 때, get으로 찾으면 index 기준으로 찾기 때문에 제대로 불러오지 못함 -> menu의 number를 직접 비교하는 것으로 로직 변경
    - 테이블 목록 출력 로직 변경
    - 한 메뉴당 주문할 수 있는 최대 수량 이상으로 주문할 수 없도록 로직 변경
    - 주문 내역을 출력 시, 메뉴 당 수량을 출력하도록 로직 변경
    - 더 해야할 것 : 결제 기능 구현
    bominjang committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    c53631e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14 from Java-Bom/step1/jbm

    refactor : 입력값 검증, Exception 처리 등
    bominjang authored Jul 25, 2021
    Configuration menu
    Copy the full SHA
    d89f152 View commit details
    Browse the repository at this point in the history
Loading