dscsa / client

Browser single page application for logging written with Aurelia
3 stars 1 forks source link

Give DB methods a remote and local property in case we want to bypass the default #223

Closed akircher closed 7 years ago

akircher commented 7 years ago

Once this is in place, make the create/update drug calls use a remote get call afterwards to retreive the info. This will avoid the use of an unreliable timeout for the local DB to get to eventual consistency.

akircher commented 7 years ago

We are going with a different approach here