Conversation
- 자판기 총 금액판 - 돈 입력 창 - 투입, 반환 버튼 - 로그 창
- 로그 업데이트 로직 분리하여 적용
- 값을 변경하는 느낌보다는 화면에 보여주는 느낌으로 update에서 render로 수정
- input 타입 number -> text로 변경 - input 입력시 마다 맨앞에 0제거, 3자리마다 ,추가 로직 추가
- 구매 성공 => 초록 - 구매 실패 => 빨강 - 그외 => 검정
- 클레스 변경사항에 따른 클래스 다이어그램 업데이트
- createVendingMachineDOM 함수 추가 - 테스트에 필요한 UI 요소를 만든다.
-최소 클릭으로 돈 입력되는지 확인하는 테스트 추가
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.