Automattic / newspack-ios

Newspack for iOS
https://newspack.pub
GNU General Public License v2.0
8 stars 4 forks source link

Media: Clean up relationships & adopt DiffableDataSource for media lists. #76

Closed aerych closed 3 years ago

aerych commented 4 years ago

The post list was updated to use a DiffableDataSource for its table view. During the course of the refactor relationships between the Post related models were simplified to rely on a UUID where it made sense.

Let's do the same for media to improve list performance and avoid some tricky core data crashes.

aerych commented 3 years ago

Closing as no longer relevant. A closer look at the media feature needs in the v1 feature set doesn't call for a shift to a diffable datasource.