mbonnin
07/05/2024, 1:57 PMWorkManager
magic to persist to the server when network is back.
• fix the speaker detail bug where the cached result is replaced by an error.
• more generally, make a pass at how we handle pull-to-refresh vs caching. I’m almost sure we have other similar bugs in the app.
• trim down the server. I have been playing with KSP to write a reflection-free graphql server that should start faster and generally use less RAM than the current one.
• improving the testing story. This is something that has been bugging me for a while with Apollo. Not 100% sure yet what shape it’ll take but something I’d like to look into.yschimke
07/05/2024, 4:40 PM