geocollections / geokogud

Geocollections of Estonia
http://geocollections.arendus.geokogud.info/
GNU Affero General Public License v3.0
4 stars 2 forks source link

Fetch images in specimens search asynchronously #102

Closed Kotodevochka closed 7 years ago

Kotodevochka commented 7 years ago

As a user, I do not want to wait a long time for server to load all the data in synchronous way (e.g specimen search)

AC:

  1. Calls for querying image url for each found specimen are done in asynchronous way
Kotodevochka commented 7 years ago

Done, added RxJava 2 library for this purpose.