[IDLE-000] 메인화면 위치표시및 공고 카드 변경된 디자인 적용 #53
Merged
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.
변경된점
메인화면 좌측 상단에 요양보호사 위치표시
앱을 시작하면 로컬에 저장된 정보(토큰, 유저타입)을 사용하여 유저 프로필을 요청합니다.
해당 요청이 발생하는 이유 두가지 입니다.
Worker/Center의 ProfileUseCase에서 요청전 캐싱정보가 있는지 확인합니다.
공고 카드에 도보거리 태그 표시
현재 서버로부터 전달받는 거리는 미터 단위입니다. 이를 도보 거리로 변경하기 위한 로직은 Cell의 RenderObject가 보유하고 있습니다.
추후에 다른 곳에서 사용할 수 있는 경우 UseCase등으로 빼려고 합니다