Skip to content

Add offline caching of video and channel data in SwiftData #114

Description

@joelkingsley

To implement this you need to maintain a lastUpdatedOn field on every table that needs caching, and the client would maintain a lastFetchedOn timestamp on its side as well.

Then the client would query the backend for records that were updated after the lastFetchedOn time every time. This would decrease network bandwidth.

Activity

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

Metadata

Metadata

Assignees

Labels

ideaThis is an idea for a future release

Type

No type

Projects

Relationships

None yet

Development

No branches or pull requests

Issue actions