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

[2.0.0] 공지보관함 Reducer, Dependency #74

Closed
wants to merge 12 commits into from

Conversation

x-0o0
Copy link
Contributor

@x-0o0 x-0o0 commented Dec 26, 2023

북마크 디펜던시

@Dependcy(\.bookmarks) var bookmarks

사용방법

// 북마크 전부 가져오기
let notices = try bookmarks()

// 북마크 추가
try bookmarks.add(notice)

// 북마크 삭제
try bookmarks.remove(notice.id)

- App 라이브러리 추가
- NoticeUI, SubscriptionUI, DepartmentUI, SearchUI 추가
- swift-composable-architecture 브랜치룰을 observation-beta 로 설정
- iOS 17 이상
- UI 모듈에 디펜던시 추가
- [수정] A single sheet is supported 관련 에러 및 Canvas 프리뷰 동작하지 않는 에러 해결 (동일 원인)
- [삭제] KuringPackage 적용하면서 불필요해진 앱프로젝트 소스코드 제거
@x-0o0 x-0o0 self-assigned this Dec 26, 2023
@x-0o0 x-0o0 changed the base branch from develop/2.0.0 to feature/jaesung/pbm-kuringpackage December 26, 2023 16:02
@x-0o0 x-0o0 added 공지보관함 공지보관함(북마크) 기능 and removed 진행중 labels Dec 26, 2023
@x-0o0 x-0o0 linked an issue Dec 26, 2023 that may be closed by this pull request
@x-0o0 x-0o0 marked this pull request as ready for review December 26, 2023 16:59
@x-0o0
Copy link
Contributor Author

x-0o0 commented Dec 26, 2023

/쿠링 패키지 빌드하고 패키지 테스트 해줘

Copy link

🔨 iOS 17.0.1 iPhone 15 Pro 에서 스위프트 패키지를 빌드합니다.

Copy link

🔨 iOS 17 iPhone 15 Pro 에서 쿠링 패키지를 테스트 합니다.

@x-0o0 x-0o0 requested a review from lgvv December 26, 2023 17:03
Copy link

✅ 패키지를 성공적으로 빌드했습니다.

Copy link

✅ iOS17 에서 패키지를 성공적으로 테스트 했습니다.

[수정] 테스트 에러 수정 - 올바른 CRUD 로직
[추가] 빌드스크립트에 `BookmarkFeaturesTests`테스트 스크립트 추가
[추가] 테스트 추가
@x-0o0 x-0o0 changed the base branch from feature/jaesung/pbm-kuringpackage to develop/2.0.0 December 27, 2023 15:45
@x-0o0
Copy link
Contributor Author

x-0o0 commented Dec 27, 2023

PR 중복으로 close 합니다

@x-0o0 x-0o0 closed this Dec 27, 2023
@x-0o0 x-0o0 deleted the feature/jaesung/bookmark branch December 27, 2023 15:51
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.

[2.0.0] 공지보관함
1 participant