Replies: 1 comment
-
1: 그래서 코드 양이 많아지고, 라우팅 방식에 혼선이 생김 (소스코드에서 화면 이동 파악이 어려워짐) -> 라우팅 방식의 통일 필요 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
navigation-compose를 사용하고 있으면서, 다수의 의미 없는 Activity를 호출하고 있음
→ Activity로 나누지 않고 Composable로 만들고 Routing 시키기
같은 백엔드 서버에서 전달받는 API의 Response 객체가 통일되지 않고 각각 따로 정의되어 있음
→
ApiResponse<T>
data class 만들어서 적용해보고자 했으나 아직 전체 적용되지 못함예외 상황에 대한 오류 문구 출력이 잘 안되고 있음
서버 점검이나 서비스 장애 시 유저들의 이용을 일시적으로 차단할 기능이 없음
오류로그 수집이 안되고 있음 (Crashlytics)
로딩 상황에 대한 UI가 없음
Preview를 고려하지 않고 개발된 UI가 많음
Beta Was this translation helpful? Give feedback.
All reactions