-
Notifications
You must be signed in to change notification settings - Fork 37
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] 미르, 희동 #99
Open
mireu930
wants to merge
20
commits into
tasty-code:d_Mireu
Choose a base branch
from
mireu930:step4
base: d_Mireu
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
457ecdd
feat: 스토리보드 없이 코드로 UI구성
mireu930 0890154
feat: MVC 파일 분리
mireu930 23e9646
feat: 고객추가버튼을 눌렀을때 타이머가 작동하도록 구현
mireu930 2fb486d
feat: 초기화버튼을 눌렀을때 타이머가 처음으로 돌아가도록 구현
mireu930 ebc6963
feat: 고객추가버튼을 눌렀을때 임의의 10명의 고객이 추가되도록 구현
mireu930 53e8a79
feat: 초기화버튼을 눌렀을때 고객도 초기화되도록 구현
mireu930 f050141
refactor: 고객이 10명이 추가되면 고객번호가 이어지도록 수정
mireu930 a3266c9
refactor: 초기화되면 고객도 처음부터 reset되도록 구현
mireu930 568ac43
refactor: 두개의 Queue를 Queue 하나로 수정 처리될수 있도록 수정
mireu930 9844140
feat: 추가버튼을 눌렀을때 BankManager의 메서드 구현
mireu930 6158026
refactor: global Qos 지정
mireu930 5bf8e85
feat: 델리게이트패턴으로 UI 업데이트 구현
mireu930 06d79aa
feat: 업무가 끝나면 타이머가 종료되도록 구현
mireu930 9fdb0a8
feat: 스크롤하면 타이머가 일시정지 되는 에러 수정
mireu930 9941e85
feat: true/false로 업무가 끝나면 타이머가 종료되도록 수정
mireu930 ac2b203
refactor: 파일분리
mireu930 03fa920
feat: 대출업무를 한명이 할수 있도록 수정
mireu930 63dbf94
refactor: final키워드, 네이밍 수정
mireu930 228339d
refactor: 고객레이블을 제거 메서드 분리
mireu930 e5d8de4
refactor: View타입 분리
mireu930 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
실제 사용되지 않는 코드들은 데드 코드로 남겨두기보단 없애는것이 추후 현업에서 협업 PR을 올릴 때 신경쓰셔야할 하나의 부분이라 남겨둡니다 🙋🏻
아니라면, MARK 주석으로 왜 주석을 처리하는지에 대해 남겨둬도 좋습니다ㅎㅎ