chop-dbhi / cilantro

Official client for Harvest (http://harvest.research.chop.edu)
http://cilantro.harvest.io
Other
28 stars 8 forks source link

WORK IN PROGRESS -- Add support for async requests #771

Closed naegelyd closed 8 years ago

naegelyd commented 8 years ago

@bruth

I'm still working on the implementation of the async models and async UI elements so I just put stubs in here to keep the diff to a minimum for review. Wanted to get feedback on this approach for selecting different models and UI elements while I work on the async implementations themselves.

More updates to follow but if you could take a look at this in the meantime, I'd like to get the approach for branching on request types locked in. Note, it assumes the presence of async endpoints as proposed in https://github.com/chop-dbhi/serrano/pull/284.

Signed-off-by: Don Naegely naegelyd@gmail.com

naegelyd commented 8 years ago

Closing this since https://github.com/chop-dbhi/cilantro/issues/693 proposes moving entirely to the new async endpoints. The overhead should be minimal in the normal workflows(probably just 1 extra request in most cases).