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

[1단계 - 콘솔 기반 로또 게임] 윤생(이윤성) 미션 제출합니다. #173

Merged
merged 39 commits into from
Feb 19, 2023

Commits on Feb 14, 2023

  1. docs: 요구사항 목록 작성

    Co-authored-by: 2yunseong<dbsdltjd3701@naver.com>
    cruelladevil committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    286ba48 View commit details
    Browse the repository at this point in the history
  2. feat: 콘솔 인터페이스 구현

    Co-authored-by: 2yunseong<dbsdltjd3701@naver.com>
    cruelladevil committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    e8edb1a View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. feat: 입/출력 UI 로직 작성

    Co-authored-by: 2yunseong <dbsdltjd3701@naver.com>
    cruelladevil and 2yunseong committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    003f199 View commit details
    Browse the repository at this point in the history
  2. test: Lotto 클래스 테스트 추가

    Co-authored-by: 2yunseong <dbsdltjd3701@naver.com>
    cruelladevil and 2yunseong committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    77eaa13 View commit details
    Browse the repository at this point in the history
  3. feat: Lotto 클래스 구현

    Co-authored-by: 2yunseong <dbsdltjd3701@naver.com>
    cruelladevil and 2yunseong committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    8951221 View commit details
    Browse the repository at this point in the history
  4. test: validation 유틸 함수 테스트 추가

    Co-authored-by: 2yunseong <dbsdltjd3701@naver.com>
    cruelladevil and 2yunseong committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    771bc53 View commit details
    Browse the repository at this point in the history
  5. feat: validation 유틸 함수 구현

    Co-authored-by: 2yunseong <dbsdltjd3701@naver.com>
    cruelladevil and 2yunseong committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    385b61b View commit details
    Browse the repository at this point in the history
  6. feat: RandomGenerator 구현

    Co-authored-by: 2yunseong <dbsdltjd3701@naver.com>
    cruelladevil and 2yunseong committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    7b7b2a5 View commit details
    Browse the repository at this point in the history
  7. feat: WinningLotto 클래스 구현

    Co-authored-by: 2yunseong <dbsdltjd3701@naver.com>
    cruelladevil and 2yunseong committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    fed7cd4 View commit details
    Browse the repository at this point in the history
  8. feat: LottoMachine 클래스 구현

    Co-authored-by: 2yunseong <dbsdltjd3701@naver.com>
    cruelladevil and 2yunseong committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    e183e9f View commit details
    Browse the repository at this point in the history
  9. feat: LottoController 클래스 구현

    Co-authored-by: 2yunseong <dbsdltjd3701@naver.com>
    cruelladevil and 2yunseong committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    7e7c120 View commit details
    Browse the repository at this point in the history
  10. feat: App 구현

    Co-authored-by: 2yunseong <dbsdltjd3701@naver.com>
    cruelladevil and 2yunseong committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    83f4d4f View commit details
    Browse the repository at this point in the history
  11. feat: validation 추가

    Co-authored-by: 2yunseong <dbsdltjd3701@naver.com>
    cruelladevil and 2yunseong committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    d38e64f View commit details
    Browse the repository at this point in the history
  12. test: 메서드 변경에 따른 테스트 수정

    Co-authored-by: 2yunseong <dbsdltjd3701@naver.com>
    cruelladevil and 2yunseong committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    2e08722 View commit details
    Browse the repository at this point in the history
  13. feat: 도메인 로직 변경에 따른 OutputView 수정

    Co-authored-by: 2yunseong <dbsdltjd3701@naver.com>
    cruelladevil and 2yunseong committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    987b906 View commit details
    Browse the repository at this point in the history
  14. docs: 완료한 기능 체크

    Co-authored-by: 2yunseong <dbsdltjd3701@naver.com>
    cruelladevil and 2yunseong committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    1ea68ab View commit details
    Browse the repository at this point in the history
  15. chore: eslint 및 prettier 설정

    Co-authored-by: 2yunseong <dbsdltjd3701@naver.com>
    cruelladevil and 2yunseong committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    a0b74d5 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. refactor: validation 메서드 추출

    Co-authored-by: 2yunseong <dbsdltjd3701@naver.com>
    cruelladevil and 2yunseong committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    6ec9738 View commit details
    Browse the repository at this point in the history
  2. refactor: 에러 메세지 상수화

    Co-authored-by: 2yunseong <dbsdltjd3701@naver.com>
    cruelladevil and 2yunseong committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    b76fa5a View commit details
    Browse the repository at this point in the history
  3. refactor: 매직넘버 제거

    Co-authored-by: 2yunseong <dbsdltjd3701@naver.com>
    cruelladevil and 2yunseong committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    2fec3b5 View commit details
    Browse the repository at this point in the history
  4. refactor: 당첨 통계 계산 책임을 LottoMachine에게 위임

    Co-authored-by: 2yunseong <dbsdltjd3701@naver.com>
    cruelladevil and 2yunseong committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    bdb3558 View commit details
    Browse the repository at this point in the history
  5. refactor: 재사용을 위해 static 메서드로 변경

    Co-authored-by: 2yunseong <dbsdltjd3701@naver.com>
    cruelladevil and 2yunseong committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    f934e7b View commit details
    Browse the repository at this point in the history
  6. refactor: 등수 판별 로직 추출

    Co-authored-by: 2yunseong <dbsdltjd3701@naver.com>
    cruelladevil and 2yunseong committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    9d7ce91 View commit details
    Browse the repository at this point in the history
  7. refactor: OutputView 리터럴 상수화

    Co-authored-by: 2yunseong <dbsdltjd3701@naver.com>
    cruelladevil and 2yunseong committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    201b756 View commit details
    Browse the repository at this point in the history
  8. refactor: 커맨드 상수화

    Co-authored-by: 2yunseong <dbsdltjd3701@naver.com>
    cruelladevil and 2yunseong committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    50e0b47 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f8a26cf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    860ae54 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    43bc87b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e0fc0e2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e15c175 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. test: jest에서 제공하는 메서드 이용

    - toBe => toBeTruthy, toBeFalsy
    2yunseong committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    a9a9f88 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

  1. chore: 주석 변경

    2yunseong committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    9991a5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4086f15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3a3147 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    027c11b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d90f66 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e26a21b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fd155ab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f24b8cb View commit details
    Browse the repository at this point in the history