Conversation
[FEAT] 내 장소보기 바텀시트 구현
충돌 해결: - GroupDetailFeature/View: Group 도메인 유지 + develop의 nearbyPlaceList/MapBottomSheet 통합 - BangawoApp: 루트를 RootView로 유지 (develop의 임시 MeetingDetailView 대체)
makeGroup 불필요한 옵셔널 파라미터 제거 만들기 버튼에 isCreateEnabled 상태 반영 onAppear task의 중복 finish 호출 제거
[FEAT] 모임 리스트 및 모임 생성 플로우 명세·API 연동 반영
dismissKeyboardOnTap을 DesignSystem 공용 extension으로 옮기고 KakaoMap POI 탭 제스처 충돌을 피하기 위해 TextField 화면에만 개별 적용
GroupCreationView에 인라인된 모임명/목적/분위기 BottomSheet 정의를 각각 ViewModifier 파일로 추출
LabelLayer를 LodLabelLayer로 전환하고 addLodPois 콜백에서 탭 핸들러를 등록하도록 변경, 컨테이너 크기 확정 후 activateEngine을 호출하도록 수정
멤버 리스트 subview를 private struct로 분리하고 canEditDeparture로 나 영역 출발지 수정 버튼과 화살표 노출을 제어
[FEAT] 추천 장소 편의정보 및 장소 행 개선
[FEAT] Firebase Messaging 설정 및 딥링크 설정
Firebase 원격 푸시용 remote-notification 백그라운드 모드가 생성물에만 있어 generate마다 사라지던 문제를 소스에 반영
gitignore에 Derived/가 있으나 초기 커밋부터 추적돼 실효되지 않던 생성물을 추적 해제해 generate 노이즈 제거
updateAttendance와 issueInviteCode 인자 사이 쉼표가 빠져 발생한 컴파일 오류 수정
[ADD] 스플래시 및 앱 아이콘 적용
# Conflicts: # Projects/App/Derived/InfoPlists/Bangawo-Info.plist
[FEAT] 모임생성 플로우 수정
[FIX]: 애플 로그인 권한 설정 연결
그룹 상세 메뉴에서 종료/나가기 확인 알럿을 노출하고
종료 시 PATCH /groups/{id}/close 호출 후 화면을 닫는다
GroupListStatus에 closed(CLOSED) 케이스를 도입하고 홈 그룹 리스트 조회 시 종료된 그룹을 필터링한다
InfoPlist가 참조하는 BUNDLE_DISPLAY_NAME이 정의되지 않아 CFBundleDisplayName이 비어 PRODUCT_NAME으로 폴백되던 문제를 수정
동작 미정의(no-op) 알림/마이페이지 버튼과 화면 미구현 리마인더 탭을 심사 리젝 방지를 위해 임시 숨김 처리
[FEAT] 그룹 종료 API 연동 및 홈 리스트 정리
This file contains hidden or 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
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.
개요
develop에 통합된 작업들을main에 반영합니다. (484 commits, 1276 files, +41,648 / -16,878)주요 변경 사항
모임 (Group)
장소 (Place)
장소 투표 (Vote)
출발지 (Departure)
인증·인프라
To Reviewer
develop의 누적 작업을 배포 브랜치main에 반영하는 릴리스 성격의 PR입니다.변경 규모가 크므로 커밋 단위로 확인 부탁드립니다.