Skip to content

[Feature] CoreData 스키마 수정 및 NSManagedObject 직접 생성 방식 전환#20

Merged
jihyeonjjang merged 4 commits intodevfrom
feature/coredata-recommendation
Jun 10, 2025
Merged

[Feature] CoreData 스키마 수정 및 NSManagedObject 직접 생성 방식 전환#20
jihyeonjjang merged 4 commits intodevfrom
feature/coredata-recommendation

Conversation

@jihyeonjjang
Copy link
Copy Markdown
Collaborator

변경 내용

  • CoreData 모델 속성 및 관계 일부 수정
  • Codegen 수동 설정
  • 수동 클래스 생성 및 타입 명시적 변경

- Added 'downloads' (Int64) property to Video entity
- Renamed 'tag' to 'name' in Tag entity
- Added 'lastUpdated' (Date) property to Tag entity
- Added many-to-many relationship between Video.tags and Tag.videos
- Renamed relationship in Video from 'relationship' to 'timeStamp'
- Changed Codegen option in .xcdatamodeld to Manual/None to disable auto-generation
- Manually generated NSManagedObject subclasses
- Updated 'tags' property type from NSSet? to Set<Tag>
@korbit-ai
Copy link
Copy Markdown

korbit-ai Bot commented Jun 10, 2025

You've used up your 5 PR reviews for this month under the Korbit Starter Plan. You'll get 5 more reviews on June 22nd, 2025 or you can upgrade to Pro for unlimited PR reviews and enhanced features in your Korbit Console.

Copy link
Copy Markdown
Owner

@TeddKo TeddKo left a comment

Choose a reason for hiding this comment

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

👍

Copy link
Copy Markdown
Collaborator

@giseungNoh giseungNoh left a comment

Choose a reason for hiding this comment

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

수고하셨습니다!

Copy link
Copy Markdown
Collaborator

@vinyl-nyl vinyl-nyl left a comment

Choose a reason for hiding this comment

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

확인했습니다

Copy link
Copy Markdown
Collaborator

@kdn0325 kdn0325 left a comment

Choose a reason for hiding this comment

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

LGTM

@jihyeonjjang jihyeonjjang merged commit 35f0686 into dev Jun 10, 2025
@jihyeonjjang jihyeonjjang deleted the feature/coredata-recommendation branch June 10, 2025 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants