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

[UI] 일부 UI 수정 #79

Closed
6 of 7 tasks
l5x5l opened this issue Oct 24, 2024 · 3 comments · Fixed by #81
Closed
6 of 7 tasks

[UI] 일부 UI 수정 #79

l5x5l opened this issue Oct 24, 2024 · 3 comments · Fixed by #81
Assignees

Comments

@l5x5l
Copy link
Contributor

l5x5l commented Oct 24, 2024

내용

10월 23일자로 안건에 올라온 내용의 확정 부분 중 현재 수정가능한 UI를 수정합니다.
단, 아직 구현되지 않은 공유 포킷, 포킷 정렬 고정과 관련된 내용은 제외합니다.

Todo

  • 엠티 화면일 때 포킷 추가하기, 링크 추가하기 버튼 추가
  • 검색 화면의 placeHolder 문구 수정
  • 포킷 상세 화면에서 링크 추가 float button 추가
  • 메인 화면에서 링크 추가와 관련된 Toast UI 추가 (저장완료, 실패, 저장공간 부족)
  • 링크 추가 화면에서 링크 입력시 링크카드 로딩 ui 추가
  • 안읽음/즐겨찾기 화면 구현

다음 스프린트로 이동한 항목

  • 링크 상세 bottomSheet 수정
@l5x5l l5x5l self-assigned this Oct 24, 2024
l5x5l added a commit that referenced this issue Oct 29, 2024
- 이를 통해 링크를 추가한 경우, 기존 포킷 상세 화면에 표시되는 링크 리스트를 새로고침하는 로직 추가 구현
@l5x5l
Copy link
Contributor Author

l5x5l commented Nov 3, 2024

항목 추가 (11/3)

  • 누락된 즐겨찾기/안읽음 페이지 UI 구현 부분 추가

l5x5l added a commit that referenced this issue Nov 9, 2024
- 링크 관련 bottomSheet는 해당 UI 디자인 변경으로 인해 아직 미적용한 상태
@l5x5l
Copy link
Contributor Author

l5x5l commented Nov 12, 2024

항목 수정 (11/12)

  • 작업 분리로 메인 화면 포킷에서 정렬 UI 변경부분 제거

@l5x5l
Copy link
Contributor Author

l5x5l commented Nov 17, 2024

항목 수정 (11/17)

  • 링크 상세 bottomSheet의 경우 추가적인 서버 API 수정이 필요할 것으로 보여 다음 스프린트로 이동
    • 기존 방식은 링크 상세 BottomSheet가 올라올 때 링크 상세조회 API를 호출한 경우 안읽음 처리가 읽음으로 변경됨되지만 수정 이후 방식의 경우에는 링크 상세 bottomSheet가 보여지더라도 안읽음 표시가 사라지면 안된다고 판단
    • 대신 읽은 상태로 변환할 수 있는 API가 추가되서 uriHandler로 uri을 웹뷰로 오픈할 떄 해당 API를 호출하는 방향으로 수정해야 할 것으로 예상

l5x5l added a commit that referenced this issue Nov 17, 2024
l5x5l added a commit that referenced this issue Nov 17, 2024
l5x5l added a commit that referenced this issue Nov 19, 2024
# Conflicts:
#	feature/home/src/main/java/pokitmons/pokit/home/pokit/PokitScreen.kt
#	feature/home/src/main/res/values/strings.xml
#	feature/pokitdetail/src/main/java/com/strayalpaca/pokitdetail/PokitDetailScreen.kt
l5x5l added a commit that referenced this issue Nov 19, 2024
@l5x5l l5x5l mentioned this issue Nov 19, 2024
14 tasks
@l5x5l l5x5l linked a pull request Nov 19, 2024 that will close this issue
14 tasks
l5x5l added a commit that referenced this issue Nov 19, 2024
l5x5l added a commit that referenced this issue Nov 22, 2024
- 링크 공유 구현부 중복 작성부분 제거 (SharedUrlLink 함수 사용)
- 들여쓰기 가독성 개선
@l5x5l l5x5l closed this as completed in #81 Nov 22, 2024
l5x5l added a commit that referenced this issue Nov 22, 2024
* [FEATURE] #79 링크 추가화면에서 링크 입력시 표시할 로딩 ui 구현

* [UI] #79 검색 화면의 placeHolder 문구 수정

* [FEATURE] #79 포킷 상세에서 링크 추가 버튼 추가
- 이를 통해 링크를 추가한 경우, 기존 포킷 상세 화면에 표시되는 링크 리스트를 새로고침하는 로직 추가 구현

* [FEATURE] #79 홈 화면(포킷/미분류)에서 데이터가 없을 때 포킷 추가하기, 링크 추가하기 버튼 추가

* [FEATURE] #79 링크 추가와 관련된 Toast UI 추가(저장완료, 실패, 저장공간 부족)

* [FEATURE] #79 링크 추가 화면에서 링크 입력시 로딩 UI 추가

* [FEATURE] #79 즐겨찾기/안읽음 링크 목록 화면 구현
- 링크 관련 bottomSheet는 해당 UI 디자인 변경으로 인해 아직 미적용한 상태

* [FEATURE] #79 즐겨찾기/안읽음 링크 목록 화면 세부 구현 및 화면 연결

* [FIX] #79 즐겨찾기/안읽음 링크 목록 화면에서 세부 링크 bottomSheet에서 링크 제거 bottomSheet 호출시 링크 제거 bottomSheet가 바로 숨겨지는 문제 수정

* [CHORE] #79 ktlint 적용

* [FIX] #39 rebuild시 발생하는 mergeDebugAndroidTestJavaResource 에러 수정

* [CHORE] #79 ktlint 적용

* [CHORE] #79 미사용 테스트코드 제거

* [CHORE] #79 리뷰 코멘트 반영
- 링크 공유 구현부 중복 작성부분 제거 (SharedUrlLink 함수 사용)
- 들여쓰기 가독성 개선
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant