insidegui / WWDC

The unofficial WWDC app for macOS
https://wwdc.io
BSD 2-Clause "Simplified" License
8.6k stars 777 forks source link

Sessions table view model refactoring #703

Closed allenhumphreys closed 1 year ago

allenhumphreys commented 1 year ago

Simplify how the table data source gets it's data and receives updated results from storage and how that is then combined with filtering predicates.

A structural change that will help make it simpler to convert to diffable datasource and/or leverage SwiftUI or move to outline view, etc. It's just simpler.