acdh-oeaw / vicav-vue3

Reimplementation of the VICAV Frontend based on Vue.js 3
https://vicav-vue.acdh-ch-dev.oeaw.ac.at
MIT License
0 stars 0 forks source link

optimize cross-examine features queries #142

Closed dasch124 closed 3 weeks ago

dasch124 commented 3 months ago

empty or too loosely defined queries can kill the backend - need to investigate why and optimize query handling

dasch124 commented 3 months ago

Mau: requiring parameters will help, but hard to generalize for other projects

MauPalantir commented 3 weeks ago

Rewritten the whole backend from scratch and refined the fronend. The current version discourages very generic queries (block you from submitting the form without a query criteria, though you can still search data for the whole country) and even full Tunisia search does not seem to kill the backend, though the markers query is still not very fast.

Frontend was connected in thes PR: https://github.com/acdh-oeaw/vicav-vue3/pull/163

New backend PR: https://github.com/acdh-oeaw/vicav-app/pull/90