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

[step3] 로또 2등 #998

Open
wants to merge 32 commits into
base: celine-yerim
Choose a base branch
from

Commits on Nov 9, 2023

  1. feat: 문자열 계산기 기능 구현

    celine.yerim committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    14e5ae7 View commit details
    Browse the repository at this point in the history
  2. test: 문자열 계산기 테스트 작성

    celine.yerim committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    ed1c53b View commit details
    Browse the repository at this point in the history
  3. docs: 요구사항 작성

    celine.yerim committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    67bfa77 View commit details
    Browse the repository at this point in the history
  4. feat: 코드 수정

    celine.yerim committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    378fc2b View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. feat: 입력 값 추가

    celine.yerim committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    b451d7f View commit details
    Browse the repository at this point in the history
  2. feat: 결과 값 추가

    celine.yerim committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    7ae5bc3 View commit details
    Browse the repository at this point in the history
  3. feat: 로또 실행 추가

    celine.yerim committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    f5bc3d3 View commit details
    Browse the repository at this point in the history
  4. docs: 로또 readme 추가

    celine.yerim committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    e4fe855 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. feat: 로또 print 추가

    celine.yerim committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    7c0d888 View commit details
    Browse the repository at this point in the history
  2. test: 로또 test 추가

    celine.yerim committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    8d16723 View commit details
    Browse the repository at this point in the history
  3. feat: 입력 값 수정

    celine.yerim committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    9874e32 View commit details
    Browse the repository at this point in the history
  4. feat: 출력 값 수정

    celine.yerim committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    2964592 View commit details
    Browse the repository at this point in the history
  5. feat: 로또 수정

    celine.yerim committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    58b2f89 View commit details
    Browse the repository at this point in the history
  6. test: 로또 테스트 수정

    celine.yerim committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    516f215 View commit details
    Browse the repository at this point in the history
  7. docs: 로또 readme 수정

    celine.yerim committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    cd93689 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. feat: 코드리뷰 수정

    celine.yerim committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    d950581 View commit details
    Browse the repository at this point in the history
  2. docs: readme 이동

    celine.yerim committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    dc68610 View commit details
    Browse the repository at this point in the history
  3. style: 패키지 이동

    celine.yerim committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    ae9e7f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. style: 패키지 이동

    celine.yerim committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    5f64c54 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. feat: 리팩토링 - input, result 리팩토링

    celine.yerim committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    c156b0f View commit details
    Browse the repository at this point in the history
  2. feat: 리팩토링 - Lotto, LottoResult

    celine.yerim committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    b1d52e3 View commit details
    Browse the repository at this point in the history
  3. test: 로또 test 수정

    celine.yerim committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    b1a8de9 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'lotto-auto' into lotto-second-place

    # Conflicts:
    #	src/main/kotlin/lotto/Lotto.kt
    #	src/main/kotlin/lotto/LottoApplication.kt
    #	src/main/kotlin/lotto/LottoGame.kt
    #	src/main/kotlin/lotto/view/InputView.kt
    #	src/main/kotlin/lotto/view/ResultType.kt
    #	src/main/kotlin/lotto/view/ResultView.kt
    #	src/test/kotlin/LottoGameTest.kt
    celine.yerim committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    af1ce8e View commit details
    Browse the repository at this point in the history
  5. feat: result 수정

    celine.yerim committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    7a086ec View commit details
    Browse the repository at this point in the history
  6. Merge branch 'lotto-auto' into lotto-second-place

    celine.yerim committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    dbc9835 View commit details
    Browse the repository at this point in the history
  7. feat: 로또 수정

    celine.yerim committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    567da32 View commit details
    Browse the repository at this point in the history
  8. test: 로또 테스트 수정

    celine.yerim committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    11b4ceb View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'origin/celine-yerim' into celine-yerim

    # Conflicts:
    #	README.md
    #	src/main/kotlin/stringsumcalculator/Calculator.kt
    #	src/test/kotlin/stringsumcalculator/CalculatorTest.kt
    celine.yerim committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    af1e32e View commit details
    Browse the repository at this point in the history
  10. Merge branch 'lotto-auto' into celine-yerim

    celine.yerim committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    0465f2b View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. feat: 리팩토링

    celine.yerim committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    0a8037d View commit details
    Browse the repository at this point in the history
  2. test: 로또 테스트 수정

    celine.yerim committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    e5bf420 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Merge remote-tracking branch 'origin/celine-yerim' into lotto-second-…

    …place
    celine.yerim committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    aad00c4 View commit details
    Browse the repository at this point in the history