PullDating / FlutterApplication

The frontend flutter application, contains code for IOS, Android and web
GNU Affero General Public License v3.0
3 stars 1 forks source link

Keep track of current matches #13

Open WilliamDormer opened 2 years ago

WilliamDormer commented 2 years ago

On the frontend, we should be caching the current matches so that all their photos and bio don't need to be reloaded every time they open the application. This could include some sort of checksum to compare with the database to see if anything has changed. On the database side, we will need to have a way to store these matches.

core feature. The caching also improves responsiveness and network performance.