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

Content component: Feature #81

Closed ttechnicus closed 9 months ago

ttechnicus commented 9 months ago

@simar0at The Feature list still has the links as data-target-type="External-link". This and the API needs fixing (there is no getFeature or similar method)

simar0at commented 9 months ago

/vicav/ling_feature

simar0at commented 9 months ago

@simar0at The Feature list still has the links as data-target-type="External-link". This and the API needs fixing (there is no getFeature or similar method)

The feature list renders links to the individual features as

<a class="aVicText" href="javascript:getDBSnippet(&quot;feature:ling_features_baghdad/Baghdad&quot;, this)" data-target-type="Feature" data-text-id="ling_features_baghdad" data-label="Baghdad">Baghdad</a>

I think this is what we need.