andymatuschak / orbit

Experimental spaced repetition platform for exploring ideas in memory augmentation and programmable attention
https://withorbit.com
Other
1.71k stars 54 forks source link

Query due tasks directly when data store isn’t yet synced #239

Open andymatuschak opened 3 years ago

andymatuschak commented 3 years ago

It can take a few seconds (or more) to fully sync a data store onto a new client. To ensure that review sessions load quickly, we should first hit an API for due tasks when we haven't yet synced on a client. Review events created in that session will just be directly put to the API endpoint, so they won't be as durable, but I think that's fine—it's temporary.

andymatuschak commented 3 years ago

Will need #238 first.