-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/98 은행 하드코딩, 은행 선택, 미선택 UI #100
Conversation
BankInfo.entries.forEach { bankInfo -> | ||
item { | ||
BackItem() | ||
BackItem( | ||
bankInfo = bankInfo, | ||
onClick = {}, | ||
selected = bankInfo.code == "003" | ||
) | ||
} |
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.
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.
그거 물어봤는데, 서버에서 아이콘을 주지는 않아서 하드 코딩으로 넣었어!
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.
code 를 key 로 해서 서버에서 내려주는 순서에 의존하는건 어때?
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.
enum class는 그대로 두고, 서버에서 준 code 기준으로 정렬해서 보여주자는 뜻인가??
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.
일단 승인 합니다
일단 이 부분은 서버에서도 코드 순서대로 내려주고 있긴 해서, 순서에 대한 논의가 필요할 듯! |
Issue
작업 내용
코멘트