Skip to content

feat: sqlite - device asset sync #17538

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

Open
wants to merge 33 commits into
base: main
Choose a base branch
from

Conversation

shenlong-tanwen
Copy link
Member

@shenlong-tanwen shenlong-tanwen commented Apr 11, 2025

Changes made

  • New Entities for Local Asset and Local Album to work with Sqlite
  • New Sync service to make use of the new entities
  • Unit tests for the new service

Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 19 out of 38 changed files in this pull request and generated no comments.

Files not reviewed (19)
  • mobile/drift_schemas/main/drift_schema_v1.json: Language not supported
  • mobile/lib/constants/constants.dart: Language not supported
  • mobile/lib/domain/interfaces/album_media.interface.dart: Language not supported
  • mobile/lib/domain/interfaces/local_album.interface.dart: Language not supported
  • mobile/lib/domain/interfaces/local_album_asset.interface.dart: Language not supported
  • mobile/lib/domain/interfaces/local_asset.interface.dart: Language not supported
  • mobile/lib/domain/models/asset/asset.model.dart: Language not supported
  • mobile/lib/domain/models/asset/local_asset.model.dart: Language not supported
  • mobile/lib/domain/models/asset/merged_asset.model.dart: Language not supported
  • mobile/lib/domain/models/asset/remote_asset.model.dart: Language not supported
  • mobile/lib/domain/models/local_album.model.dart: Language not supported
  • mobile/lib/domain/services/sync.service.dart: Language not supported
  • mobile/lib/infrastructure/entities/local_album.entity.dart: Language not supported
  • mobile/lib/infrastructure/entities/local_album_asset.entity.dart: Language not supported
  • mobile/lib/infrastructure/entities/local_asset.entity.dart: Language not supported
  • mobile/lib/infrastructure/repositories/album_media.repository.dart: Language not supported
  • mobile/lib/infrastructure/repositories/db.repository.dart: Language not supported
  • mobile/lib/infrastructure/repositories/db.repository.drift.dart: Language not supported
  • mobile/lib/infrastructure/repositories/local_album.repository.dart: Language not supported

@shenlong-tanwen shenlong-tanwen force-pushed the feat/sqlite-device-assets branch 2 times, most recently from f021463 to b0c9c71 Compare April 15, 2025 20:15
@shenlong-tanwen shenlong-tanwen marked this pull request as ready for review April 15, 2025 20:18
@shenlong-tanwen shenlong-tanwen force-pushed the feat/sqlite-device-assets branch from b0c9c71 to 24e80e6 Compare April 16, 2025 19:33
Base automatically changed from feat/user-sync-stream to main April 17, 2025 15:25
@alextran1502
Copy link
Contributor

Can you help rebasing the PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants