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

[BSVR-109/FEAT] 내 시야기록 UI 1차구현 #26

Merged
merged 31 commits into from
Jul 15, 2024

Conversation

BENDENG1
Copy link
Collaborator

@BENDENG1 BENDENG1 commented Jul 15, 2024

💻주요 작업 내용

  • 내 시야 기록

    • 시야 있을 때
    • 시야 없을 때
  • 자세한 시야 기록

    • 화면

🎞리뷰 요청 사항

  • 추후 서버 연결하면서 부족한 부분 업데이트 하겠습니다!
  • 부족해 보이는 부분은 적극적으로 피드백해주시면 감사하겠습니다🙆‍♂️🙆‍♂️🙆‍♂️🙆‍♂️🙆‍♂️
  • 날짜 필터링 후 리뷰 데이터는 서버에서 받아오는거라서 따로 필터링 진행하진 않았어!
Screen_Recording_20240715_124337_DepromeetAndroid.mp4

BENDENG1 added 27 commits July 13, 2024 15:09
- chipgroup으로 chip을 동적으로 추가할때 padding 설정 알아보기
필요 진행 사항
- 키워드 : 칩그룹 or 리사이클러뷰
- 뷰페이저(이미지)
- 더보기 버튼 클릭시 이미지 삭제, 추가
…rd-ui

; Conflicts:
;	app/src/main/AndroidManifest.xml
;	buildSrc/build/classes/kotlin/main/ComposeDependency.class
;	buildSrc/build/classes/kotlin/main/DependenciesKt.class
;	buildSrc/build/classes/kotlin/main/ThirdPartyDependencies.class
;	buildSrc/build/classes/kotlin/main/Versions.class
;	buildSrc/build/kotlin/buildSrcjar-classes.txt
;	buildSrc/build/kotlin/compileKotlin/cacheable/caches-jvm/inputs/source-to-output.tab
;	buildSrc/build/kotlin/compileKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream
;	buildSrc/build/kotlin/compileKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at
;	buildSrc/build/kotlin/compileKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i
;	buildSrc/build/kotlin/compileKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at
;	buildSrc/build/kotlin/compileKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab
;	buildSrc/build/kotlin/compileKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.values.at
;	buildSrc/build/kotlin/compileKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at
;	buildSrc/build/kotlin/compileKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab
;	buildSrc/build/kotlin/compileKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.values.at
;	buildSrc/build/kotlin/compileKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab
;	buildSrc/build/kotlin/compileKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at
;	buildSrc/build/kotlin/compileKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream
;	buildSrc/build/kotlin/compileKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream
;	buildSrc/build/kotlin/compileKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i
;	buildSrc/build/kotlin/compileKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at
;	buildSrc/build/kotlin/compileKotlin/cacheable/caches-jvm/lookups/lookups.tab
;	buildSrc/build/kotlin/compileKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream
;	buildSrc/build/kotlin/compileKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len
;	buildSrc/build/kotlin/compileKotlin/cacheable/caches-jvm/lookups/lookups.tab.len
;	buildSrc/build/kotlin/compileKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at
;	buildSrc/build/kotlin/compileKotlin/cacheable/caches-jvm/lookups/lookups.tab_i
;	buildSrc/build/kotlin/compileKotlin/cacheable/last-build.bin
;	buildSrc/build/kotlin/compileKotlin/local-state/build-history.bin
;	buildSrc/build/libs/buildSrc.jar
;	presentation/src/main/res/drawable/rect_gray900_fill_6.xml
@BENDENG1 BENDENG1 added this to the 1차 스프린트 개발 milestone Jul 15, 2024
@BENDENG1 BENDENG1 self-assigned this Jul 15, 2024
Copy link
Member

@Jokwanhee Jokwanhee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

딱히 리뷰달게 없습돠! 너무 잘하기 때문이야!!!

진짜 어뎁터 지옥이다.. 고생했어!! 👍 👍

Copy link
Collaborator

@minju1459 minju1459 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LTGM ~!! 너무 잘하시네욧 ,, 홈 화면 구현 너무 수고하셨습니다 ~~ ☺️ ☺️

startIndex,
endIndex,
Spannable.SPAN_EXCLUSIVE_EXCLUSIVE
)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

옹 이건 언제 쓰는 util인가요 ??

@BENDENG1 BENDENG1 merged commit 151d19f into main Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] 내 시야 기록 UI 구현
3 participants