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

#232: 온보딩 바텀시트 작업 + 서버 드리븐 베이스 작업 추가 #233

Draft
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

flash159483
Copy link
Contributor

1. 📄 관련된 이슈 및 소개

close #232

2. 🔥 변경된 점

  • 투표랑 쪽지에 들어갈시 온보딩 바텀시트 보여주도록 작업해요
  • 아직 계정당 1회인지 설치당 1회인지 몰라서 항상 보여주도록 작업해요
  • 뒤로가기 누르면 바텀시트가 꺼지는데 이거 해결해볼듯
  • Screen 단위는 재활용은 힘들것 같은데 section, component는 재활용이 가능함

3. ✅ 필수 체크 사항

  • 모듈 분리
  • 환경 구축
  • 서버 드리븐 구성

4. 📸 작업물 사진 공유(선택)

2025-02-01.8.26.01.mov

5. 💡알게된 혹은 궁금한 사항

@flash159483 flash159483 self-assigned this Feb 1, 2025
@flash159483 flash159483 added 🌱기능🌱 새로운 기능을 추가해요 ! 🍩브라우니🍩 24기 정승원 labels Feb 1, 2025
Comment on lines 53 to 55
module-graph = "2.7.1"
material = "1.10.0"

Copy link
Member

Choose a reason for hiding this comment

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

정승원이 죽인 material을 브라우니가 다시 추가한다라,,,,

Comment on lines +72 to +92
items(contents) { content ->
when (content) {
is TitleComponent -> {
TitleSection(title = content.text)
}

is TextListComponent -> {
TextListSection(textList = content.textList)
}

is ImageComponent -> {
ImageSection(
imageUrl = content.url,
width = content.width,
height = content.height,
)
}

is ButtonComponent -> {
ButtonSection(text = content.text, onClick = onClick)
}
Copy link
Member

Choose a reason for hiding this comment

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

크 ,,,

도메인 단에서 미리 정해주는 게 아니라, UI 단에서 이렇게 하는 군요

이렇게 해야 순서가 변경되어도 대응을 할 수 있는거고요 👍

Copy link
Member

@jeongjaino jeongjaino left a comment

Choose a reason for hiding this comment

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

나빠요. 정승원.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌱기능🌱 새로운 기능을 추가해요 ! 🍩브라우니🍩 24기 정승원
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WS-462 [FEATURE]: 서버 드리븐 환경을 구축해요
2 participants