-
Notifications
You must be signed in to change notification settings - Fork 7
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 개발! #181
Merged
Merged
홈(모임 목록) 페이지 UI 개발! #181
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ss0526100
approved these changes
Aug 2, 2024
hoyeonyy
requested changes
Aug 2, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
조금 이상하네요
jaeml06
approved these changes
Aug 2, 2024
hoyeonyy
approved these changes
Aug 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR의 목적이 무엇인가요?
홈(모임 목록) 페이지의 UI를 개발했어요! (정적 UI만 개발했습니다. 동적 처리 로직은 별도의 이슈를 생성하도록 하겠습니다 🫡)
이슈 ID는 무엇인가요?
설명
MainPage
)와 컴포넌트(MoimCardList
,MoimTabBar
등)를 수정 및 생성하였습니다!MyMoimListFilters
)를 만들었습니다! 컴포넌트 관계 구조는 조금 더 고민을 해봐야할 것 같아요! API 연동을 포함한 로직 처리 개발을 하면서 조금 더 고민해보겠습니다!MoimTabBar
MoimCardList
MyMoimListFilters
질문 혹은 공유 사항 (Optional)
진행하면서
Tag
라는 컴포넌트가 이미 존재했고, 그 컴포넌트가 모임 상태를 나타내는 태그인 것을 확인했어요. 통합을 해야할까 고민을 했지만, 모임 상태 태그와 나의 모임 목록 필터링 태그는 UI 모양만 똑같지 근본적으로는 다른 성격의 컴포넌트라 판단했어요. 예를 들면 상태 태그에 대한 디자인 요구사항이 바뀐다고 해서 나의 모임 목록 필터링 태그의 디자인 요구사항이 바뀌지는 않는 것이에요! 그래서 별도의 컴포넌트를 만들기로 결정했습니다.Tag
라는 추상 컴포넌트를 공용 스페이스에 두고, 이를 활용하는MoimListFilterTag
,MoimStatusTag
,MoimCategoryTag
와 같이, 관심사별로 컴포넌트를 만들어 각각의 스페이스에 숨겨두어야 한다고 생각해요. 이는 나중에 따로 이야기를 나눠봅시다~ 🙂(이 이슈와는 별개로)
정적인 UI와 동적인 로직을 별개의 이슈로 관리하기로 했었는데, 효과적이지 못한 것 같다는 생각이 듭니다! Feature 단위로 이슈를 생성하고 작업하는 게 작업 플로우가 자연스럽지 않을까요??? 동의하신다면 다음 스프린트에는 다른 작업 단위를 실험해보는 것도 좋을 것 같아요~