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

[Step4] 4단계 - 자동차 경주(우승자) #1740

Open
wants to merge 12 commits into
base: devtaebong
Choose a base branch
from

Commits on Nov 23, 2024

  1. fix: step3 피드백 반영

    김태현(TaeHyeon, Kim) committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    90a5cdc View commit details
    Browse the repository at this point in the history
  2. docs: 기능 요구사항 정리

    김태현(TaeHyeon, Kim) committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    30c66c7 View commit details
    Browse the repository at this point in the history
  3. feat: 자동차의 이름을 입력받는다.

    김태현(TaeHyeon, Kim) committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    567e26c View commit details
    Browse the repository at this point in the history
  4. test: 자동차 이름 입력 테스트

    김태현(TaeHyeon, Kim) committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    95bc454 View commit details
    Browse the repository at this point in the history
  5. docs: 기능요구사항 현행화

    김태현(TaeHyeon, Kim) committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    954bdb8 View commit details
    Browse the repository at this point in the history
  6. feat: 자동차 이름 저장 및 출력

    김태현(TaeHyeon, Kim) committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    1056d3b View commit details
    Browse the repository at this point in the history
  7. test: 자동차 이름 저장 및 출력

    김태현(TaeHyeon, Kim) committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    22cb344 View commit details
    Browse the repository at this point in the history
  8. docs: 기능 요구사항 현행화

    김태현(TaeHyeon, Kim) committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    7928d67 View commit details
    Browse the repository at this point in the history
  9. test: CarList 상태변경 학습테스트

    김태현(TaeHyeon, Kim) committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    427e70b View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

  1. fix: 우승자를 구하는 로직(findWinners) util -> manager 변경

    김태현(TaeHyeon, Kim) committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    10c10b1 View commit details
    Browse the repository at this point in the history
  2. fix: 자동차 생성 로직을 Car 클래스가 담당하도록 변경

    김태현(TaeHyeon, Kim) committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    8968fc7 View commit details
    Browse the repository at this point in the history
  3. fix: Output 관련 문구 동반객체로 관리

    김태현(TaeHyeon, Kim) committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    f21d2d1 View commit details
    Browse the repository at this point in the history