ispras / lingvodoc-react

Apache License 2.0
8 stars 12 forks source link

Search: Implement progress bar #143

Closed nadezhday closed 4 years ago

nadezhday commented 4 years ago

-Open http://lingvodoc.ispras.ru/map_search -Do not sign in -Search for adoptions -AND block (Phonemic transcription): ei image

-Press Search. image

Problem: The search process can take time. How long should our users wait? We need to introduce Progress bar for search process.

al-indigo commented 4 years ago

It's not possible actually since search query is sync by its nature and is made with single request. Also it seems to be a bad idea to make async handlers for search operations

The solution is caching for search, work in progress

nadezhday commented 4 years ago

OK. We can close this issue.