Skip to content

[Feat/#7] Implement UseCase and Repository#8

Merged
iiuoon merged 5 commits intodevelopfrom
feat/#7
Jul 8, 2025
Merged

[Feat/#7] Implement UseCase and Repository#8
iiuoon merged 5 commits intodevelopfrom
feat/#7

Conversation

@iiuoon
Copy link
Copy Markdown
Contributor

@iiuoon iiuoon commented Jul 8, 2025

📌 Related Issue

#7

🚀 Description

비즈니스 로직 분리를 위해 UseCase 및 Repository를 구현하였습니다.
Alamofire 기반의 네트워크 연동을 위한 환경을 설정하였습니다.
📂 모듈별 작업 내역
• Domain: VO, Repository, UseCase 정의
• Data: DTO, Repository 구현

Trouble Shooting ☄️

⚠️ tuist install & generate할 때마다 SceneDelegate 설정을 수정해놓은 plist가 원상복구됨
-> ✅ Manifest의 plist 설정 부분을 수정해야 함
image
(기존) tuist generate할 때마다 plist가 자동 생성되어 기존 내용이 덮어써짐
(변경 후) plist 직접 관리
‼️ 기존에 있는 plist 파일의 위치를 path에 지정한 위치로 바꾸어 준 후 tuist generate 해주어야 함

@iiuoon iiuoon self-assigned this Jul 8, 2025
@iiuoon iiuoon added the 💡 feat 새로운 기능 구현 label Jul 8, 2025
@iiuoon iiuoon merged commit 7863ac9 into develop Jul 8, 2025
1 check failed
@iiuoon iiuoon deleted the feat/#7 branch July 8, 2025 05:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

💡 feat 새로운 기능 구현

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant