Skip to content
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

[FIX] 일부 코드 리펙토링 및 세부 내용 수정 #71

Closed
3 tasks done
l5x5l opened this issue Sep 14, 2024 · 1 comment · Fixed by #74
Closed
3 tasks done

[FIX] 일부 코드 리펙토링 및 세부 내용 수정 #71

l5x5l opened this issue Sep 14, 2024 · 1 comment · Fixed by #74
Assignees

Comments

@l5x5l
Copy link
Contributor

l5x5l commented Sep 14, 2024

내용

feature 모듈단에서 중복되어 작성된 클래스를 core:feature 모듈로 이동시킵니다.
앱 사용중 발견한 QA 내용을 수정합니다.

Todo

  • 페이지네이션 관련 클래스를 core:feature로 이동
  • composable column, row에 key가 설정되어있지 않은 부분 수정
  • 링크가 제거되거나 링크의 소속 포킷을 수정했을 때, 홈 화면으로 돌아간 경우 포킷에 표시되는 링크 개수가 부정확한 문제 수정
@l5x5l l5x5l self-assigned this Sep 14, 2024
@l5x5l
Copy link
Contributor Author

l5x5l commented Sep 16, 2024

lazyColumn의 key속성 지정 task의 경우, column내 아이템의 수정/삭제가 발생하는 케이스에만 적용

l5x5l added a commit that referenced this issue Sep 22, 2024
* [FEATURE] 페이징 관련 공통 클래스 구현 및 테스트 코드 추가

* [REFACTOR] 포킷 상세 화면에서 core:feature모듈에 선언한 SimplePaging을 사용하도록 수정 및 최신/오래된 순 정렬이 적용되지 않던 문제 수정

* [REFACTOR] 홈 화면에서 core:feature모듈에 선언한 SimplePaging을 사용하도록 수정

* [REFACTOR] 알람/포킷추가/링크추가 화면에서 core:feature모듈에 선언한 SimplePaging을 사용하도록 수정

* [REFACTOR] 검색 화면에서 core:feature모듈에 선언한 SimplePaging을 사용하도록 수정 및 최신순/오래된순 정렬이 안되던 문제 수정

* [CHORE] 미사용 코드 제거

* [FIX] 검색 화면 내 lazyColumn items에 key속성 추가

* [FIX] 링크 수정으로 인해 포킷의 링크 개수가 변경되엇을 때, 이를 홈 화면 및 포킷 상세 화면에서 반영하지 못하는 문제 수정

* [CHORE] ktlint 적용
@l5x5l l5x5l closed this as completed in #74 Sep 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant