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

[영화예매] 반선호 과제 제출합니다. #33

Closed
wants to merge 18 commits into from

Commits on Apr 16, 2019

  1. docs : README.md(기능 구현 목록) 작성

    1. 최초 기능 구현 목록 작성
    vsh123 committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    e42e6c3 View commit details
    Browse the repository at this point in the history
  2. feat : 예매 가능한 목록 출력 및 예매할 영화 번호 입력 받는 기능 구현

    1. 존재하는 영화인지 검증를 위해 MovieRepository ,Moive 객체에 contains추가
    
    2. MovieReservation 객체 생성
     - 예매 정보 및 가능한 예매인지 검증해주는 객체
    
    3. InpurtView 및 OutputView 일부 수정
    
    4. README.md 예외처리 추가
    vsh123 committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    21598c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3af1ce3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9cafb5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    87dc3a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a74942 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0ce81fa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    856ae95 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a00aea3 View commit details
    Browse the repository at this point in the history
  10. refactor : 오타 수정

    vsh123 committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    1629045 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4b2c391 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d8fee8e View commit details
    Browse the repository at this point in the history
  13. feat : 결제 기능 구현

    1. 포인트, 카드, 현금 만큼 차감 후 결제 진행
    vsh123 committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    927917c View commit details
    Browse the repository at this point in the history
  14. docs : TO-DO LIST 작성

    vsh123 committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    e79f547 View commit details
    Browse the repository at this point in the history
  15. refactor : 오타 수정

    vsh123 committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    c765c75 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0c0d0e3 View commit details
    Browse the repository at this point in the history
  17. refactor : 예외 처리

    vsh123 committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    5b19b73 View commit details
    Browse the repository at this point in the history
  18. refactor : import 제외

    1. 불필요 import 제외
    vsh123 committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    d1ab643 View commit details
    Browse the repository at this point in the history