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

DataListWindow filter for transcribed CorpusTexts needs to be optional #165

Open simar0at opened 2 months ago

simar0at commented 2 months ago

We use DataListWindows also in Shawi and Wibarab and want to use them in Vicav in general.
In most cases the data list should have an entry for each corpus text known to the system with only those transcribed (hasTEIw) having a link to open the actual text.

https://github.com/acdh-oeaw/vicav-vue3/blob/develop/components/data-list-window-content.vue#L35 is too restrictive for general use.